- 06 Nov, 2020 1 commit
-
-
- 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 3 commits
-
-
Calvin Buckley authored
This also needs a window list.
-
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.
-
- 22 Aug, 2020 1 commit
-
-
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.
-
- 15 Aug, 2020 1 commit
-
-
Matches KCG somewhat. xdebug will emit cachegrind.out.* files by default, so not having them visible by default can be confusing.
-
- 24 Nov, 2019 1 commit
-
-
Yuri Chornoivan authored
-
- 12 Sep, 2019 1 commit
-
-
Laurent Montel authored
-
- 19 Jan, 2019 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 07 Sep, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 24 Nov, 2016 1 commit
-
-
Christian Ehrlicher authored
REVIEW: 129551
-
- 22 Nov, 2016 1 commit
-
-
Christian Ehrlicher authored
REVIEW: 129429
-
- 21 Nov, 2016 1 commit
-
-
Josef Weidendorfer authored
for consistent coding style: indent 4 spaces, no tabs
-
- 17 Nov, 2016 1 commit
-
-
Josef Weidendorfer authored
Due to the change to KDE5 framework libraries, we better increase the version, even though there are not really new features.
-
- 16 Nov, 2016 1 commit
-
-
Albert Astals Cid authored
CCMAIL: Josef.Weidendorfer@gmx.de
-
- 06 Nov, 2016 1 commit
-
-
Josef Weidendorfer authored
It may be confusing if menu items are missing, and so add sub-menus to QCachegrind View menu for event type selection and grouping. Both where already reachable by context menues, but better show them explicit.
-
- 29 Mar, 2016 1 commit
-
-
Josef Weidendorfer authored
-
- 30 Oct, 2015 1 commit
-
-
Laurent Montel authored
-
- 12 Aug, 2015 1 commit
-
-
Josef Weidendorfer authored
-
- 16 Jun, 2015 1 commit
-
-
Josef Weidendorfer authored
-
- 15 Jun, 2015 1 commit
-
-
Josef Weidendorfer authored
-
- 19 Feb, 2015 1 commit
-
-
Laurent Montel authored
-
- 23 Jul, 2014 1 commit
-
-
Josef Weidendorfer authored
The selection mechanism after activation was buggy. Now we just reset the selection after activation, and every view may decide on its own about a useful selection on updating its contents. The term "activation" is used in KCachegrind when e.g. a new function is shown in all visualization views; a "selection" is just a selected item within a visualization.
-
- 13 Oct, 2013 1 commit
-
-
Yuri Chornoivan authored
-
- 05 Apr, 2013 1 commit
-
-
Josef Weidendorfer authored
-
- 09 Mar, 2013 1 commit
-
-
Pino Toscano authored
instead of hardcoding kghostview as PS viewer, use xdg-open (which will open the default handler); still not ideal (it should properly use temporary files and different QProcess'es for the tasks), but better than nothing for now CCBUG: 201751
-
- 30 Oct, 2012 1 commit
-
-
Josef Weidendorfer authored
And bump minor version in sync with SF release svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1323288
-
- 16 Oct, 2012 1 commit
-
-
Josef Weidendorfer authored
Previously, if you had multiple profile data files in the current directory, and did kcachegrind * it loaded every file into a separate new toplevel window, which for sure is not expected. It only works with local, uncompressed files for now. The change also is done for qcachegrind. svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1320828
-
- 24 Sep, 2012 1 commit
-
-
Josef Weidendorfer authored
svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1317559
-
- 21 Sep, 2012 1 commit
-
-
Josef Weidendorfer authored
svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1317196
-
- 25 May, 2012 1 commit
-
-
Josef Weidendorfer authored
svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1296660
-
- 27 Oct, 2011 1 commit
-
-
Josef Weidendorfer authored
svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1261053
-
- 23 Sep, 2011 1 commit
-
-
Josef Weidendorfer authored
Bump KCachegrind version to 0.7kde svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1255176
-
- 28 Jun, 2011 2 commits
-
-
Josef Weidendorfer authored
The triggerDump action correctly should use callgrind_control. The previous implementation with a command file does not work with upcoming callgrind releases. And 'Reload' only was meant after new profiles were generated, so not really needed. svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1238685
-
Josef Weidendorfer authored
svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1238682
-
- 07 Apr, 2011 1 commit
-
-
Josef Weidendorfer authored
That actually were two bugreports: * crash after 2x "Force Dump": fix by not doing reload * reload resulted in crash: fix by resetting FunctionListModel when switching to new data model. FunctionListModel still had a list of then invalid pointers to TraceFunction's. The last point actually solved another issue: previously, old selected function (from config) were not restored after loading, because the the FunctionListModel was not yet populated with existing TraceFunction's. svn path=/trunk/KDE/kdesdk/kcachegrind/; revision=1227334
-