4406 Commits (ad4e77d50cea8beb66321998e2942e5ebae504da)

Author SHA1 Message Date
Tomaz Canabrava ad4e77d50c Fix regexp for matching files 6 years ago
Tomaz Canabrava 08905bf418 Simplify match of files with space 6 years ago
Tomaz Canabrava 09473afc1d Simplify match algorithm 6 years ago
Tomaz Canabrava bdaa2efdbf Simplify Regexp creation 6 years ago
Tomaz Canabrava df7fb7cdc6 Tilde (~) is a valid character for file names 6 years ago
Tomaz Canabrava 86fd405821 Move the regexp to the inner function, and use a Raw String 6 years ago
Gustavo Carneiro 2b59891d73 Simplify the color information on the tab, per VDG Input. 6 years ago
Gustavo Carneiro 3d2bc6fe05 konsole: move a SessionGroup to a new file 6 years ago
Tomaz Canabrava 4b43b2a45c Keep function body always with success case 6 years ago
Tomaz Canabrava ef074e2380 Be pedantic with the test for QVariant validity 6 years ago
Tomaz Canabrava de8444c361 Pass the QColor directly 6 years ago
Tomaz Canabrava 04484fd1c6 Be more pedantic on the color values 6 years ago
Tomaz Canabrava 309be51fc3 Off by one error in the loop 6 years ago
Tomaz Canabrava 7fda6d2868 Code Style 6 years ago
Kurt Hindenburg d8b9ccd24e Simpify return after else statements 6 years ago
Kurt Hindenburg 90c81d0ecf Simpify return after else statements 6 years ago
Kurt Hindenburg 9a80c74bff Fix some implicit-bool-conversions 6 years ago
Kurt Hindenburg 6733a9367b Convert QFontMetrics depreciated width to horizontalAdvance 6 years ago
Kurt Hindenburg 5c793cb042 Convert depreciated setWorldMatrix to setWorldTransform 6 years ago
Gustavo Carneiro e788b2a894 Konsole: Add a color tabs support in Konsole 6 years ago
Kurt Hindenburg 2511258338 Use a braced initializer list 6 years ago
Kurt Hindenburg f3f8cca628 Use auto when initializing with a template cast to avoid duplicating the type 6 years ago
Yaroslav Sidlovsky d3519ae24c Use Qurl::fromPercentEncoding for bookmarks 6 years ago
Luca Weiss eaef61e1c4 Add DBus call setDefaultProfile() to ViewManager 6 years ago
Friedrich W. H. Kossebau a1b78079c5 Remove unneeded <optional> include 6 years ago
Kurt Hindenburg 1b08f3058a Do not show "Search for" if web shortcuts are disabled 6 years ago
Kurt Hindenburg b35a13e553 Remove unused variable 6 years ago
Gastón Haro 2a48850688 Cursor thickness follows font size 6 years ago
Ahmad Samir 474886dba8 [TerminalDisplay] Change the mouse cursor shape back to beam on leaveEvent 6 years ago
Kurt Hindenburg 028a31edda Use std::array 6 years ago
Kurt Hindenburg 795180cb4a Do not call a virtual function during construction 6 years ago
Kurt Hindenburg 79c6cefe5c Remove unused variable 6 years ago
Kurt Hindenburg 1563ed9b89 initialize variable in constructor 6 years ago
Kurt Hindenburg bb157d33c8 Use = default to define a trivial default destructor 6 years ago
Kurt Hindenburg 0d1504993b Simplify boolean expression 6 years ago
Kurt Hindenburg 0aaa53db54 Remove unused code and assignment 6 years ago
Kurt Hindenburg c7ea0413ad Simplify redundant else logic 6 years ago
Kurt Hindenburg b6b82b790d Mark constructors explicit 6 years ago
Kurt Hindenburg 92f03de922 Match variable names 6 years ago
Ahmad Samir caeca72a01 Change depreciated orientation() to angleDelta() 6 years ago
Kurt Hindenburg 56c6d59289 Revert "Change depreciated orientation() to angleDelta()" 6 years ago
Martin T. H. Sandsmark e8b66b5b65 Change depreciated orientation() to angleDelta() 6 years ago
Kurt Hindenburg 61047714dc Add Qt check for position() - fix build on Qt5.12 6 years ago
Kurt Hindenburg 425f70ff13 Change obsolete pos() to position() 6 years ago
Martin T. H. Sandsmark 785fedbe53 fix deprecated qset warnings 6 years ago
Tomaz Canabrava 3fae1fc49e Do not depend on c++17 6 years ago
Tomaz Canabrava ca783c1a6e Fix Build 6 years ago
Tomaz Canabrava 58e49ab500 Replace manual memory management with unique_ptr 6 years ago
Tomaz Canabrava 6fbf8161b9 Const Correctness 6 years ago
Tomaz Canabrava 753b174b48 Remove the calls to java based iterators 6 years ago