0
I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Apr 02, 2025 — Apr 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- new table rows are now resized to table.rowCount() More... almost 17 years ago
- fixed loading of projects with empty author names - fixed connections of initial table columns to the model - fixed handling of column row count changes in TableModel More... almost 17 years ago
- improved the standard setter undo command template to be more generally usable - improved CartesianCoordinateSystem - implemented large parts of LinearAxis More... almost 17 years ago
- split class WorksheetElementGroup into WorksheetElementContainer (common container functionality) and WorksheetElementGroup (an actual element group) - revised/improved the coordinate system concept - some other small improvements More... almost 17 years ago
- started working on the coordinate system functionality - added templates for getter/setter undo commands - moved several method declarations from AbstracWorksheetElement to AbstractWorksheetDecorationElement as they do not make sense for most non-decoration elements (e.g., rotation) More... almost 17 years ago
further work on the plotting framework: - added first plot and element type - implemented adding/removing elements to a worksheet - implemented several methods for element groups - added test code which adds a rectangle to the worksheet - improved doxygen documentation - several other smaller changes/improvements More... almost 17 years ago
- added some basic functionality to WorksheetView: you can now actually open a worksheet and zoom the view with the mouse wheel More... almost 17 years ago
- added some method declarations to AbstractWorksheetElement - brought the worksheet skeleton code to a compiling state (still totally preliminary) More... almost 17 years ago
- fixing embarrassing typo More... almost 17 years ago
- added first skeleton of the plotting framework More... almost 17 years ago
ported rev. 1102 from SciDAVis SVN: - fixed a bug in AbstractSimpleFilter - improved/fixed validity handling of several conversion filters (fixes SciDAVis bug #2710256: Setting table cells invalid) - fixed SciDAVis bug #2706336: ASCII files imported as text More... about 17 years ago
- fixed SciDAVis bug #2710488: Undoing conversion to text column broken (fix ported from SciDAVis rev. 1100) More... about 17 years ago
- Fixed crash when sorting columns separately. (fix ported from SciDAVis rev. 1095) More... about 17 years ago
- added missing tr() for "Fill Selection with" (port of fix from SciDAVis rev. 1091) More... about 17 years ago
renamed *.cc to *.cpp More... about 17 years ago
removed some TODO items More... about 17 years ago
- reverted changes to misconceived automatic numeric format ('g'/'G') UI strings More... about 17 years ago
- Started moving Doxygen comments from header to source files. Classes finished so far: AbstractAspect AbstractColumn AbstractExportFilter AbstractFilter AbstractFit AbstractImportFilter AbstractPart AbstractScript AbstractScriptingEngine More... about 17 years ago
Ported rev 1081 from the 0.2.x branch in the SciDAVis SVN repos. Changes: - right-clicking table header of non-selected column selects it before displaying the context menu More... about 17 years ago
Ported rev. 1078 and 1079 from 0.2.x branch in the SciDAVis SVN repos. Changes: - Added support for automatic numeric format ('g'/'G') to table and matrix control tabs and made it the default choice. Looks much cleaner for many simple calculation, particularly when dealing with integers. More... about 17 years ago
Ported rev. 1076 from 0.2.x branch in the SciDAVis SVN repos. Changes: - Implemented importing of ASCII files as numeric columns. Closes SciDAVis bug #2653763. In contrast to SciDAVis 0.1.x, global decimal separator preference is never used for this (i.e, "use custom decimal separator" is always assumed); and the default locale used for ASCII import is "C". Rationale: Most applications and programming languages use "C" conventions for dumping numbers, not localized strings. More... about 17 years ago
Ported rev. 1066 and 1067 from 0.2.x branch in the SciDAVis SVN. Changes: - fixed visual annoyance in the header of a table's first column - Implemented update of table's type and formula control tab. Closes SciDAVis bug #2605137. - Changed formula control tab to apply to the whole column instead of selected cells. 95% of the time it's what you want, so having to select the column first is confusing and impractical. For the rest of the 5%, there's the formula edit mode. More... about 17 years ago
- Fixed header of DataPlotDialog.h. - Removed obsolete SetColValuesDialog class. - Changed AbstractAspect::ChildIndexFlags to use QFlags for type safety and better readability of the API. More... about 17 years ago
1. FunctionWidget without TabWidget, additional Button in the UI for syncronizing title. 2. Sync-Button aktivated again. More... about 17 years ago
Merged hidden-aspects branch. Important changes: More... about 17 years ago
Fixed compilation errors related to FunctionWidget. More... about 17 years ago
CMakeLists updated for the new widgets/dialogs. More... about 17 years ago
Small improvements and code cleanup in the kde-frontend. More... about 17 years ago
TreeViewComboBox::setCurrentIndex() and TreeViewComboBox::currentIndex() added. More... about 17 years ago
Plot inherits AbstractAspect. More... about 17 years ago