Activity for QtPdWidgets

  • Florian Pose committed [7a8439]

    Gradient working.

  • Florian Pose committed [76d482]

    Pimple'd Dial. Began with gradient display (TBC).

  • Florian Pose committed [a3dc89]

    Draw gradient below minor ticks.

  • Florian Pose committed [361fec]

    Fixed default unit suffixes.

  • Florian Pose committed [02f5cc]

    Added missing breaks.

  • Florian Pose committed [5888e8]

    Implemented missing methods.

  • Florian Pose committed [021aaf]

    Tank unit suffixes; volume only operation.

  • Dr.-Ing. Wilhelm Hagemeister committed [2d22cb]

    added a qml example application

  • Florian Pose committed [046b2c]

    XGGraph Pimpl.

  • Dr.-Ing. Wilhelm Hagemeister committed [7ce44e]

    qml example with dark style (see main.qml)

  • Philipp Weyer committed [35a750]

    removed unneeded -lsystemd statement in qml_test

  • Florian Pose committed [474412]

    C++11 in test.

  • Dr.-Ing. Wilhelm Hagemeister committed [c0c64e]

    typos

  • Florian Pose committed [5cc5b0]

    Line width and line color properties in XYGraph.

  • Florian Pose committed [1c02fc]

    Base property (and pimpl) for Digital.

  • Florian Pose committed [4f5a45]

    merge

  • Florian Pose committed [0aded6]

    Use window background for tank labels.

  • Florian Pose committed [151715]

    Added event() methods to stay binary compatible in the future; use style pen.

  • Florian Pose committed [b63938]

    Paint parent frame in rotor.

  • Florian Pose committed [b9d9d8]

    Added tank widget from QtProcessWidgets.

  • Florian Pose committed [6b57b7]

    Use gnu++0x standard.

  • Florian Pose committed [1c09f5]

    Use C++11.

  • Florian Pose committed [9377ac]

    Added missing header.

  • Florian Pose committed [443aa8]

    Added Rotor widget from QtProcessWidgets.

  • Florian Pose committed [a208bc]

    Determine grid colors from palette; ignore gridColor property.

  • Florian Pose committed [5304d4]

    Init text hash with invalid color.

  • Florian Pose committed [bf20e0]

    Use alternate base color on editing.

  • Florian Pose committed [420c9c]

    Fixed indentation and avoided warning.

  • Florian Pose committed [bfda19]

    Removed $Id$ keywords.

  • Florian Pose committed [3c0744]

    Improved libdir handling.

  • Florian Pose committed [7733ab]

    Using qreal for gradient stops (on ARM, it seems to be float).

  • Florian Pose committed [57ffff]

    QGradientStop color as float.

  • Dr.-Ing. Wilhelm Hagemeister committed [abfaf0]

    added the signal to Process indicating a message from the real time process

  • Dr.-Ing. Wilhelm Hagemeister committed [7687a3]

    normalize function in PdDigital

  • Dr.-Ing. Wilhelm Hagemeister committed [7907fd]

    added startOffset=1 to PdVectorLabel

  • Dr.-Ing. Wilhelm Hagemeister committed [b0b375]

    added vectorized qml components

  • Dr.-Ing. Wilhelm Hagemeister committed [f218b9]

    vector label witch modes

  • Dr.-Ing. Wilhelm Hagemeister committed [c49595]

    qml: PdDigital ist vektorisierbar

  • Dr.-Ing. Wilhelm Hagemeister committed [7cacb6]

    minor fix qml

  • Andreas Stewering-Bone Andreas Stewering-Bone committed [b28384]

    Add version check for QT4 for unknown Q_NULLPTR

  • Dr.-Ing. Wilhelm Hagemeister committed [df0bb3]

    added index property to PdDigital and PdVectorLabel

  • Florian Pose committed [287a18]

    merge

  • Dr.-Ing. Wilhelm Hagemeister committed [972820]

    fix tumbler

  • Dr.-Ing. Wilhelm Hagemeister committed [2bb20b]

    added pdWidgets in qml,

  • Dr.-Ing. Wilhelm Hagemeister committed [b8d13c]

    made VectorVariant more robust to variable dimensions of msr signal

  • Florian Pose committed [99e338]

    Coding style.

  • Florian Pose committed [831e4e]

    Fixed setpoint calculation.

  • Florian Pose committed [7f5dc6]

    Fixed filter in Dial.

  • Florian Pose committed [f04d86]

    iAdded scaleMin property to dial; removed timers and filter.

  • Florian Pose committed [23ac6f]

    Added Dial to WidgetCollection.

  • Florian Pose committed [d53529]

    Using properties for Dial parameters.

  • Florian Pose committed [331436]

    Added pieColor property to Dial.

  • Florian Pose committed [6e833b]

    merge

  • Florian Pose committed [5be07c]

    Replaced tabs.

  • Dr.-Ing. Wilhelm Hagemeister committed [3dc512]

    added getMtime() function to ScalarVariable

  • Florian Pose committed [e8b624]

    Update extrema buffers when time range is changed.

  • Florian Pose committed [591fba]

    Bugfix concerning editData.

  • Florian Pose committed [f0b075]

    Use portable uname call.

  • Florian Pose committed [7e207c]

    Added PD_INSTALL_PLUGINS as alternative plugin installation directory.

  • Florian Pose committed [81e5e1]

    Changed table color order.

  • Florian Pose committed [66b7ef]

    Disable table rows.

  • Florian Pose committed [1f6317]

    Use fixed-point scaling.

  • Florian Pose committed [4621fb]

    Move modeline to top.

  • Florian Pose committed [9ec65d]

    Scale value suffix.

  • Florian Pose committed [1d78ed]

    Added MultiColorBar style.

  • Florian Pose committed [5010e0]

    Fixed header QtDesigner->QtUiPlugin problem. Changing version is 5.5.

  • Florian Pose committed [c20a85]

    Removed tabs; wrapped long lines.

  • Florian Pose committed [16c4cd]

    Use isEmpty() instead of defined() to support Qt4; removed rpath.

  • Philipp Weyer committed [079dba]

    Moved SetAutoFillBackground to constructor of Spinboxes

  • Florian Pose committed [7f21cd]

    Added Export.h; introduced DISABLE_PLUGIN qmake variable.

  • Florian Pose committed [859a24]

    Changed prefixes to standard paths.

  • Philipp Weyer committed [0ec6d2]

    merge

  • Florian Pose committed [fc2b01]

    Update row count between begin and end.

  • Philipp Weyer committed [2cdc34]

    Changed textEdited event to textChanged event to catch textEditing when marking suffix for spinboxes

  • Philipp Weyer committed [3cc8a4]

    Merge

  • Florian Pose committed [e33f51]

    Moved locale change chode to existing event() method.

  • Florian Pose committed [20ff13]

    Added ClipImage class.

  • Philipp Weyer committed [524f46]

    Fixed Locale Change on PdDigital, now updates locale without value change

  • Philipp Weyer committed [a12bf4]

    Added toggle to PushButton

  • Florian Pose committed [4f36df]

    Improved test project file.

  • Florian Pose committed [b83d1f]

    Whitespace.

  • Florian Pose committed [964a06]

    Added Dial / Analog Gauge.

  • Philipp Weyer committed [d91929]

    Use EXPATPREFIX and PDCOMPREFIX only if set.

  • Florian Pose committed [d8304f]

    Added ClipMode "Clock".

  • Florian Pose committed [c5da5e]

    Fixed padding problem in Pd::Digital.

  • Philipp Weyer committed [97c5b0]

    Explicitly set AutoFillBackground of Spinboxes to repaint background in qt4

  • Philipp Weyer committed [f6f19e]

    Added var

  • Philipp Weyer committed [45b10d]

    Added setHighlightColor and setDisabledColor

  • Florian Pose committed [b47a62]

    Fixed editingChanged() signal; thanx to pw ;-)

  • Florian Pose committed [b4418c]

    Removed tabs.

  • Philipp Weyer committed [c402da]

    merge

  • Florian Pose committed [feb987]

    Whitespace and indent.

  • Florian Pose committed [323eb7]

    Whitespace and indent.

  • Florian Pose committed [2d7b77]

    Whitespace.

  • Florian Pose committed [7488aa]

    Fixed horizontal scale width.

  • hm@picard committed [df5bf0]

    added a new signal to MessageModel

  • hm@picard committed [ea7d6b]

    added editing property to Touchpanel

  • hm@picard committed [e81c2e]

    merge

  • Florian Pose committed [886aa4]

    Stylable conditions.

  • hm@picard committed [08969c]

    added attribute to broadcast

1 >