0
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplify font changing slots in LabelWidget More... almost 14 years ago
if(m_initializing) More... almost 14 years ago
simplified bold and fixed aligment in LabelWidget More... almost 14 years ago
simplified italic/underline in LabelWidget More... almost 14 years ago
set text font in LabelWidget More... almost 14 years ago
Redesigned TextLabel. Couple of things still needs to be implemented/improved (tex-syntax e.g.). This commit breaks the buшld! LabelWidget must be adjusted to the new public interface. More... almost 14 years ago
set text color in LabelWidget More... almost 14 years ago
LabelWidget is utilized as a TextLabelDock. More... almost 14 years ago
Added setLabels-function. More... almost 14 years ago
New text label can be added to the worksheet now. More... almost 14 years ago
strike out text in LabelWidget More... almost 14 years ago
set text super/subscript in LabelWidget More... almost 14 years ago
set text bold/italic/underline in LabelWidget More... almost 14 years ago
removed old buttons for symbols More... almost 14 years ago
fixed missing header More... almost 14 years ago
fixed crash when changing plot title More... almost 14 years ago
reverted revision 474 More... almost 14 years ago
removed reference to sbLabelsOffset in AxisDock More... almost 14 years ago
Redesigned the axis class. 1. Axis is now independent of TextLabel. The painting of tick labels is done in Axis::paint(). 2. Introduced retransformTickLabels(). Changing of the label properties doesn't trigger any new calculation of the ticks as before. 3. The label offset is now a float number and not a QPoint. This number is the distance from the label's baseline to the tick's end. The new code still needs a couple of small optimizations and corrections. More... almost 14 years ago
Removed redundant function call. More... almost 14 years ago
Small fix: first tab in xycurvedock is the default one. More... almost 14 years ago
Added proper treatment of the font size for the value labels (conversion from/ot scene units). More... almost 14 years ago
Improved the context menu of the worksheet. More... almost 14 years ago
fixed warning in ui file More... almost 14 years ago
fixed a few compiler warnings More... almost 14 years ago
removed some compiler warnings More... almost 14 years ago
added Qt Creator project file More... almost 14 years ago
* added Qt Creator project * fixed a few compiler warnings More... almost 14 years ago
Extended the context menu of CartesianPlot. Now, a curve can be added to the plot via the context menu in project explorer. More... almost 14 years ago
Fixed crash, wenn no columns are set in a XYCurve. More... almost 14 years ago