openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
LabPlot
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Apr 02, 2025 — Apr 02, 2026
Showing page 569 of 573
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- fixed a bug in Interval.h - added support for (multiple) scale breaks to CartesianCoordinateSystem - added support for logarithmic scaling to CartesianCoordinateSystem
Tilman Benkert
More...
almost 17 years ago
- fixed SciDAVis bug #2794038
Tilman Benkert
More...
almost 17 years ago
- fixed several repainting problems (things to remember: * bounding rects must be normalized * KDE4's Oxygen theme is buggy) - extended the coordinate system functionality to make it more flexible (also having coord./axis breaks in mind) - optimized painting of linear axes and line+symbol curves - several other detail improvements
Tilman Benkert
More...
almost 17 years ago
- adding missing PlotAreaPrivate.h
Tilman Benkert
More...
almost 17 years ago
- implemented clipping at the page edges
Tilman Benkert
More...
almost 17 years ago
- mapped worksheet element z value to aspect sibling order - implemented changing the drawing order via the context menu
Tilman Benkert
More...
almost 17 years ago
- several improvements/fixes to the plotting framework - added plot area class with clipping support
Tilman Benkert
More...
almost 17 years ago
Made a lot of changes/additions to the plotting framework including some design changes such as a 1:1 corresponance between worksheet elements and graphics items. I also added support for curve symbols and plugins as curve symbol factories. Status of the plotting framework: Some basic functionality is working now but most fundamental things are still under heavy construction or not yet implemented at all. I already have plans to implement support for things like broken axes, clipping, styles, non-cartesian coordinate systems and not to forget element editing tools. Time will tell how long all that will take ...
Tilman Benkert
More...
almost 17 years ago
- fixed a bug in ColumnPrivate - added the rudimentary basics of a line+symbol curve class - added some parts of the the Loki library in order to use its TypeTraits template (from loki-lib.sf.net, mostly known from the book "Modern C++ Design" by Andrei Alexandrescu) - improved the standard setter undo command to work with pointers (with the help of TypeTraits) - added some more test code in WorksheetView
Tilman Benkert
More...
almost 17 years ago
compiler warnings : default return values added
Stefan Gerlach
More...
almost 17 years ago
- Ported StatisticsFilter from SciDAVis trunk. While an analysis module enabling you to actually use this class still needs to be written, its source code may help elucidate some ideas behind the current column and filter classes; and thus aid in the design discussion.
Knut Franke
More...
almost 17 years ago
- Removed explicit handling of invalid cells in favour of NaN, QString() (null string) and QDateTime() (invalid date/time). The advantage is a reduction in complexity (fewer methods) as well as that if some calculations yields an undefined/invalid result, you can simply return the approriate invalid value instead of having to make sure that isInvalid() returns true for these cells.
Knut Franke
More...
almost 17 years ago
- Removed signal AbstractColumn::aboutToBeRepalaced() and its trigger AbstractColumn::notifyReplacement(). Due to all the attributes that could change by replacement, this is hard to implement correctly; it wasn't currently in use, and there doesn't seem to be any future use case where it's really needed.
Knut Franke
More...
almost 17 years ago
- Removed enum SciDAVis::ColumnDataType as well as AbstractColumn::dataType() and its implementations. Its information is almost identical to SciDAVis::ColumnMode AbstractColumn::columnMode(), the only difference being that TypeQDateTime corresponds to three distinct modes (DateTime, Month and Day). - Added hiding of new input/output filters when changing the column mode.
Knut Franke
More...
almost 17 years ago
- Fixed error in previous commit. - Removed SimpleMappingFilter (which was an experiment with a two-way filter, i.e. it changes its inputs; this turned out to be problematic) - Removed references to deleted classes from core.pro.
Knut Franke
More...
almost 17 years ago
- Moved documentation from headers to source files in backend/core/column: Column Column::Private columncommands
Knut Franke
More...
almost 17 years ago
- renamed Spreadsheet to SpreadsheetView in kdefrontend - renamed Table (and related classes) to Spreadsheet in qtfrontend and backend (closes issue #2781082)
Tilman Benkert
More...
almost 17 years ago
- Removed obsolete classes Filter, Fit and MyParser. Use AbstractFilter, AbstractFit and AbstractScript instead.
Knut Franke
More...
almost 17 years ago
- Moved more documentation from header to source files: AbstractSimpleFilter AspectPrivate AspectTreeModel CopyThroughFilter Folder Project globals
Knut Franke
More...
almost 17 years ago
updated CMakeLists.txt to compile kde frontend with new plugin stuff
Stefan Gerlach
More...
almost 17 years ago
PartMdiView Crash
Stefan Gerlach
More...
almost 17 years ago
- improved the standard setter undo command template and added another for cases where a function call is necessary - several improvements to LinearAxis
Tilman Benkert
More...
almost 17 years ago
- integrated the PluginManager wherever QPluginLoader::staticInstances() was used - added an example plugin
Tilman Benkert
More...
almost 17 years ago
Extended the plugin functionality: - added interface VersionedPlugin as base for all plugins to identifiy which version they where build for - added a plugin loader customized for VersionedPlugins - added a plugin manager which unifies access to static and dynamic plugins - added some command line options to the qt frontend including ones for enabling/disabling plugins
Tilman Benkert
More...
almost 17 years ago
kde frontend fixes for new worksheet and some compiler warnings removed
Stefan Gerlach
More...
almost 17 years ago
- moved doxygen comments from interfaces.h to interfaces.dox
Tilman Benkert
More...
almost 17 years ago
- moved the doxygen comments for StandardSetterCmd from commandtemplates.h to a separate *.dox file in accordance with our rule not to put doxygen comments in header files
Tilman Benkert
More...
almost 17 years ago
switched kde frontend to new worksheet
Stefan Gerlach
More...
almost 17 years ago
- clearing table cells now sets them empty and invalid instead of removing them, which I think is what you would expect
Tilman Benkert
More...
almost 17 years ago
- fixed bug #2759043: Segfault in TableModel::handleAspectRemoved()
Tilman Benkert
More...
almost 17 years ago
←
1
2
…
565
566
567
568
569
570
571
572
573
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree