-
Sebastian Pipping
committed
[8268e3]
on
Code
linux.yml: Start using "-Wall -Wextra -Werror"
-
Sebastian Pipping
committed
[70e63b]
on
Code
kdbg/dbgmainwnd.cpp: Dissolve use of deprecated KIconLoader::moviePath
-
Sebastian Pipping
committed
[766576]
on
Code
kdbg/dbgmainwnd.cpp: Adress warning about QKeyCombination::operator int() const
-
Sebastian Pipping
committed
[f88bc8]
on
Code
kdbg/sourcewnd.cpp: Address warning about deprecated QMouseEvent::x and ::y
-
Johannes Sixt
committed
[c02dbd]
on
Code
Merge branch 'address-warning-wformat' of github.com:hartwork/kdbg-fork
-
Sebastian Pipping
committed
[0b443f]
on
Code
kdbg/memwindow.cpp: Address compiler warning -Wformat=
-
Sebastian Pipping
committed
[4ae8f2]
on
Code
CI: Migrate from Ubuntu 25.04/plucky to Ubuntu 25.10/questing
-
Johannes Sixt
committed
[073826]
on
Code
Merge branch 'no-5compat' of github.com:antonio-rojas/kdbg
-
Drop Qt6Core5Compat dependency
-
Sebastian Pipping
committed
[82b0ff]
on
Code
CI: Migrate from defunct Ubuntu 24.10/oracular to Ubuntu 25.04/plucky
-
-
-
-
Johannes Sixt
committed
[53f317]
on
Code
KDbg 3.2.0.
-
Johannes Sixt
committed
[b30ba5]
on
Code
Update German translation.
-
Johannes Sixt
committed
[bde469]
on
Code
Update translation files.
-
Johannes Sixt
committed
[a3f77b]
on
Code
Extend copyright to 2025.
-
Sebastian Pipping
committed
[52e072]
on
Code
memwindow.cpp: Dissolve use of signal that was removed in Qt 6
-
Sebastian Pipping
committed
[a62ce6]
on
Code
debian_package.yml: Address conflicts for ubuntu-24.04 >=20250810.1.0
-
Johannes Sixt
committed
[530e3f]
on
Code
Update build instructions in the README to mention the version knob.
-
Johannes Sixt
committed
[654008]
on
Code
Support Debian packages of both KF5 and KF6
-
Johannes Sixt
committed
[570342]
on
Code
Provide separate minimal versions of Qt and KF for major versions 5 and 6.
-
Johannes Sixt
committed
[b1a66a]
on
Code
linux.yml: Support both KF5 and KF6
-
Johannes Sixt
committed
[a6388d]
on
Code
Allow to build with Qt6/KF6
-
Johannes Sixt
committed
[5fc292]
on
Code
Support building the test programs with Qt6.
-
Johannes Sixt
committed
[92cc49]
on
Code
Require KFM 5.101.
-
Johannes Sixt
committed
[ee35d0]
on
Code
Avoid implicit conversion of QByteArray to const char*.
-
Johannes Sixt
committed
[b53270]
on
Code
Wrap narrow string variables used as QString in QLatin1String().
-
Johannes Sixt
committed
[0643af]
on
Code
Wrap string literals used as QString in QStringLiteral().
-
Johannes Sixt
committed
[1df66a]
on
Code
Pass some single-character arguments wrapped in QStringLiteral().
-
Johannes Sixt
committed
[e81fe9]
on
Code
Wrap single characters in QLatin1Char() to pass them to or as QString.
-
Johannes Sixt
committed
[9917ef]
on
Code
Utilize a format string to reduce repeated concatenation of strings.
-
Johannes Sixt
committed
[3a9444]
on
Code
Reset QStrings to empty with facilities other than narrow "".
-
Johannes Sixt
committed
[43e6d6]
on
Code
Avoid narrow string to QString conversions in keyword database initializer.
-
Johannes Sixt
committed
[b8f75a]
on
Code
Avoid a narrow string to QString conversion in action initialization.
-
Johannes Sixt
committed
[502482]
on
Code
Retrieve a value of an environment variable using qEnvironmentVariable().
-
Johannes Sixt
committed
[e2e2ce]
on
Code
Let the compiler deduce the iterator type of QStringList::begin().
-
Johannes Sixt
committed
[94b94a]
on
Code
Replace deprecated operator + by | to specify key combinations.
-
Johannes Sixt
committed
[eb590b]
on
Code
Replace deprecated isTopLevel() by isWindow().
-
Johannes Sixt
committed
[a4166c]
on
Code
Modernize translated static texts to use kli18n() instead of I18N_NOOP().
-
Johannes Sixt
committed
[2fb565]
on
Code
Use #include <QStringList> to declare QStringList.
-
Johannes Sixt
committed
[c8e658]
on
Code
Replace uses of Qt's macro "foreach" by range-based for-loops.
-
Johannes Sixt
committed
[cb89e3]
on
Code
Apply the project's style to regwnd.cpp.
-
Johannes Sixt
committed
[4b12cb]
on
Code
Replace Qt keywords by the corresponding macros.
-
Johannes Sixt
committed
[5af4a8]
on
Code
Do not use literal 0 as null pointer constant.
-
Johannes Sixt
committed
[61ed95]
on
Code
Use QRegularExpression instead of QRegExp.
-
Johannes Sixt
committed
[7284f8]
on
Code
Avoid deprecated KWindowSystem functions.
-
Johannes Sixt
committed
[4e5e70]
on
Code
Merge branch 'remove-xsldbg'
-
Johannes Sixt
committed
[2c7ed1]
on
Code
Do not announce XSLT debugging in the manual.
-
Johannes Sixt
committed
[3f2888]
on
Code
Remove test files used for XSLT debugging.
-
Johannes Sixt
committed
[15188c]
on
Code
Remove xsldbg's option page from the Program Arguments dialog.
-
Johannes Sixt
committed
[91d6e6]
on
Code
Do not store Boolean options in the program configuration anymore.
-
Johannes Sixt
committed
[da79b7]
on
Code
Remove xsldbg-specific driver command "setoption".
-
Johannes Sixt
committed
[77fb7d]
on
Code
Remove support for xsldbg, the XSLT debugger.
-
Johannes Sixt
committed
[78450a]
on
Code
Merge branch 'kf6-preparation'
-
Johannes Sixt
committed
[96680f]
on
Code
Port to KShortcutsDialog::showDialog()
-
Johannes Sixt
committed
[120ece]
on
Code
Require KFM 5.84.
-
Johannes Sixt
committed
[26fb87]
on
Code
Require at least cmake 3.16.0.
-
Johannes Sixt
committed
[504645]
on
Code
Port away from KMessageBox::sorry
-
Johannes Sixt
committed
[670d3e]
on
Code
Merge branch 'kdeinstalldirs' of github.com:a17r/kdbg
-
Andreas Sturmlechner
committed
[79b3c0]
on
Code
Use non-deprecated KDEInstallDirs
-
Andreas Sturmlechner
committed
[f92256]
on
Code
Add missing KF5CoreAddons dependency
-
Johannes Sixt
committed
[1ff063]
on
Code
Merge branch 'maint'
-
Johannes Sixt
committed
[65bae7]
on
Code
Use latest version v4 of actions/upload-artifact.
-
Johannes Sixt
committed
[48060b]
on
Code
Do not use both TARGET and DEPENDS in ADD_CUSTOM_COMMAND.
-
Johannes Sixt
committed
[bb8564]
on
Code
Heed program-specific debugger command even when run as root.
-
Johannes Sixt
committed
[84c621]
on
Code
Avoid clang's warnings about changed alignment requirements after casts.
-
Johannes Sixt
committed
[9d98b9]
on
Code
Merge branch 'qt-deprecations'
-
Johannes Sixt
committed
[c2cff6]
on
Code
Avoid deprecated construction of QFlags from integer 0.
-
Johannes Sixt
committed
[48350a]
on
Code
Require Qt 5.15.
-
Johannes Sixt
committed
[e56fbf]
on
Code
Avoid a deprecated variant of QString::split().
-
Johannes Sixt
committed
[7a9578]
on
Code
Do not use deprecated QSet<>::toList().
-
Johannes Sixt
committed
[dbecc9]
on
Code
Do not use deprecated QSet<>::fromList().
-
Johannes Sixt
committed
[90197f]
on
Code
Require Qt 5.14.
-
Johannes Sixt
committed
[f37375]
on
Code
Fix warnings during build of test programs.
-
Johannes Sixt
committed
[44fad5]
on
Code
Merge branch 'maint'
-
Johannes Sixt
committed
[26730e]
on
Code
Do not access a QString out of bounds.
-
Johannes Sixt
committed
[3bca8a]
on
Code
Do not mistake function template name ending in "operator" as operator.
-
Johannes Sixt
committed
[dcc5c1]
on
Code
Recognize operator<=> within nested angle brackes.
-
Johannes Sixt
committed
[0ec060]
on
Code
Be much more permissive with the output of the 'file' command.
-
Johannes Sixt
committed
[d8813c]
on
Code
Merge branch 'maint'
-
Sebastian Pipping
committed
[b5f861]
on
Code
linux.yml: Bump to Clang 18
-
Johannes Sixt
committed
[c01374]
on
Code
Remove a redundant set of parentheses around an equality comparison.
-
Sebastian Pipping
committed
[114b64]
on
Code
linux.yml: Adapt to ubuntu-22.04 having dropped GCC 9 and 13
-
Johannes Sixt
committed
[13592f]
on
Code
Fix mismatched uses of struct and class in forward declarations.
-
Johannes Sixt
committed
[3075b7]
on
Code
Side-step warning about deprecated std::ptr_fun.
-
Johannes Sixt
committed
[7b9440]
on
Code
KDbg 3.1.0.
-
Johannes Sixt
committed
[a00968]
on
Code
Update German translation.
-
Johannes Sixt
committed
[e960f5]
on
Code
Update translation files.
-
Johannes Sixt
committed
[f8fa96]
on
Code
Extend copyright to 2023.
-
Johannes Sixt
committed
[dac4df]
on
Code
Move old release notes out of the way.
-
Johannes Sixt
committed
[9b6e70]
on
Code
Merge branch 'maint'
-
-
-
Johannes Sixt
committed
[95f6ef]
on
Code
Merge branch 'gcc-13' of https://github.com/hartwork/kdbg-fork
-
Sebastian Pipping
committed
[a9267a]
on
Code
linux.yml: Add GCC 9 to the mix
-
Sebastian Pipping
committed
[a9267a]
on
Code
linux.yml: Add GCC 9 to the mix
-
Sebastian Pipping
committed
[abf395]
on
Code
linux.yml: Upgrade from GCC 12 to GCC 13
-
Johannes Sixt
committed
[8227b5]
on
Code
Merge branch 'debian-package' of https://github.com/hartwork/kdbg-fork
-
Sebastian Pipping
committed
[bf0a14]
on
Code
debian: Make CI produce a Debian package for download