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
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
f8aa81dd [view]master2012-12-02 18:44:19 +0100Slávek Banko[tde-packaging] Switch tdevelop to cmake on Debian and Ubuntu
a77a865d [view]master2012-12-02 18:15:28 +0100Slávek Banko[tde-packaging] Switch tdesdk to cmake on Debian and Ubuntu
29d2c30a [view]master2012-12-02 17:52:48 +0100Slávek Banko[tde-packaging] Switch tdenetwork to cmake on Debian and Ubuntu
41063f28 [view]master2012-12-02 17:36:36 +0100Slávek Banko[tde-packaging] Switch tdeartwork to cmake on Debian and Ubuntu
5f0c7f73 [view]master2012-12-02 16:28:12 +0100Slávek Banko[tde-packaging] Add binutils-dev to build-deps for tdebase on Debian and Ubuntu
26e72a7d [view]master2012-12-01 23:31:38 -0600Timothy Pearson[dbus-1-tqt] Update AUTHORS file
6955a7eb [view]master2012-12-01 23:30:53 -0600Timothy Pearson[tqt] Automated update from Qt3
7aa5ac7f [view]master2012-12-01 23:30:27 -0600Timothy Pearson[qt3] Fix a number of build warnings that could lead to unstable operation
This breaks the ABI
d77215db [view]master2012-12-01 23:20:30 -0600Timothy Pearson[tdelibs] Update version number in README file
786e248c [view]master2012-12-01 22:14:28 -0600Timothy Pearson[tdebase] Add backtrace to kdesktop_lock exception handler
4a9ef272 [view]master2012-12-01 02:40:06 -0600Timothy Pearson[gtk3-tqt-engine] Fix checkbox drawing
Fix tree view background drawing
beb8adf2 [view]master2012-11-30 13:14:41 -0600Timothy Pearson[gtk3-tqt-engine] Set GTK event passthrough on startup
Fix menu item text highlight color
3a8c5774 [view]master2012-11-29 21:25:12 -0600Timothy Pearson[tdenetworkmanager] Add movie cache
851d4cc2 [view]master2012-11-29 20:11:21 -0600Timothy Pearson[tdenetworkmanager] Fix slow icon loading and overall poor performance
9e5d2796 [view]master2012-11-29 20:07:31 -0600Timothy Pearson[tdelibs] Fix various performance and stability issues in the network-manager backend
efaa417d [view]master2012-11-29 15:44:28 -0600Timothy Pearson[gtk-qt-engine] Set GTK event passthrough on startup
4c50ba8f [view]master2012-11-29 15:42:10 -0600Timothy Pearson[tqt] Automated update from Qt3
bb07131a [view]master2012-11-29 15:40:32 -0600Timothy Pearson[qt3] Add ability to enable/disable glib event pass through
This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled
4010187e [view]master2012-11-29 15:16:33 -0600Darrell Anderson[tdetoys] Update COPYING file.
2362ae77 [view]master2012-11-29 15:15:56 -0600Darrell Anderson[tdeedu] Update COPYING file.
33b90ba0 [view]master2012-11-29 15:15:18 -0600Darrell Anderson[tdelibs] Update COPYING file.
ce145c96 [view]master2012-11-29 15:14:44 -0600Darrell Anderson[tdesdk] Update COPYING file.
aa1c1b86 [view]master2012-11-29 15:14:10 -0600Darrell Anderson[tdegames] Update COPYING file.
f22c05e9 [view]master2012-11-29 15:13:27 -0600Darrell Anderson[tdemultimedia] Update COPYING file.
46b7d249 [view]master2012-11-29 15:12:42 -0600Darrell Anderson[tdebindings] Update COPYING file.
a7c1897e [view]master2012-11-29 15:11:32 -0600Darrell Anderson[tdebase] Update COPYING file.
09635a8f [view]master2012-11-29 15:10:46 -0600Darrell Anderson[tdenetwork] Update COPYING file.
2310c5d2 [view]master2012-11-29 15:09:11 -0600Darrell Anderson[kuickshow] Update COPYING file.
98e5087a [view]master2012-11-29 15:08:20 -0600Darrell Anderson[tdeadmin] Update COPYING file.
94d34ce4 [view]master2012-11-29 15:07:47 -0600Darrell Anderson[tdeaccessibility] Update COPYING file.
2f22b12a [view]master2012-11-29 15:06:50 -0600Darrell Anderson[tdegraphics] Update COPYING file.
16eb93b1 [view]master2012-11-29 15:05:40 -0600Darrell Anderson[tdeutils] Update COPYING file.
8d6e1c62 [view]master2012-11-29 15:01:59 -0600Timothy Pearson[tqt] Automated update from Qt3
2da4cbfb [view]master2012-11-29 15:01:34 -0600Timothy Pearson[qt3] Add QEventLoop glib header link
ede17586 [view]master2012-11-29 01:04:37 -0600Timothy Pearson[dbus-1-tqt] Fix event queue
7f11dfba [view]master2012-11-28 13:07:14 -0600Timothy Pearson[tdenetworkmanager] Fix a number of display bugs
Warn on wireless connection failure
2277bfa0 [view]master2012-11-28 13:05:30 -0600Timothy Pearson[tdelibs] Fix a number of issues with the network-manager backend, including event loop recursion
a111d47e [view]master2012-11-28 10:37:59 -0600Timothy Pearson[dbus-1-tqt] Generate synchronous methods alongside asynchronous methods
b5fe61ea [view]master2012-11-27 22:07:27 -0600Timothy Pearson[tde-packaging] Fix Qt3/TQt3 build deps on Debian and Ubuntu
c3c0b95c [view]master2012-11-28 11:44:00 +0800Richard Grenville[tdebase] Feature #65: --focus-exclude
- Add --focus-exclude, which should be used with a list of conditions to
set certain windows to always be considered focused.
- Change focus determination process, with a newly added w->focused_real
that reflects whether the window is actually focused, while w->focused
represents whether compton considers it focused. The primary
difference is now when a window considered focused because of
--mark-wmwin-focused or --mark-ovredir-focused receives a FocusOut
event, it's still considered focused by compton.
- Change opacity target and dim state calculation so that it's done at
most once every paint.
- Split window opacity property fetching from calc_opacity() to a new
function win_update_opacity_prop().
- Silence a warning in wid_get_prop_wintype().
- Rename a few functions. Code clean-up.
- My time is very limited currently, few tests are done, so this commit
may very well introduce bugs.
- Known issue: Dim picture opacity does not change based on window
opacity, causing somehow annoying effects when a window fades off.
a49c4d86 [view]master2012-11-27 19:20:40 -0600Darrell Anderson[tde-i18n] Remove cruft: index.cache.bz2 files.
Thanks to Fat-Zer.
This resolves bug report 1345.
426b232c [view]master2012-11-27 19:17:39 -0600Darrell Anderson[tde-i18n] Remove cruft: Makefile.in files.
Thanks to Fat-Zer.
This partially resolves bug report 1345.
03bdbd10 [view]master2012-11-27 19:12:58 -0600Darrell Anderson[tde-i18n] Remove cruft: configure scripts.
Thanks to Fat-Zer.
This partially resolves bug report 1345.
0953d90e [view]master2012-11-27 12:18:33 +0100Slávek Banko[tde-cmake] Do not create symlink "common" in tde_createte_handbook with NOINDEX flag
24a4b8ad [view]master2012-11-27 12:16:26 +0100Slávek Banko[admin] Skip CMake files during the installation documentation
c1baf917 [view]master2012-11-27 12:15:35 +0100Slávek Banko[admin] Skip quilt cache during search configure.in.*
5cecaed0 [view]master2012-11-27 01:15:36 -0600Timothy Pearson[tde-packaging] Fix ldap kcm build dependencies on Debian and Ubuntu
ae7b3e6b [view]master2012-11-27 01:01:25 -0600Timothy Pearson[tdebase] Very minor update to COPYING file
8a955421 [view]master2012-11-27 00:56:01 -0600Timothy Pearson[tdepowersave] Clear completely obsolete NEWS file
b5dd009c [view]master2012-11-27 00:17:20 -0600Timothy Pearson[kcmldapmanager] Remove Debian packaging files
b33d3986 [view]master2012-11-27 00:17:05 -0600Timothy Pearson[kcmldapcontroller] Remove Debian packaging files
43d169fb [view]master2012-11-27 00:16:43 -0600Timothy Pearson[kcmldap] Remove Debian packaging files
5a14f359 [view]master2012-11-27 00:16:17 -0600Timothy Pearson[tde-packaging] Add ldap module packaging files to Debian and Ubuntu
7637e964 [view]master2012-11-26 22:43:05 -0600Timothy Pearson[tde-packaging] Enable glib main loop integration in Qt3 and TQt3 on Debian and Ubuntu
84f70969 [view]master2012-11-26 22:38:41 -0600Timothy Pearson[tqt] Automated update from Qt3
de67a2b8 [view]master2012-11-26 22:38:07 -0600Timothy Pearson[qt3] Add glib main loop support patches
c7706265 [view]master2012-11-26 22:30:47 -0600Timothy Pearson[tdenetworkmanager] Autostart tdenetworkmanager
10dda38c [view]master2012-11-26 21:26:19 -0600Timothy Pearson[tdenetworkmanager] Add passive notification on VPN connection failure
894d885f [view]master2012-11-26 21:25:12 -0600Timothy Pearson[tdelibs] Add notification signals on VPN connection events
84889ea4 [view]master2012-11-26 18:15:56 -0600Darrell Anderson[tdenetwork] Fix automake warnings.
0eefe0cd [view]master2012-11-26 17:40:48 -0600Darrell Anderson[adept] Remove old *.patch files. Code is already merged or obsolete.
1c2ed66f [view]master2012-11-26 17:39:07 -0600Darrell Anderson[kbfx] Remove old *.patch files. Code is already merged or obsolete.
1fe815e3 [view]master2012-11-26 17:32:44 -0600Darrell Anderson[tdeedu] Remove old *.patch files. Code is already merged or obsolete.
2c67f751 [view]master2012-11-26 17:28:19 -0600Darrell Anderson[tdenetwork] Remove old *.patch files. Code is already merged or obsolete.
f285871c [view]master2012-11-26 16:55:07 -0600Timothy Pearson[tdenetworkmanager] Fix VPN editing and connection
346f40b4 [view]master2012-11-26 16:44:23 -0600Timothy Pearson[tdelibs] Fix crash on VPN secrets load
259ae388 [view]master2012-11-26 16:32:42 -0600Timothy Pearson[tdelibs] Fix unexported library and increase NM DBUS timeout
cfa58d93 [view]master2012-11-26 13:10:32 -0600Timothy Pearson[tdenetworkmanager] Fix wireless tray

List generated Sat Mar 14 19:20:02 2026
Currently showing patches 45201 to 45300 of 55929 [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]