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
6e364689 [view]master2011-10-29 13:20:44 +0200albator[tde-packaging] kdeartwork, kdebase, kdebindings, kdeedu, kdegames, kdegraphics 3.5.13 RPM
26fc278c [view]master2011-10-29 13:19:29 +0200albator[tde-packaging] kdelibs, kdemultimedia, kdetoys 3.5.13 RPM
0ec35e66 [view]master2011-10-29 13:19:01 +0200albator[tde-packaging] kdenetwork 3.5.13 RPM
aa56e8ad [view]master2011-10-29 13:18:20 +0200albator[tde-packaging] kdepim, kdeutils, kdesdk RPM for TDE 3.5.13
fcc219fa [view]master2011-10-29 13:17:56 +0200albator[tde-packaging] Kdevelop RPM for TDE 3.5.13
9a769a7e [view]master2011-10-29 13:17:39 +0200albator[tde-packaging] RPM kdewebdev for TDE 3.5.13
06545090 [view]master2011-10-29 13:16:27 +0200albator[tde-packaging] Small fixes
e74a5564 [view]master2011-10-29 13:15:59 +0200albator[tde-packaging] Fix description
8b608046 [view]master2011-10-29 13:15:29 +0200albator[tde-packaging] Revert macro %make_install
Re-add "*.a" files to package.
619a393e [view]master2011-10-29 13:14:38 +0200albator[tde-packaging] K3B RPM packaging for TDE 3.5.13
ea99cc19 [view]master2011-10-29 02:14:01 +0000tpearson[tdeedu] Fix kdeedu FTBFS on Fedora 15
Thanks to Francois Andriot for the patch!
61f93068 [view]master2011-10-29 02:11:45 +0000tpearson[tdenetwork] Fix kdenetwork FTBFS on Fedora 15
Thanks to François Androit for the patch!
8682a96d [view]master2011-10-29 02:08:29 +0000tpearson[tdenetwork] Fix Kopete Jabber plugin failing to load
This closes Bug #556
950edb94 [view]master2011-10-28 23:54:47 +0000tpearson[tdelibs] Add debugging message upon libltdl dlopen() failure
This greatly simplifies debugging TDE dynamically loaded plugins!
6d6796c2 [view]master2011-10-28 23:54:47 +0000tpearson[libltdl] Add debugging message upon libltdl dlopen() failure
This greatly simplifies debugging TDE dynamically loaded plugins!
41b6eec2 [view]master2011-10-28 18:58:39 +0000tpearson[tdemultimedia] Fix kdemultimedia FTBFS on Fedora 15
Thanks to François Androit for the patch!
e775ea5d [view]master2011-10-28 15:59:28 +0000tpearson[tdemultimedia] Pass assitional linker flags to kdemultimedia kfile-plugins modules to satisfy new direct DSO linking requirements
9b3de9e4 [view]master2011-10-27 18:10:41 +0000tpearson[arts] Fix artswrapper unset executable name
This closes regression Bug #564
c95d8dea [view]master2011-10-27 15:39:53 +0000tpearson[tdebase] Sync kxkb with the latest numlockx sources
This is related to Bug #561, but may not be sufficient to close it
a2c2f2ed [view]master2011-10-27 10:07:05 -0500Timothy Pearson[tde-packaging] Set Modify/Break keywords on kontact integration for basket-trinity to allow for upgrade from older non-split versions
378e17d1 [view]master2011-10-27 03:18:43 +0000tpearson[tdelibs] Fix KHTML multi-line textboxes rendering incorrectly
This closes Bug #558
b551e05e [view]master2011-10-26 14:59:06 -0700Peter Watkins[libtdevnc] Added comments.
c5b07b63 [view]master2011-10-26 20:01:41 +0000tpearson[other] Enable owner write access on suid executables
This does not change the security of said executables, as the owner always has the ability to chmod +w and then edit the file
ae530517 [view]master2011-10-26 20:01:41 +0000tpearson[tde-cmake] Enable owner write access on suid executables
This does not change the security of said executables, as the owner always has the ability to chmod +w and then edit the file
2b33100f [view]master2011-10-26 19:40:13 +0000tpearson[tdebase] Fix kdebase FTBFS on Fedora 15
7f1b1186 [view]master2011-10-26 14:32:11 -0500Timothy Pearson[tde-packaging] Split basket kontact integration into separate package
2b178a53 [view]master2011-10-26 19:03:07 +0000tpearson[tdebase] Fix kdesu breaking all DCOP communication in the current TDE session
This closes Bug #394
9e1f287e [view]master2011-10-26 18:00:36 +0000tpearson[tdebase] Provide option to enable application autocompletion in the run dialog
This fixes regression bug #557
e7d3e8c4 [view]master2011-10-26 17:52:24 +0000tpearson[tdenetwork] Fix failure to launch Kopete when statistics module is enabled due to faulty SQLite linkage when Autotools is used to build kdenetwork
e5bbee9b [view]master2011-10-26 17:21:55 +0000tpearson[kdbusnotification] Second part of prior commit
e62b95a2 [view]master2011-10-26 17:21:27 +0000tpearson[kdbusnotification] Remove incorrect user visible kdbusnotification shortcut from Kicker
fdadce76 [view]master2011-10-26 17:20:23 +0000tpearson[tdesudo] Update license headers in kdesudo
This should have been done before the freeze, but it does not really matter because no compilable code was altered
3df7537a [view]master2011-10-26 18:41:19 +0200Christian Beier[libtdevnc] Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls.
Lengthy explanation follows...
First, the scenario before this patch:
We have three clients 1,2,3 connected. The main thread loops through
them using rfbClientIteratorNext() (loop L1) and is currently at
client 2 i.e. client 2's cl_2->refCount is 1. At this point we need to
loop again through the clients, with cl_2->refCount == 1, i.e. do a
loop L2 nested within loop L1.
BUT: Now client 2 disconnects, it's clientInput thread terminates its
clientOutput thread and calls rfbClientConnectionGone(). This LOCKs
clientListMutex and WAITs for cl_2->refCount to become 0. This means
this thread waits for the main thread to release cl_2. Waiting, with
clientListMutex LOCKed!
Meanwhile, the main thread is about to begin the inner
rfbClientIteratorNext() loop L2. The first call to rfbClientIteratorNext()
LOCKs clientListMutex. BAAM. This mutex is locked by cl2's clientInput
thread and is only released when cl_2->refCount becomes 0. The main thread
would decrement cl_2->refCount when it would continue with loop L1. But
it's waiting for cl2's clientInput thread to release clientListMutex. Which
never happens since this one's waiting for the main thread to decrement
cl_2->refCount. DEADLOCK.
Now, situation with this patch:
Same as above, but when client 2 disconnects it's clientInput thread
rfbClientConnectionGone(). This again LOCKs clientListMutex, removes cl_2
from the linked list and UNLOCKS clientListMutex. The WAIT for
cl_2->refCount to become 0 is _after_ that. Waiting, with
clientListMutex UNLOCKed!
Therefore, the main thread can continue, do the inner loop L2 (now only
looping through 1,3 - 2 was removed from the linked list) and continue with
loop L1, finally decrementing cl_2->refCount, allowing cl2's clientInput
thread to continue and terminate. The resources held by cl2 are not free()'d
by rfbClientConnectionGone until cl2->refCount becomes 0, i.e. loop L1 has
released cl2.
8310ddd1 [view]master2011-10-26 06:15:09 +0000tpearson[gtk-qt-engine] Fix highly visible incorrect mapping of GTK generic file icon to TDE unknown mimetype icon
This is rammed throught the hard freeze only due to its high visibility in common GTK applications such as Firefox
cb717a24 [view]master2011-10-25 23:22:23 +0000tpearson[tdelibs] Rebrand version string to final 3.5.13 release
Trinity is now in a hard code freeze
d2d02601 [view]master2011-10-24 23:21:18 +0000tpearson[gtk-qt-engine] Fix menu bar drawing failures on Firefox v4+ and Thunderbird when used with the GTK Qt Theme Engine
This partially resolves Bug #546
3e35e06e [view]master2011-10-24 22:32:10 +0000tpearson[tdelibs] Add cr16-action-button_ok.png to kdelibs
d9ed5a87 [view]master2011-10-24 17:31:00 -0500Timothy Pearson[tde-packaging] Add button_ok and button_cancel 16 pixel icons to kdelibs
4b23394a [view]master2011-10-24 18:08:17 +0000tpearson[gtk-qt-engine] Fix GTK Qt engine when used with a compositor supporting ARGB visuals
416a551e [view]master2011-10-24 18:06:08 +0000tpearson[tdelibs] Add constructor to KApplication that allows ARGB visuals to be manually disabled
This allows the GTK Qt theme engine to work with a KApplication object when a window compositor is enabled
0d2336ff [view]master2011-10-24 01:16:22 +0000tpearson[tdelibs] Fix kdelibs FTBFS
4f0472c4 [view]master2011-10-24 01:12:32 +0000tpearson[tdebase] Fix xsetroot breaking kompmgr
6cbb68bb [view]master2011-10-24 00:06:26 +0000tpearson[smartcardauth] Attempt to fix failure to logon if smart card is inserted during system startup
d1b18274 [view]master2011-10-23 23:48:50 +0000tpearson[tdebase] Attempt to fix Kicker freezing on the screen when logout is selected
40bd0569 [view]master2011-10-23 22:42:12 +0000tpearson[tdebase] Fix kdebase conditional builds
Thanks to Fat-Zer for the patch!
ef563f17 [view]master2011-10-23 22:26:29 +0000tpearson[tdebase] Fix kdebase translations in desktop files
Thanks to Fat-Zer for the patch!
51aaf7ff [view]master2011-10-23 22:23:16 +0000tpearson[tdeartwork] Fix broken translations and remove invalid ones
Thanks to Fat-Zer for the patch!
69067080 [view]master2011-10-23 22:10:05 +0000tpearson[tdebase] Add option to disable Konqueror smooth scrolling
Thanks to Nick Leverton for the patch!
f23b0d85 [view]master2011-10-23 21:50:48 +0000tpearson[amarok] Update Amarok help file symlinks
Thanks to Darrell Anderson for the patch!
b54509d5 [view]master2011-10-23 16:31:26 -0500Timothy Pearson[tde-packaging] Add tde-xparts-extras-trinity skeleton to Ubuntu and Debian packaging for kdebindings
Rename KDE to TDE in kdebindings packaging

List generated Tue Jul 1 17:18:02 2025
Currently showing patches 48801 to 48850 of 53212 [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]