173 Commits (f4b8369637c0e481de9cbf4d839bed2d42feedb6)

Author SHA1 Message Date
Ahmad Samir 7522686088 Use cmakedefine01 4 years ago
Oswald Buddenhagen f315950361 remove pretenses of windows support 4 years ago
Ahmad Samir 4f81a64533 Code cleanup 4 years ago
Ahmad Samir d1c826adc8 Tweak formatting after running clang-format 5 years ago
Ahmad Samir 97569b764c Run clang-format on the whole repo 5 years ago
Kurt Hindenburg 70ffd75e24 Remove code for pre Qt 5.15.0 versions 5 years ago
Kurt Hindenburg e324355c06 Set parent and foreground process ids on macOS 5 years ago
Carlos Alves 343d8595d7 Remove deprecated functions 5 years ago
Kurt Hindenburg 78a0092522 Convert src to use SPDX license/copyright 5 years ago
Kurt Hindenburg 680e3dd13e Fix spelling issues 5 years ago
Rafael Sadowski 6469bcc495 fix compile: calling a private constructor of class 'QString' 6 years ago
Gustavo Carneiro 1219b72bb5 Move Process Info Classes to a new files. 6 years ago
Gustavo Carneiro d2d818b08b konsole: Convert depreciated QString::SkipEmptyParts and QButtonGroup::idClicked 6 years ago
Kurt Hindenburg b6b82b790d Mark constructors explicit 6 years ago
Martin T. H. Sandsmark 785fedbe53 fix deprecated qset warnings 6 years ago
Kurt Hindenburg 3e8401391a Add comments about QSet deprecated methods 6 years ago
Kurt Hindenburg 449fdd90c9 Revert "Replace deprecated QSet::toList and QSet::fromList()" 6 years ago
João Eudes Lima c07210056c Replace deprecated QSet::toList and QSet::fromList() 6 years ago
Kurt Hindenburg ab0636de8a Q_UNUSED() does not need semi-colon at end 6 years ago
Mariusz Glebocki 52d2720007 Revert "GIT_SILENT: minor qstring optimization" 6 years ago
Nicolas Fella e6f3d0a14e Replace Q_DECL_OVERRIDE with override 6 years ago
Ahmad Samir 5f60bc5a6f Replace foreach (deprecated) with range-for 6 years ago
Laurent Montel f96deb39aa GIT_SILENT: minor qstring optimization 7 years ago
Kurt Hindenburg 2339f20cca config-konsole.h is not installed; krazy has been fixed 7 years ago
Laurent Montel ef1beaab86 Remove unused includes 7 years ago
Kurt Hindenburg d77e3449ee For MacOS portion, use nullptr instead of NULL 7 years ago
Mariusz Glebocki 137ee33078 Properly show "/" for %d tab title format 7 years ago
Mariusz Glebocki 79c31d359f Show valid subprocess CWD for %D tab title format 7 years ago
Kurt Hindenburg ec5c05751c modernize deprecated header 7 years ago
Kurt Hindenburg 8f44c36aec modernize use auto 7 years ago
Kurt Hindenburg bae9343903 Use nullptr for the null pointer constant 7 years ago
Kurt Hindenburg 7f4b89f792 Add braces around if statements 8 years ago
Yuri Chornoivan 6fb6ac4775 Fix minor EBN issues and typos 8 years ago
Caio Carvalho 90b96b695f Fix when the name of a process called with sudo is not shown 8 years ago
Kurt Hindenburg bed548e85a sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg c696e06e33 Use Q_DECL_OVERRIDE for non-Linux systems 9 years ago
Kurt Hindenburg 2a2a56d73c modernize use nullptr 9 years ago
Kurt Hindenburg 4c5f7f6764 uncrustify using kf5 config 9 years ago
Pino Toscano 3d19a44661 libprocstat does not seem to be used on FreeBSD 9 years ago
Kurt Hindenburg 8e2a1e5a08 DragonflyBSD doesn't need/have libprocstat.h 9 years ago
Pino Toscano 690e1d2882 include <errno.h> where errno is used 9 years ago
Kurt Hindenburg 8f010c7cc5 fix *BSD code build with QT_NO_CAST_FROM_ASCII 9 years ago
R.J.V. Bertin 4cd725ffbe use the proper Mac platform token 9 years ago
R.J.V. Bertin 923231329b make Mac-specific code build with QT_NO_CAST_FROM_ASCII 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg b92d563cd3 Since we ignore return value of readProcessInfo(), change to void 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Kurt Hindenburg 21cc5c1fed Use QLatin1* to handle casts from ascii 9 years ago
Kurt Hindenburg accf076104 Use member initializer lists in constructors 9 years ago
Kurt Hindenburg dfafff97d4 remove QDebug/qWarning and use QCDebug 9 years ago