Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
937cb8d1 [view]master2012-12-12 00:41:44 -0600Timothy Pearson[kcmldapcontroller] Fix up kadmin interface
612e7825 [view]master2012-12-11 23:50:47 -0600Timothy Pearson[tde-packaging] Add nss-updatedb to libtdeldap depends
844a51b4 [view]master2012-12-12 12:34:56 +0800Richard Grenville[tdebase] Misc: Code cleanup
- Move some long functions to ./src/compton.c .
- Fix a small potential issue in win_set_focused() when a window with
neither leader nor client window is focused.
- Add DEBUG_LEADER.
7b86cd79 [view]master2012-12-12 12:01:51 +0800Richard Grenville[tdebase] Feature #65: Auxiliary window detection
- Add auxiliary window detection (--detect-transient &
--detect-client-leader). Thanks to SmilingHorse for inspiring me. The
implementation is not too speed-efficient, and bugs are to be
expected.
- Known issue: auxiliary window detection may not work too well with
windows that are never mapped, for example as client leader.
33acff75 [view]master2012-12-11 14:12:23 -0600Timothy Pearson[tde-packaging] Second part of prior commit
e36ec815 [view]master2012-12-11 14:04:15 -0600Timothy Pearson[scripts] Fix script
7b7565e7 [view]master2012-12-11 13:51:19 -0600Timothy Pearson[kcmldapcontroller] Fix LDAP primary realm creation failure
Clean up build warnings
809e08d1 [view]master2012-12-11 13:48:26 -0600Timothy Pearson[tde-packaging] Remove kubuntu_06_fglrx_0_size_screen.diff as it is already incorporated upstream
e8cbbedf [view]master2012-12-11 13:46:04 -0600Timothy Pearson[tqt] Automated update from Qt3
f19aa203 [view]master2012-12-11 13:45:50 -0600Timothy Pearson[qt3] Ensure that a valid DPI is always set
8c91b5f0 [view]master2012-12-11 13:40:55 -0600Timothy Pearson[scripts] Add astyle options
a81c2d06 [view]master2012-12-11 13:21:29 -0600Timothy Pearson[tdelibs] Clean up kfilemetainfo include warning
1c14feca [view]master2012-12-11 12:47:50 -0600Timothy Pearson[tdelibs] Work around Bug #1161
726c6100 [view]master2012-12-10 21:13:25 -0600Timothy Pearson[tdebase] Make shadow settings slightly less confusing
e12b7bea [view]master2012-12-11 03:02:18 +0100Slávek Banko[tde-packaging] Use xz (or bzip2) compression for Debian and Ubuntu binary packages
ba743d36 [view]master2012-12-11 01:32:57 +0100Alexander Golubev[tdeutils] Fix cmake build: WITH_POWERBOOK2 option for kmilo
1cac8a5e [view]master2012-12-10 03:03:12 -0600Timothy Pearson[tdebase] Fix kompmgr shadow support
Add kompmgr settings reload method to twin DCOP
Fix up kompmgr kcontrol module
Make default TDM login screen appearance more like the rest of the TDE login system
8d4a3f89 [view]master2012-12-10 10:31:24 +0800Richard Grenville[tdebase] Feature: Wintype-based focus exclusion
- Add "focus" to the wintypes settings in compton.conf, to mark windows
of certain window types to be always focused. Replaces the ugly
is_normal_win().
- Add a ON/OFF/UNSET switch_t type, but it's unused currently.
- Mark client_win if the window client detection hasn't been performed
when we detect WM_STATE's presence in ev_property_notify(), for
performance.
cbad8f3b [view]master2012-12-09 16:52:08 -0600Timothy Pearson[tde-packaging] Re-enable glib main loop support on Debian and Ubuntu due to recent fix in Qt3/TQt3
e863a01b [view]master2012-12-09 16:34:42 -0600Timothy Pearson[tqt] Automated update from Qt3
72eba914 [view]master2012-12-09 16:33:47 -0600Timothy Pearson[qt3] Fix X11 fd polling initialization in glib main loop
This resolves Bug #1358
cee30658 [view]master2012-12-09 14:07:47 -0600Darrell Anderson[tdebase] Update r14--xdg-update error traps, comments, and add renaming snippets
removed from migratekde3 script.
58584fa6 [view]master2012-12-09 14:04:57 -0600Darrell Anderson[tdebase] Update migratekde3 error traps, comments, and remove renaming snippets.
1abd6bb9 [view]master2012-12-08 14:39:13 -0600Timothy Pearson[tde] Recreate repository with current state
04e0ce7b [view]master2012-12-08 19:08:13 +0100Slávek Banko[tde-packaging] Switch avahi-tqt packaging to cdbs on Debian and Ubuntu
28ff5585 [view]master2012-12-08 18:25:54 +0100Slávek Banko[tdeutils] Fix cmake build: FTBFS with CMake older than 2.8.1
94f292b9 [view]master2012-12-08 11:10:08 +0800Richard Grenville[tdebase] Bug fix #68: Second attempt to fix client window detection
- Attempt to fix client window detection when WM_STATE property is not
yet set when the window is mapped. Thanks to kinclma1 for reporting.
- Apply stricter checks for whether window is mapped in
determine_evmask() and win_mark_client().
c2cf6015 [view]master2012-12-07 20:59:01 -0600Timothy Pearson[scripts] Remove ignore-submodules flag from git commands in order to support older GIT versions
3289e9c0 [view]master2012-12-07 20:07:01 -0600Timothy Pearson[tqt] Automated update from Qt3
a7865cf6 [view]master2012-12-07 20:06:25 -0600Timothy Pearson[qt3] Fix glib event loop threading
eb47d241 [view]master2012-12-07 15:02:42 -0600Timothy Pearson[tqt] Automated update from Qt3
9bff9eee [view]master2012-12-07 15:01:56 -0600Timothy Pearson[qt3] Add level method to recursive mutex
Enhance thread safety when making event calls
Minor cleanup of whitespace in glib event loop
bfbf991a [view]master2012-12-07 22:38:10 +0800Richard Grenville[tdebase] Bug fix #68: Possible fix for failure in client window detection
- Note I'm not in the best state today (bad cold & sleep-deprived). This
commit is likely to introduce bugs.
- Attempt to fix client window detection failures happening when compton
searches for client window before it's ready.
- Fix build failure with in #51.
- Move client window detection to a new function win_recheck_client().
- Add win_unmark_client(), which unmarks a client window.
- Rename a few functions.
- Split fetching of values of type-Window properties to a new function
wid_get_prop_window().
- Add extra safety checks and assert calls to various functions, to
expose potential bugs.
- Fix a memory leak that w->role is not freed on window destruction.
9ee8baba [view]master2012-12-06 20:23:23 -0600Timothy Pearson[tqt] Automated update from Qt3
85b3c5d0 [view]master2012-12-06 20:22:35 -0600Timothy Pearson[qt3] Maintain binary compatibility when switching between glib event loop and standard event loop
f1f1d224 [view]master2012-12-06 18:30:05 -0600Timothy Pearson[tqt] Automated update from Qt3
caf80d88 [view]master2012-12-06 18:29:37 -0600Timothy Pearson[qt3] Add threading tutorial and fix a couple rare crashes
3f5dc49e [view]master2012-12-06 16:48:15 -0600Timothy Pearson[tqt] Automated update from Qt3
78125ea2 [view]master2012-12-06 16:47:27 -0600Timothy Pearson[qt3] Add real threading support, including per-thread event loops, to QThread
642fca92 [view]master2012-12-06 14:12:22 -0600Timothy Pearson[tde-packaging] Deactivate Qt3/TQt3 GLib main loop integration due to bugs with glib multithreading
a7c05d20 [view]master2012-12-05 18:12:21 +0800Richard Grenville[tdebase] Feature: WM_WINDOW_ROLE matching
- Add support of matching WM_WINDOW_ROLE value. Thanks to Vladimir A.
Pavlov!
- Thanks to Vladimir A. Pavlov for reporting the issues caused by
missing client window, fixed in the last commit!
- Fix a memory leak in wid_get_text_prop() and wid_get_name(). Xlib
documentation did not mention how to free the value XGetTextProperty()
returns, so my fix could lead to troubles.
- Set focus out in unmap_win(), and add w->leader, to prepare for
subsidiary window detection.
- Abstract update of a single string window property to
win_get_prop_str().
- Change wid_get_name() to rely on wid_get_text_prop() as much as
possible.
- Correct a typo in win_get_prop_str() that could cause unnecessary
update of shadow state and window focus.
15cf9762 [view]master2012-12-05 01:10:20 -0600Timothy Pearson[dbus-1-tqt] Fix crash on hibernate
1a1df745 [view]master2012-12-05 12:43:34 +0800Richard Grenville[tdebase] Bug fix: Dynamic inactive dim & client window changes
- Make inactive_dim opacity change according to window opacity by
default, so it looks better when fading. --inactive-dim-fixed restores
the old behavior.
- Make client window default to the window itself. Add w->wmwin to
represent whether the window looks like a WM window instead. A side
effect is, the window type of WM windows are changed from unknown to
normal, making it necessary to use --mark-wmwin-active to avoid
considering them unfocused.
- Add check of PointerRoot to recheck_focus() to avoid BadWindow errors
when the root window is focused.
- Add a few macros to simplify debugging code.
- Add DEBUG_FRAME.
95dd4739 [view]master2012-12-04 03:44:32 +0100Slávek Banko[scripts] Updating git scripts
+ add support for gitfile (submodules with git >= 1.7.8)
+ add gituser detection from git configuration
+ add support for branches
+ various optimizations
57b56bb3 [view]master2012-12-03 14:52:50 -0600Timothy Pearson[tdebase] Fix DCOP interface to window suspend/resume functions
This resolves Bug #1354
4d27580b [view]master2012-12-03 13:42:41 -0600Darrell Anderson[tderadio] Update presets files.
Thanks to Gregory Guy.
2c2b3075 [view]master2012-12-03 13:40:30 -0600Darrell Anderson[tellico] Silence GNU make warnings.
1dbcf2f9 [view]master2012-12-03 13:39:15 -0600Darrell Anderson[tdebindings] Silence GNU make warnings.
91dbe16a [view]master2012-12-02 19:06:40 +0100Slávek Banko[tde-packaging] Switch tdeutils to cmake on Debian and Ubuntu
68a05487 [view]master2012-12-02 18:50:07 +0100Slávek Banko[tde-packaging] Switch tdetoys to cmake on Debian and Ubuntu

List generated Wed Jul 15 17:20:03 2026
Currently showing patches 46001 to 46050 of 56748 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]