summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Bring system icon into XDG complianceTimothy Pearson2015-03-2619-20/+20
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-0257-63/+63
|
* Fix double free corruption due to duplicated call to IceCloseConnectionTimothy Pearson2015-02-241-1/+1
| | | | This resolves Bug 2167
* Signed-off-by: Darrell Anderson <darrella@clovermail.net>Darrell Anderson2015-01-272-2/+2
| | | | Fix KDE->TDE branding in dialog messages.
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319Michele Calgaro2015-01-2341-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix update_compton_tde scriptTimothy Pearson2015-01-171-1/+2
|
* Merge compton changesTimothy Pearson2015-01-172-22/+99
|\
| * Bug fix: Compilation failure with NO_VSYNC_OPENGL=1Richard Grenville2015-01-111-3/+4
| | | | | | | | | | Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one incorrectly placed "#endif" in "src/common.h".
| * Bug fix: --no-fading-openclose doesn't work when fading outRichard Grenville2014-11-301-5/+5
| | | | | | | | | | | | | | - Fix the bug that --no-fading-openclose doesn not work when fading out by writing w->fade_last as well in win_determine_fade(). - Write w->fade_last for applying w->fade_force, as well.
| * Bug fix #244: Build failure with -DDEBUG_EVENTSRichard Grenville2014-11-241-2/+2
| | | | | | | | | | Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to X Sync macros. Thanks to blueyed for reporting. (#244)
| * Misc #215: Reformat usage text & update docsRichard Grenville2014-11-241-10/+85
| | | | | | | | | | | | | | | | - Reformat usage text by adding a blank line between descriptions of two switches. (#215) - Update documentation for a bit. Correct some wrong statements and clarify some others.
* | Added required refreshItems logic. This relates to bug 146.Michele Calgaro2015-01-164-6/+24
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Allow mounted digital camera devices to be unmounted via the context menuTimothy Pearson2015-01-091-1/+1
| |
* | Added option to suppress 'Find in files' error dialog in Kate. This resolves ↵Michele Calgaro2015-01-043-6/+32
| | | | | | | | | | | | bug 1911. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Updated Kate and KWrite's handbooks with the new 'Delete Line' command. This ↵Michele Calgaro2015-01-032-0/+16
| | | | | | | | | | | | relates to bug 1907. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Fix verification of the TDM control socketSlávek Banko2014-12-271-7/+22
| | | | | | | | | | | | This resolves Bug 2269 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-12-271-1/+1
|\ \
| * | Fix version string in kpersonalizerSlávek Banko2014-12-261-1/+1
| | | | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | | Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug 2272.Michele Calgaro2014-12-272-1/+9
|/ / | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Update r14-xdg-update: add update of references to temporary directoriesr14.0.0Slávek Banko2014-12-091-8/+51
| | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* | Update About dialogs of Konqueror and Konsole for releaseTimothy Pearson2014-12-063-6/+8
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-12-061-1/+11
|\ \
| * | Fix rare incorrect section display on load request when khelpcenter instance ↵Timothy Pearson2014-12-051-1/+11
| | | | | | | | | | | | | | | | | | already running This resolves Bug 2188
* | | Minor update to the Release Notes.Michele Calgaro2014-12-061-0/+3
|/ /
* | Updated Release Notes.Michele Calgaro2014-12-041-61/+86
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-12-031-2/+0
|\ \
| * | Forcibly terminate kdesktop_lock after unlockTimothy Pearson2014-12-021-2/+0
| | | | | | | | | | | | This resolves Bug 2222
* | | Minor adjustment to the Mouse handbook. This relates to bug 1850.Michele Calgaro2014-12-031-4/+4
|/ /
* | Fix compositor startup failureTimothy Pearson2014-11-301-19/+25
| | | | | | | | Clean up build warnings
* | Fix window control issues introduced in GIT hash 17b142ddTimothy Pearson2014-11-301-2/+5
| | | | | | | | This relates to Bug 2220
* | Fix passage of wid pointer to Window parameter in ↵Timothy Pearson2014-11-301-1/+1
| | | | | | | | | | | | win_determine_greyscale_background Thanks to Richard Grenville for catching that mistake!
* | Fix window fade inRichard Grenville2014-11-301-5/+1
| |
* | Fix kdesktop_lock bad visual appearance due to incorrect focus stealing settingsTimothy Pearson2014-11-291-3/+14
| |
* | Send setActive signal when taking focus in Client::takeFocusTimothy Pearson2014-11-297-22/+25
| | | | | | | | | | This relates to Bug 2189 Clean up minor formatting issues
* | Fix kdesktop_lock requiring a process stop/start on unlockTimothy Pearson2014-11-284-49/+78
| | | | | | | | Attempt to fix kdesktop_lock start/stop causing dcop failures by keeping kdesktop_lock process running across lock/unlock cycles
* | Hide udev hidden devices via the hidden file mechanismTimothy Pearson2014-11-284-12/+35
| | | | | | | | This resolves Bug 2211
* | Fixed Twin crashes caused by commit 84d7db0. This resolves bug 2218.Michele Calgaro2014-11-281-1/+0
| |
* | Honor disk hidden flag when handling device insertion notifiersTimothy Pearson2014-11-272-0/+9
| | | | | | | | This relates to Bug 2211
* | Fixed incomplete documentation for handbook in Internet & Network -> Local ↵Michele Calgaro2014-11-272-17/+18
| | | | | | | | Network Browsing. This relates to bug 1850.
* | Fixed incomplete documentation for handbook in Appearance & Themes -> Window ↵Michele Calgaro2014-11-272-10/+18
| | | | | | | | Decorarions. This relates to bug 1850.
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-11-279-168/+420
|\ \
| * | Fix up symlinked TDE directory handling in upgrade scriptsDarrell Anderson2014-11-252-20/+21
| | | | | | | | | | | | | | | Automatically run migratekde3 for symlinked directories if user breaks symlink This relates to Bug 2202
| * | Fix twin attempting to load a new compton-tde instance when one is already ↵Timothy Pearson2014-11-251-35/+47
| | | | | | | | | | | | active
| * | Fix blur option not being written correctlyTimothy Pearson2014-11-253-2/+14
| | | | | | | | | | | | Add ability to set desaturated backgrounds from the control center
| * | Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-11-256-2/+40
| |\ \
| * | | Rewrite greyscale OpenGL system to use GLSLTimothy Pearson2014-11-254-111/+338
| | | | | | | | | | | | | | | | | | | | Add ability to blend color and greyscale based on window alpha (actual window alpha currently set at 0.5 when blending is enabled) Reenable greyscale logout effect when compositor is in use
* | | | Fixed help handbook sections for TDE Components. This relates to bug 1850.Michele Calgaro2014-11-2712-16/+63
| |/ / |/| |