summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update r14-xdg-update script for latest renaming changes.Darrell Anderson2013-03-051-8/+46
|
* Fix error messages.Darrell Anderson2013-03-051-3/+5
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseDarrell Anderson2013-03-041-1/+1
|\
| * Fix default for GUI option ShowArchivesAsFolders, to comply with dirtree moduleSlávek Banko2013-03-051-1/+1
| |
* | Update r14-xdg-update script for latest renaming changes.Darrell Anderson2013-03-041-4/+56
| |
* | Update migratekde3 script for latest renaming changes.Darrell Anderson2013-03-041-3/+4
|/
* Reapply commit 936d3cec inadvertently reverted in de7e5867Slávek Banko2013-03-035-2/+19
|
* Add icon images for commit 48e7fc5a.Darrell Anderson2013-03-022-0/+0
|
* Restore 'Custom' session option to login manager.Darrell Anderson2013-03-021-0/+2
| | | | This resolves bug report 1413.
* Provide GUI check box control for tdmrc AllowRootLogin.Darrell Anderson2013-03-022-1/+10
| | | | This resolves bug report 1296.
* Add GUI check box to control display of favicons in konqueror.Darrell Anderson2013-03-022-1/+11
| | | | This resolves bug report 1361.
* Add preliminary support to improve kcontrol keyboard repeat speed setting.Darrell Anderson2013-03-022-34/+41
| | | | This partially resolves bug report 1349.
* Add GUI control support to test kcontrol mouse double-click setting.Darrell Anderson2013-03-024-7/+34
| | | | | Work is needed to toggle the icon image after testing the double-click. This partially resolves bug report 1324.
* Add GUI control for menu popup delay setting in $HOME/.qt/kstylerc.Darrell Anderson2013-03-022-1/+20
| | | | This resolves bug report 1323.