110 Commits (e713c90c5e0bbeb70b0d9afcf4d1cb8cef3b7ba2)

Author SHA1 Message Date
Tomaz Canabrava e713c90c5e Only recalculate the directories when we change dirs 6 years ago
Tomaz Canabrava 0b489b0c69 Use QSet to search for strings instead of QStringList 6 years ago
Tomaz Canabrava d1443053bf Take in consideration the Word Characters of the profile 6 years ago
Tomaz Canabrava 452e895fcf Fix matching for files within folders 6 years ago
Tomaz Canabrava 57dde9f146 Add slash to the regexp 6 years ago
Tomaz Canabrava 9c18672e34 Remove stray debug 6 years ago
Tomaz Canabrava 62ebef90c6 Allow "open with" menu to open displayed files in konsole 6 years ago
Tomaz Canabrava 9c9cde045d New method to modify the menus of a Session: setupMenu(QMenu) 6 years ago
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
Kurt Hindenburg bb157d33c8 Use = default to define a trivial default destructor 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
Tomaz Canabrava 71f426ea2b Use structured bingings to return the value of multiple variables 6 years ago
Tomaz Canabrava 6ba182f3f1 Declare and initialize the variable in one go 6 years ago
Tomaz Canabrava 3c49248a46 Use ternary to return a multiple choice 6 years ago
Kurt Hindenburg bc8530f71e For hotspot links use https instead of http 6 years ago
Ahmad Samir 26f4a2218f [FileFilter] Create HotSpot's for files in child dirs too 6 years ago
Tomaz Canabrava 96cda154c1 Fix context menu actions when search bar is enabled 6 years ago
Björn Feber 37f2923b0b Add icons to Konsole URL/mail context menu item 6 years ago
Ahmad Samir c83bb19a68 Port away from deprecated foreach, use for-range instead, first take 6 years ago
Yuri Chornoivan 7bcf92696b Use URLs with transport encryption 6 years ago
Kurt Hindenburg ec1c08c4ed hotSpotsAtLine() has not been used in years 7 years ago
Laurent Montel ef1beaab86 Remove unused includes 7 years ago
David Hallas 7265be97a2 Fix memory leak of HotSpot 7 years ago
Laurent Montel f46c36bbb5 Const'ify where it's possible found by clazy 7 years ago
Kurt Hindenburg 945172b461 Use QString() rather than QStringLiteral() 7 years ago
Mariusz Glebocki e74cf6c366 Use new character width code based on Unicode 11 8 years ago
Mariusz Glebocki 0f33ee504b Move character width functions to Character class 8 years ago
Kurt Hindenburg b0e4e474a9 For QPointer do not compare to nullptr, use isNull() 8 years ago
Kurt Hindenburg cfa2e01543 Fix to allow + in email names (firstname+lastname@example.com) 8 years ago
Kurt Hindenburg f268b33d84 Change defaults of keeping whitespace to true 8 years ago
Kurt Hindenburg 59cce871a8 remove commented out code 8 years ago
Kurt Hindenburg 7f35a5af09 initialize members in the initialization list 8 years ago
Kurt Hindenburg 8d4341bf12 QLatin1String -> QStringLiteral; remove 2 duplicate lines 8 years ago
Kurt Hindenburg 15ac1598fb use new connect syntax 8 years ago
Kurt Hindenburg 2e86be05dc Implement support for trimming leading whitespace 8 years ago
Kurt Hindenburg 2a2a56d73c modernize use nullptr 9 years ago
Martin T. H. Sandsmark 2322c5605e Improve file matching 9 years ago
Kurt Hindenburg 3455af371e uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Kurt Hindenburg 9cd07bac83 Use QLatin1*/QStringLiteral to handle casts from ascii 9 years ago