summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that tdm always reacquires root ownership after user listing is completeTimothy Pearson2013-04-251-9/+17
| | | | This resolves Bug 1402
* Fix secondary thread terminationTimothy Pearson2013-04-223-15/+20
| | | | This resolves the remainder of Bug 1467
* Fix default query order for finding TDM session files.Darrell Anderson2013-04-201-2/+2
| | | | This resolves bug report 1448.
* Fix desktop refresh destroying media device information and menusTimothy Pearson2013-04-203-6/+15
| | | | | This resolves Bug 1450 Fix incorrect media device enable default setting in desktop control module
* Update desktop files in support of bug report 1463.Darrell Anderson2013-04-201-73/+74
|
* Update desktop files in support of bug report 1463.Darrell Anderson2013-04-191-80/+80
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2013-04-1915-18/+28
|\
| * Reset submodule main/tdebase/admin to latest HEADAutomated System2013-04-181-0/+0
| |
| * Rename kderc -> tderc in support of bug report 1447.Darrell Anderson2013-04-189-12/+22
| |
| * Update files and references in support of bug report 1446.Darrell Anderson2013-04-185-6/+6
| |
* | Fix Documents folder creation dialogTimothy Pearson2013-04-196-65/+144
|/ | | | | This resolves Bug 976 Prevent multiple kdesktop_lock processes from spawning per user
* Fix desktoppath tdecontrol moduleTimothy Pearson2013-04-182-11/+252
| | | | This partially resolves Bug 976
* Fix potential infinite recursion in kicker-3.4-reverseLayoutTimothy Pearson2013-04-171-1/+5
| | | | This resolves Bug 1058
* Fix a number of issues related to the media kioslaveTimothy Pearson2013-04-1713-43/+209
|
* Fix FTBFSTimothy Pearson2013-04-151-1/+1
|
* Use the TDE HW library to eject devicesTimothy Pearson2013-04-151-0/+13
| | | | This resolves Bug 1450
* Fix a number of issues with the media tdeioslaveTimothy Pearson2013-04-159-80/+104
| | | | | This relates to Bug 1450 Add media disk space overlay and enable by default
* Add initial media device free space overlay to Konqueror icon viewTimothy Pearson2013-04-1311-4/+392
|
* Add menu items to rearrange taskbar entriesTimothy Pearson2013-04-139-55/+264
| | | | | Make taskbar drag and drop moving more robust This resolves Bug 1103
* Update starttde: Fix XDG_DATA_DIRS variableFrancois Andriot2013-04-131-26/+48
|
* Add initial taskbar drag and drop supportTimothy Pearson2013-04-1213-16/+244
| | | | | This partially resolves Bug 1103 Save horizontal space around TDE Menu button when text is in use and Kicker is greater than one line in height
* Nominal cleanup of commit 6d8b2d65.Darrell Anderson2013-04-121-8/+0
|
* Update text strings in Kicker configuration moduleDarrell Anderson2013-04-112-13/+21
|
* Update taskbar kcontrol verbage to increase clarityTimothy Pearson2013-04-112-4/+14
| | | | This relates to Bug 1399
* Alphabetize applications on taskbar when requested in taskbar configuration ↵Timothy Pearson2013-04-112-0/+36
| | | | | | module Resort applications on taskbar sorting configuration option change
* Minor repair to taskbar control center moduleTimothy Pearson2013-04-101-2/+2
|
* Overhaul taskbar configuration systemTimothy Pearson2013-04-1012-121/+235
| | | | This resolves Bug 1399
* Use correct icon area when placing new iconsTimothy Pearson2013-04-072-99/+110
| | | | This resolves another long-standing bug where saved icons are moved to make way for new icons
* Update r14-xdg-update script with recent renaming changes.Darrell Anderson2013-04-071-2/+29
|
* Wait for all kicker containers to load before sending desktop size to kdesktopTimothy Pearson2013-04-074-124/+151
| | | | | This resolves a long standing bug where icons would not stay put across logout / login cycles Properly handle desktop area changes when align to grid is enabled
* Do not load virtual keyboards in tsakTimothy Pearson2013-04-061-5/+10
| | | | This resolves Bug 1275
* Use threading and select instead of busywaiting on the lock control socketTimothy Pearson2013-04-066-137/+219
| | | | This resolves the remainder of Bug 690
* Fix broken URL.Darrell Anderson2013-04-061-1/+1
|
* Use threading and select instead of busywaiting on TDM control socketTimothy Pearson2013-04-065-177/+204
| | | | | This partially resolves Bug 690 Clean up TDM logfile
* Honor per-user lock screen SAK settingTimothy Pearson2013-04-064-13/+55
| | | | | This resolves Bug 811 Clean up screen saver settings display to more accurately reflect the current configuration
* Honor application suid requests even if they are directed at KDETimothy Pearson2013-04-061-1/+1
|
* Add warning messages on hot key command execution failureTimothy Pearson2013-04-061-2/+7
|
* Add advanced configuration options to screen saver moduleTimothy Pearson2013-04-052-39/+124
| | | | This closes Bug 811
* Fix applications invisible on taskbar with xineramaSlávek Banko2013-04-041-5/+5
| | | | This resolves Bug 1429
* Add option to enable the clock shadow in transparent modeTimothy Pearson2013-04-034-7/+20
| | | | This closes Bug 387
* Fix tsak corrupting input eventsTimothy Pearson2013-04-031-5/+14
| | | | | | | This resolves Bug 1423 Thanks to Slavek for the patch! Clean up tsak debug output Remove spurious checks from tsak main replication loop
* Ignore spurious BadMatch errors which can occur when autologon is enabledTimothy Pearson2013-03-281-0/+4
| | | | The errors originate from this commit http://lists.kde.org/?l=kde-commits&m=107824396401206&w=2 and appear only on certain hardware/software combinations
* Enable ARGB support in kdesktop_lockTimothy Pearson2013-03-223-33/+48
|
* Clean up spurious kdesktop_lock X11 error messagesTimothy Pearson2013-03-223-81/+211
| | | | Introduce disabled framework for future ARGB visual support
* Remove broken delay when wallpaper not availableTimothy Pearson2013-03-212-26/+2
| | | | This is related to Bug 1288
* Add edit as root service menu to libkonqTimothy Pearson2013-03-213-0/+27
|
* Add destructor to ReniceDlg in order to work around armel FTBFSTimothy Pearson2013-03-092-0/+5
|
* Fix unintended rename of SAKProcess*Slávek Banko2013-03-097-42/+42
|
* Add destructor to PanelDirDropMenu in order to work around armel FTBFSTimothy Pearson2013-03-082-1/+5
|
* Update starttde script to force run r14-xdg-update against the latest ↵Darrell Anderson2013-03-051-2/+16
| | | | renaming changes.