0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 11 hours ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
fit: minor debug and comment fixes More... about 2 months ago
fit: fix loading parameter settings from projects More... about 2 months ago
[spreadsheet] adjust the failing test to the changes in the previous commit. More... about 2 months ago
[spreadsheet] work with a fixed order of metric names and values in the statistics spreadsheet. More... about 2 months ago
format fix. More... about 2 months ago
[spreadsheet] initialize the private members of SpreadsheetHeaderView in the constructor, minor fixes. More... about 2 months ago
More fixes for inefficient copies and null pointer derefencies reported by Coverity. More... about 2 months ago
[spreadsheet] update the column names in the statistic spreadsheet when the columns in the parent spreadsheet are renamed. More... about 2 months ago
[spreadsheet] allow to delete/close the statistics spreadsheet from its context menu. More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
[worksheet] when moving the element with the mouse (left button pressed), the move event doesn't have the information about the pressed button anymore (NoButton) that is needed in mouseMoveEvent() to decide if the element move was started or not. So, we check the pressed buttong in mousePressEvent(). More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
final changes More... about 2 months ago
fixed title rect More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
use local variable More... about 2 months ago
removed redundancy More... about 2 months ago
fix crash More... about 2 months ago
do not call setChanged on the project directly because project() might return a nullptr. Create a new function which automatically checks the validity More... about 2 months ago
added cross rect More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
[spreadsheet] implemented the dispersion measure "Range" also in the statistics spreadsheet. More... about 2 months ago
Don't use a fixed small number 0.001 for the zero baseline in the histogram since it's not small enough for propability dencity histograms. Use epsilon() from numerical limits instead. More... about 2 months ago
Implemented the dispersion measure "Range" in the column statistics widget. More... about 2 months ago
More const references. More... about 2 months ago
Removed dead code in SpreadsheetView::clearSelectedCells(). More... about 2 months ago
More const references to avoid copies. More... about 2 months ago