summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix konsole super user sessions with sudo or suSlávek Banko2013-11-215-6/+17
| | | | This resolves Bug 853
* Restore Ignore button in tdesu, but set default to not showingDarrell Anderson2013-11-212-8/+23
| | | | This relates to Bug 985
* Cleanup TDELocale warning in kickerSlávek Banko2013-11-171-1/+3
|
* Allow mount options specific to filesystem in tdehw storage backendSlávek Banko2013-11-171-16/+30
| | | | This relates to Bug 1708
* Add option to enable accelerators in Konsole menu barMichele Calgaro2013-11-164-13/+86
| | | | | Add default shortcut for show/hide Konsole menu bar This resolves Bug 1701
* Clarify konsole printf output message.Darrell Anderson2013-11-141-1/+1
|
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-112-11/+11
|
* Revert commit fd2f0b36, adding konsole accelerators to the menubar.Darrell Anderson2013-11-091-6/+6
|
* Fix remaing kcm mouse module crashesSlávek Banko2013-11-091-12/+24
|
* Set WITH_SUDO_TDESU_BACKEND configuration option to same default as tdelibs.Darrell Anderson2013-11-091-1/+1
| | | | This resolves bug report 1702.
* Fix unintended automatic selection during renaming in Konqueror listviewSlávek Banko2013-11-091-0/+2
| | | | This relates to Bug 1677
* Fix permanently change shortcuts for some actions in KonquerorMichele Calgaro2013-11-091-40/+17
| | | | This resolves Bug 1689
* Enhance renaming in Konqueror listviewMichele Calgaro2013-11-094-6/+74
| | | | This resolves Bug 1677
* Update XDG mimetypes.Darrell Anderson2013-11-089-19/+19
|
* Update Theme Manager thumbnails. This resolves bug report 1376.Darrell Anderson2013-11-0814-2/+2
|
* Fix unresponsive kcontrol theme manager buttons.Darrell Anderson2013-11-081-6/+6
|
* Add accelerator key underlines to konsole main menu bar.Darrell Anderson2013-11-081-6/+6
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2013-10-2811-341/+395
|\
| * Fix kcm mouse module crashSlávek Banko2013-10-281-1/+3
| | | | | | | | This resolves Bug 1688
| * Sort order of widgets in taskbar settingsSlávek Banko2013-10-281-82/+84
| |
| * Add option to display only icons on taskbarMichele Calgaro2013-10-287-274/+324
| | | | | | | | This resolves Bug 360
| * Fix getting kdesktop_pid in kdesktop_lockSlávek Banko2013-10-261-1/+1
| | | | | | | | | | | | | | This fixes sending a signal on fully activation to kdesktop SaverEngine. This fixes setting Saving state in SaverEngine. This fixes hang in processing kdesktop lock dcop call during the switch to suspend modes when the screen saver is active.
| * Fix defaults for tabbar mouse wheel in konsole and konquerorSlávek Banko2013-10-242-2/+2
| |
* | Fix high kompmgr CPU load when Amarok main window is mappedTimothy Pearson2013-10-281-12/+20
|/ | | | Fix new standard and menu window paint failure when Amarok main window is mapped
* Fix enabling move tab left/right in tab popup menu in konquerorMichele Calgaro2013-10-191-17/+62
| | | | This resolves Bug 1067
* Add check box to control tabbar mouse wheel in konquerorMichele Calgaro2013-10-199-55/+122
| | | | | Move tabbed browsing options into single dialog This resolves Bug 910
* Add move session left/right into tab popup menu in konsoleMichele Calgaro2013-10-192-19/+48
| | | | This resolves Bug 1682
* Sort order of widgets in konsole settingsSlávek Banko2013-10-191-69/+69
|
* Add check box to control tabbar mouse wheel in konsoleMichele Calgaro2013-10-193-14/+30
| | | | This resolves Bug 909
* Cleanup build warnings in konsoleMichele Calgaro2013-10-194-20/+33
|
* Fix renaming of kwinrulesrc file in r14-xdg-updateSlávek Banko2013-10-191-2/+2
|
* Update starttde: Check for prelink file in both system foldersFrancois Andriot2013-10-111-3/+5
|
* Fix renaming of kwinrules in r14-xdg-updateSlávek Banko2013-10-111-4/+4
|
* Add renaming for kwin3_* decorations to r14-xdg-updateSlávek Banko2013-10-101-1/+2
|
* Fix typo in r14-xdg-update scriptSlávek Banko2013-10-051-2/+2
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-10-031-3/+3
|
* Add freeze suspend state to list of available power statesSlávek Banko2013-09-281-0/+3
| | | | in TDE hardware manager
* Fix run tdesu with empty commandSlávek Banko2013-09-271-24/+15
| | | | This relates to Bug 1494
* TDE starts on black background after login from TDMRoman Savochenko2013-09-221-3/+1
| | | | This resolves Bug 1569
* Add support for freeze suspend stateSlávek Banko2013-09-227-71/+146
|
* Reset submodule main/tdebase/cmake to latest HEADAutomated System2013-09-151-0/+0
|
* Reset submodule main/tdebase/admin to latest HEADAutomated System2013-09-151-0/+0
|
* Add additional k => tde renaming to r14-xdg-updateSlávek Banko2013-09-152-19/+36
| | | | Add r14-xdg-update version index to allow automatic rerun
* Minor fix to r14-xdg-update scriptSlávek Banko2013-09-151-4/+4
|
* Fix TDM variable USER_PATHFrancois Andriot2013-09-081-3/+3
| | | | This resolves Bug 1653
* Add optional opengl supportAlexander Golubev2013-09-088-17/+41
|
* Remove a couple of cmake FIXMEsAlexander Golubev2013-09-082-4/+0
| | | | | | | | | | Autotools malloc checks in konqueror/preloader is acient legacy. Its results are not used in code anymore. KDE_USE_FPIE in tdesu/tdesud is obsolte too. -fpie make sence only when compiling static code that supposed to link only to executables. With cmake, modern compilers and sane target system there is no need to define is explicitly.
* Add lm_sensors optional support for ksysguardAlexander Golubev2013-09-085-3/+30
|
* Fix tdesu backend check in CMakeSlávek Banko2013-09-081-0/+4
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-09-075-26/+26
|