- 14 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 12 Jan, 2021 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Jan, 2021 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 8053a23d)
-
- 28 Dec, 2020 3 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
Also add/move license files as required by REUSE specification GIT_SILENT
-
- 27 Dec, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
Last version with LGPL 2.1 NO_CHANGELOG
-
- 02 Dec, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 1d45d03c)
-
- 22 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 08 Nov, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 06 Nov, 2020 5 commits
-
-
Calvin Buckley authored
User testing shown that this wasn't obvious. When the user adds the first item (usually for all objects), open the dialog to make it obvious, otherwise they tend to stumble around looking for more options. For more items, it won't do this because it's assumed that it's for different objects. (My testing with users didn't involve programs with object files though.) Can be replicated with KCG.
-
Calvin Buckley authored
If the top-level window that last installed the dock died, then the dock menu would be last. When a window dies, it should pass the torch to another window that's still active.
-
Calvin Buckley authored
-
Calvin Buckley authored
-
Calvin Buckley authored
-
- 31 Oct, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit f27900ee)
-
- 03 Oct, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 1cb214ae)
-
- 17 Sep, 2020 4 commits
-
-
Calvin Buckley authored
-
Calvin Buckley authored
We have the close item for this now.
-
Calvin Buckley authored
Setting the caption afterwards will get us the same caption everywhere else, but with the added benefit of having the path widget and file icon appearing on Mac. The window icon should be set to the cachegrind file type icon instead, but that's neither here nor there.
-
Calvin Buckley authored
It could be enabled on other platforms; there's nothing Mac specific about it.
-
- 16 Sep, 2020 5 commits
-
-
Calvin Buckley authored
This also needs a window list.
-
Calvin Buckley authored
The actions have icons associated, so they show. Don't.
-
Calvin Buckley authored
This does some tweaks for the Mac build to have an icon and a title cased application name. To do so, we had to create a plist, plus an icns file (similar to how we did the Windows icon). https://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-info-plist
-
Calvin Buckley authored
-
Calvin Buckley authored
The roles will automatically move the actions to the macOS app menu like a proper macOS application. As a result of this, on macOS, the sidebar menu would be the only thing in Settings, so remove it and rehome the items into View.
-
- 09 Sep, 2020 1 commit
-
-
Carl Schwan authored
-
- 08 Sep, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Sep, 2020 1 commit
-
-
Laurent Montel authored
-
- 31 Aug, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 1378554c)
-
- 30 Aug, 2020 1 commit
-
-
Calvin Buckley authored
Code is traditionally viewed in fixed font, so the proportional font used by default can be confusing.
-
- 22 Aug, 2020 1 commit
-
-
Calvin Buckley authored
This lets you pick where the saved call graph visualization should go, and what format you wanted it in. Previously, it generated a dot file, and on Unix, a PostScript file. This lets you choose a dot or PS/PDF file, rendering to an intermediate dot file if needed. This also changes the context menu in the per-function graph too, increasing commonality in code. More formats can be added as needed. Possible caveats: - QProcess might be blocking.
-
- 20 Aug, 2020 2 commits
-
-
Calvin Buckley authored
xdebug used to emit negative costs, but no longer does. Many versions and oputput files still in the wild that do have negative costs still exist, however, and KCG was often hanging writing to stderr about garbage at the end of the line (the negative cost it couldn't parse as unsigned) when loading files. This checks for those and if so, clamps to zero, speeding up load times. See: xdebug commit hash 688c552e620dc5be7eea22cb893c6b71f395c6d4
-
Calvin Buckley authored
-
- 15 Aug, 2020 3 commits
-
-
Calvin Buckley authored
Matches KCG somewhat. xdebug will emit cachegrind.out.* files by default, so not having them visible by default can be confusing.
-
Calvin Buckley authored
Common version information is put into an include file. The icon is generated from running `convert` on kcachegrind/*.png. Notably, a 16px icon is missing, but the downscaled icon doesn't look too bad.
-
Calvin Buckley authored
Otherwise, there's no output there. This only fixes it in the qmake files, because I haven't set up a Win32 KDE build environment.
-
- 05 Aug, 2020 1 commit
-
-
Christoph Feck authored
(cherry picked from commit 037b3dc7)
-
- 24 Jul, 2020 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-