summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to minimize the time in which new notifications are displayed before ↵v3.5.13.1Timothy Pearson2012-09-242-0/+19
| | | | | | being hidden (cherry picked from commit 1f33dc8fd2fc14c2abb74be4e27ef08fdda784d6)
* Lower override redirect windows instead of unmapping them on lock startTimothy Pearson2012-09-243-5/+55
| | | | | | Restore lowered windows on lock exit This provides a better solution to Bug 1079 (cherry picked from commit 57f5c0698d49f0a0a7a55c75404f5b9ded910002)
* Forcibly prevent transient override redirect windows from showing up over ↵Timothy Pearson2012-09-243-6/+73
| | | | | | | the lock screen This closes Bug 1079 (cherry picked from commit 553923b25dc41e2c17ba9038eb225cd3bb9b1770)
* Rebranding of Krita as ChalkSlávek Banko2012-09-162-4/+4
| | | | (cherry picked from commit 0fef2b78bd06ca46e92815d5b9b4f243f9f01ed2)
* Update final HTML install path so all modules are consistent.Slávek Banko2012-09-082-0/+0
|
* Update HTML install path references.Darrell Anderson2012-09-081-1/+1
| | | | (cherry picked from commit c16892aaba10ddc46167074701dbd981a0a0d988)
* Fix links in Konqueror launch page.Darrell Anderson2012-09-052-5/+5
| | | | (cherry picked from commit 495b5680838dc44112adecea964a3ad7ea01fc07)
* Update starttde: Fix compatibility with older manpathSlávek Banko2012-08-261-1/+1
| | | | (cherry picked from commit 55c88e3706712bd26f081fdfc164382238506652)
* Update default konqueror maximum image preview size to 10MB.Darrell Anderson2012-08-261-7/+7
| | | | (cherry picked from commit 03e19305ec704b8749bb7564e16ed8d78a80d516)
* Temporary fix for a probable race condition on some systems.Darrell Anderson2012-08-261-0/+3
| | | | | | Still needs to be resolved by determining the root cause. Partially resolves bug report 760. (cherry picked from commit d41f52171966007990bd9176cde217a8ba0f335a)
* Disable keyboard shortcuts for file location moving, as they did not work ↵Timothy Pearson2012-08-261-2/+2
| | | | | | properly and have very little practical use (cherry picked from commit 9a948c1af9c07bfdc0eb079cc3cbc84e6bd597c6)
* Add drag and drop to kate file list in manual modeTimothy Pearson2012-08-261-1/+5
| | | | (cherry picked from commit b0fa10df6cf9ba377d6bfdef719efc8ca4fe57a0)
* Add the ability to reorder documents in kateTimothy Pearson2012-08-263-4/+78
| | | | (cherry picked from commit 46a657f7108284d4f02107d11fa407cbf95b86b9)
* Ensure pagersettings.kcfg is installed.Darrell Anderson2012-08-261-1/+1
| | | | (cherry picked from commit bd9c1479d7a965959147398d71f18be62b2aa8b6)
* Add option to control pager applet cycling with the mouse wheel.Darrell Anderson2012-08-263-5/+20
| | | | | | This resolves bug report 908. Thanks to Calvin Morrison for the patch! (cherry picked from commit 7527d160b979ee6a88c87b6e82f756965cf86501)
* Make kpersonalizer self-consistentTimothy Pearson2012-08-261-5/+5
| | | | | This closes Bug 759 (cherry picked from commit 90c3920fc3caa06f9d5cbc2248cd2c43c332b512)
* Fix tsak FTBFSSlávek Banko2012-08-221-0/+2
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1181 (cherry picked from commit 1b0225276c9353d651887f32c82d9ad7394372b3)
* Disable use of SAK if TSAK is not builtSlávek Banko2012-08-223-1/+15
| | | | | | Thanks to Francois Andriot for the patch This resolves Bug 1180 (cherry picked from commit 8f514540fcb06ca42c2829313b4058e45dda3a53)
* Fix khotkeys/arts headers includes in CMakeSlávek Banko2012-08-181-0/+1
| | | | | Thanks to Francois Andriot for the patch (cherry picked from commit 02f53174686c1690c576f09f08e0936dc1f94ff5)
* Add missing Games for Kids icons.Darrell Anderson2012-08-184-0/+0
| | | | | Thanks to David C. Rankin. (cherry picked from commit 5d81f9a9387757139160193ada5312268ffe7ce3)
* Fix tdebase DBUS header includes in CMakeTimothy Pearson2012-07-311-0/+1
| | | | | This closes Bug 755 (cherry picked from commit 9cccdc10f74a56550470cdc577dae58f8f1da242)
* starttde updates: Add quotation marks to ensure $tdehome variable won'tDarrell Anderson2012-07-081-16/+15
| | | | | | | break with spaces in the directory name. Moved R14 XDG updating snippets to a separate script named r14-xdg-update. (part of the original commit) (cherry picked from commit 5464fc6fc60ac3f0dbc95992369200f1f53bdbb9)
* Fix menu crash with disabled search fieldSlávek Banko2012-07-071-0/+2
| | | | | This resolves Bug 1081 (cherry picked from commit 0afb2d8a78d212568f6836dd0e7d41382cfb991d)
* Only request root access in drkonqui if yama ptrace setting requires itTimothy Pearson2012-06-131-1/+21
| | | | | This resolves Bug 1005 (cherry picked from commit 30461576d34ece5d06626f217a034dbfaa353c4d)
* Make drkonqui use tdesu when generating backtracesTimothy Pearson2012-06-132-8/+28
| | | | | | | | | This allows most Linux installations to gather backtraces with drkonqui If a custom multiuser system does not allow sudo access for a user or users, backtraces will not be available for those users. However, this change is due to Linux distributions attempting to lock down a security hole, so drkonqui was broken for non-root users before this commit anyway. Multiuser system administrators should collect and submit the backtraces anyway. (cherry picked from commit ad1a71417d6aa07048a126a000c375bf1f0dc5c5)
* Fix tdesu/tdesudo argument compatibility problemTimothy Pearson2012-06-131-0/+1
| | | | (cherry picked from commit 59ee4f6630e6ed6b2712600a88d3ba9ce383620b)
* Fix error in tdesu notification messageTimothy Pearson2012-06-131-1/+1
| | | | (cherry picked from commit 8ee0ab9902681d432ea668d6e09f630b3d2f9e62)
* Fix kate raising but not grabbing focus when theDarrell Anderson2012-06-131-0/+17
| | | | | --use parameter is used. This resolves bug report 692. (cherry picked from commit 377f84855a6141625e53e10778e4f47e1d05ae53)
* Fix Keramic data file installation and add long long check to CMakeTimothy Pearson2012-06-133-14/+9
| | | | | | This closes Bug 905 Thanks to Roman Savochenko and Leandro Nini for the patches! (cherry picked from commit dfb75324af3dfdb983f354782c6025f37e665ee5)
* Fix kxdglauncher locale issueTimothy Pearson2012-06-131-2/+2
| | | | | | This closes Bug 988 Thanks to Roman Savochenko for the patch! (cherry picked from commit e12ae2b6508702daa1f2c50e1bec3e006a44249a)
* Add keep password option to tdesuTimothy Pearson2012-06-133-4/+5
| | | | | This closes Bug 388 (cherry picked from commit 8d7bb2841842aca2eb69bfd847b8674abfa06425)
* Add xscreensaver support to CMakeSlávek Banko2012-06-104-0/+25
| | | | | This closes Bug 859 (cherry picked from commit 80deb52955cbd917e10f015f37699d830cb681ce)
* Add check box control to enable/disable the session exit (feedback)Darrell Anderson2012-06-093-7/+30
| | | | | | dialog box. This resolves bug report 681. (cherry picked from commit 8a61818a86d7d7f6b6332790d80b50a8b3a73146)
* Fix kdesktop_lock crash on mouse events when no dialog is displayedTimothy Pearson2012-06-091-2/+2
| | | | | This closes Bug 1008 (cherry picked from commit 09dbd438c1fd7f3ee00eae33459bb7077fc3f9c2)
* Fix displaying of logout status dialog with manually triggered save sessionSlávek Banko2012-06-061-1/+1
| | | | | This closes Bug 922 (cherry picked from commit 5c3cd105bf9a3f6a1089e18e5edbe2b4ebff68a1)
* Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ ↵Darrell Anderson2012-06-036-1/+20
| | | | | | | | Background. This resolves bug report 744. Thanks to Slávek Banko. (cherry picked from commit 85c2426f988de375bc666bef5a24529989737470)
* Fix FTBFS when XTest is enabledTimothy Pearson2012-06-031-1/+2
| | | | (cherry picked from commit 5971a60bad1a0b58747ff281f17a78e28b7b5284)
* Enable xtest support flagTimothy Pearson2012-06-035-2/+42
| | | | (cherry picked from commit 45fb5561be6e828c78180c781f74d0ae9d1c3ea4)
* Prevent tdm crash if window manager or compositor do not startTimothy Pearson2012-06-031-22/+26
| | | | (cherry picked from commit 8a80c7f3df3a7ce18398e00f2c91bf65b2325107)
* Update starttde scriptSlávek Banko2012-06-031-6/+6
| | | | | | | | Fix path to libnspr Fix PRELINKING condition Fix setting TDE_SESSION_UID Optimize first path clipping from TDEDIRS (cherry picked from commit f70bd6c7c09395d93474424371b40b0db7a76bd2)
* Fix screensaver startup over slow X11 connectionsTimothy Pearson2012-06-031-2/+10
| | | | (cherry picked from commit d7b0d6767460a68fc3f81e2598f1541c5305b622)
* Fix kdesktop_lock XRandR event handlingTimothy Pearson2012-06-032-26/+53
| | | | (cherry picked from commit b70ccd542a93d69df25a5af2ad930e21c546a8b6)
* Fix kdesktop_lock not reacting to settings changes until it is restartedTimothy Pearson2012-06-032-14/+19
| | | | (cherry picked from commit 345d1e78808b657437e48ea299fb9af557ab111e)
* Make absolutely sure that kdesktop_lock reads recently changed configuration ↵Timothy Pearson2012-06-031-8/+12
| | | | | | files when starting up (cherry picked from commit de4e7b41598b4c8db0948e4c2c216d73e952f7bb)
* Fix klipper/cmake to install correct klipperrc with global actionsSlávek Banko2012-06-031-1/+1
| | | | (cherry picked from commit c281f8a59d6d1cc7d72d6fed23a11ee785988e1c)
* Fix desktop lock not engaging on suspendTimothy Pearson2012-06-036-27/+87
| | | | | This closes Bug 1003 (cherry picked from commit 193d9afcdb186902317c5bef5d6c769fc8933f1a)
* Fix fancy logout not allowing interaction with save dialogsTimothy Pearson2012-06-034-23/+59
| | | | | | This closes Bug 922 Fix desktop wallpaper export failing when triggered by krootbacking or ksmserver and konsole or kdesktop_lock not previously loaded (cherry picked from commit d2f8fca98e6d276f442f90dee48164be15d8e287)
* Fix KHTML smooth scrolling control center optionTimothy Pearson2012-06-031-4/+4
| | | | | | This closes Bug 1001 Thanks to Roman Savochenko for the patch! (cherry picked from commit b45b4bd730da3196a4658773f7eef46e004a39d6)
* Fix kdesktop_lock screensaver engaging in corner caseTimothy Pearson2012-06-031-19/+66
| | | | | This resolves Bug 906 (cherry picked from commit c5ad26a7cc7129f39b4929fc9582ed44b0242a57)
* Fix FTBFSTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit 2e7d92a2af76d080c14f937cec79ccbfc0f48ea6)