| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
2 New Commits:
[pcp:master] By Nathan Scott <[email protected]>:
0e12926506f3 ( https://github.com/performancecopilot/pcp/commit/0e12926506f33a1dd4729ee7c35f44ecfd9cc2f6 ) : pmchart: make metric details popup on double click event only Looks like there is no right-click event (at least, not in the usual signal/slot mechanisms) - possibly due to some platforms mice not having more than one button. So I went with approach of double-click for this dialog, as discussed in the BZ. Resolves: Fedora BZ #1397603.
Modified: src/pmchart/chart.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/chart.cpp )
Modified: src/pmchart/chart.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/chart.h )
[pcp:master] By Nathan Scott <[email protected]>:
f6482806bc38 ( https://github.com/performancecopilot/pcp/commit/f6482806bc384cf78c6cec9c337e46416bb7df69 ) : pmview: changes to make pmview build with latest toolchains Update pmview code to build with Qt5 and Coin3. Add it back into configure.ac to ensure we keep it up-to-date too. Some small functional changes too, including replacing mktemp with mkstemp, and resolving some minor compilation issues.
Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac )
Modified: src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/GNUmakefile )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/builddefs.in )
Modified: src/libpcp_qed/src/qed_app.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_app.h )
Modified: src/libpcp_qed/src/qed_fileiconprovider.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_fileiconprovider.h )
Modified: src/libpcp_qed/src/qed_timebutton.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_timebutton.h )
Modified: src/pmchart/pmchart.pro ( https://github.com/performancecopilot/pcp/blob/master/src/pmchart/pmchart.pro )
Modified: src/pmview/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmview/GNUmakefile )
Modified: src/pmview/colorlist.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmview/colorlist.cpp )
Modified: src/pmview/main.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmview/main.cpp )
Modified: src/pmview/pmview.cpp ( https://github.com/performancecopilot/pcp/blob/master/src/pmview/pmview.cpp )
Modified: src/pmview/pmview.pro ( https://github.com/performancecopilot/pcp/blob/master/src/pmview/pmview.pro )