- 06 Jul, 2016 9 commits
-
-
Martin Tobias Holmedahl Sandsmark authored
REVIEW: 128239 BUG: 257752
-
Martin Tobias Holmedahl Sandsmark authored
When looking backwards to combine into a character, it didn't take into account characters with two column width. It also assumed that all characters that needed to be combined were in the Mn unicode character category, while the Hangul starting consonants are in the Lo category.
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
Implements a feature from e. g. good old Konqueror/KHTML, where you got a number overlaid all links when pressing ctrl, and then you could press ctrl+number to activate that link. REVIEW: 128348
-
Martin Tobias Holmedahl Sandsmark authored
Implements support for the OSC 7 "standard" for tracking open directories in the terminal (e. g. for bookmarks). From the bug report, this is apparently what the osx terminal, iterm and gnome terminal uses to keep track of stuff. I kept the existing tracking as a fallback. REVIEW: 128351 BUG: 336618
-
Martin Tobias Holmedahl Sandsmark authored
An updated version of the patch by Adam Treat <treat@kde.org>: Implement a new file filter using POSIX Portable Filename Character Set along with KDE's mimetype database of file extension blobs that filters text matching a POSIX portable pathname and underlines it very much like links. REVIEW: 128241 REVIEW: 114376
-
Martin Tobias Holmedahl Sandsmark authored
REVIEW: 128350
-
Harald Sitter authored
debian policy for reasons beyond my apprehension wants a -T option to set the window title (like in xterm). to make debian's (and derivate's) life easier let's support a no-op -T option but hide it. this option will not appear in --help output but be accepted by the parser all the same. this enables Debian and friends to drop a long standing useless patch and at the same time prevents us from introducing a conflicting -T in the future. REVIEW: 128299
-
- 03 Jul, 2016 3 commits
-
-
Burkhard Lück authored
remove options from kde3/4 replace them with reference to qt5options and kf5options REVIEW:128318
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
Thanks to Wolfgang Bauer (wbauer tmo at) for patch REVIEW:128342 BUG: 364336
-
- 23 Jun, 2016 1 commit
-
-
Kurt Hindenburg authored
-
- 22 Jun, 2016 4 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
Suppose to be faster since it ignores time zones - clazy
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 21 Jun, 2016 3 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 20 Jun, 2016 6 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
It was also a bad idea to name this *.keytab
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 19 Jun, 2016 3 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 18 Jun, 2016 3 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
See Pty.cpp for notes on why the arguments should not be empty. This caused no harm, but this needs to be "fixed" throughout the entire code. This reverts commit d1c9b642.
-
Christoph Cullmann authored
REVIEW: 128168
-
- 17 Jun, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
The check was only done when not memory mapped, so there was a potential out of bounds read. In addition the check only printed an error, and didn't return and went ahead with the erronous read. The 'loc' variable is indirectly read from the file, so in case the history file is corrupted this could potentially lead to a crash. Found by Coverity. REVIEW: 128153
-
- 13 Jun, 2016 1 commit
-
-
Harald Sitter authored
REVIEW: 128132 CHANGELOG: New 'Breeze' color scheme featuring vibrant colors
-
- 12 Jun, 2016 1 commit
-
-
Christoph Cullmann authored
-
- 11 Jun, 2016 5 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
REVIEW: 117377
-
Kurt Hindenburg authored
This fixes an issue with the tab bar disappearing when moving tabs left or right with only two tabs open if the tab bar visibility is set to Show Tab Bar When Needed in preferences Thanks to Ignacio R. Morelle shadowm2006 gmail com REVIEW: 128151 BUG: 350849
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
KDBusService is designed in a way that is fundamentally not compatible with Qt, where it exit()s before the QApplication is deleted, which leads to a lot of weird crashes in various parts of Qt. To work around this we install an atexit() handler to delete the QApplication before we shut down. REVIEW: 127626
-