modernize: Use override instead of virtual
[quassel.git] / src / uisupport / uistyle.h
2018-11-18 Manuel Nickschasmodernize: Use override instead of virtual
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-08-28 Shane Synancommon: Unify Date/Time formatting, UTC offset
2018-08-28 Manuel Nickschasqss: Introduce new message label "hovered"
2018-06-17 Shane Synanclient: Use QT_VERSION for 'enum class' fallback
2018-06-16 Shane Synanclient: UiStyle.h use "enum" for Qt4, cleanup
2018-06-16 Shane Synanclient: Highest sender prefix mode, migrate, fix
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-08 Manuel Nickschasuistyle: Support rendering of strikethrough'd text
2018-03-08 Manuel Nickschasuistyle: Support reverse color rendering
2018-03-08 Manuel Nickschasuistyle: Define via stylesheet if color codes have...
2018-03-08 Manuel Nickschasuistyle: Support extended mIRC colors
2018-03-08 Manuel Nickschasuistyle: Add more type-safety to UiStyle, and clean...
2017-12-21 Janne KoschinskiImplement UI and serialization logic for sender modes
2017-04-12 Shane SynanNew default sender colors!
2017-04-12 Shane SynanSwitch sender colors to use color palette
2017-04-12 Shane SynanOptionally use system locale for chat timestamp
2016-09-06 Shane SynanDefault nick/action color on, sender brackets off
2016-09-06 Shane SynanMake sender brackets configurable, on by default
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-01-01 Manuel NickschasHappy New Year!
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
2010-06-15 Manuel Nickschasconstify
2009-09-22 Manuel NickschasMake the "Allow colored text" option work
2009-09-11 Manuel NickschasProperly translate messages
2009-08-24 Sebastian GothMake netsplits pretty on clientside
2009-08-06 Manuel NickschasAdapt to new topic message type
2009-08-06 Manuel NickschasAdd and use ItemViewSettings
2009-08-06 Manuel NickschasDon't put loaded formats directly in the format cache
2009-08-06 Manuel NickschasProvide means for styling itemviews via UiStyle
2009-08-06 Manuel NickschasIntroduce extra Palette roles for UiStyle
2009-08-06 Manuel NickschasStylesheetify the marker line color
2009-08-06 Manuel NickschasMerge all stylesheet formats with the base format
2009-08-06 Manuel NickschasRemove obsolete methods
2009-08-06 Manuel NickschasPrepare for more than 15 message types
2009-08-06 Manuel NickschasAllow reloading stylesheets at runtime
2009-08-06 Manuel NickschasMake timestamp configurable in the style engine
2009-08-06 Manuel NickschasChange handling of message labels
2009-08-06 Manuel NickschasUpdate ChatViews whenever the stylesheet is reloaded
2009-08-06 Manuel NickschasMake UiStyle a QObject
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-08-06 Manuel NickschasMake sender-hash based styling ("colored nicks") work...
2009-08-06 Manuel NickschasMake backgrounds of ChatLines and ChatItems styleable
2009-08-06 Manuel NickschasAdd a Contents subelement type to ChatLine
2009-08-06 Manuel NickschasMake UiStyle::styleString() and friends static
2009-08-06 Manuel NickschasHandle all message types properly in UiStyle; eliminate...
2009-08-06 Manuel NickschasKill old non-stylesheet code from UiStyle
2009-08-06 Manuel NickschasMove QssParser out of UiStyle
2009-08-06 Manuel NickschasAdd preliminary label support to the style engine
2009-08-06 Manuel NickschasIntroducing QssParser
2009-08-06 Manuel NickschasRework mergedFormats() to handle pre-set formats
2009-02-15 jakob- Implemented: Settings option to enable/disable sender...
2009-02-15 jakob- Implemented: Sender auto coloring based on the tango...
2009-01-13 Marcus EggenbergerReducing the overhead between ChatlineModelItem and...
2009-01-13 Marcus EggenbergerUiStyle::StyledMessage derived now from Message
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-10-04 Manuel NickschasMake StyledMessage more (space) efficient, clean up...
2008-08-30 Marcus Eggenbergerremoving unneeded semicolons after Qt macros - making...
2008-08-03 Manuel NickschasBring back topic display
2008-08-02 Manuel NickschasAdd UiStyle::toTextLayoutList(), since we need that...
2008-08-02 Manuel NickschasAdd cached fontmetrics to UiStyle
2008-08-02 Manuel NickschasStoring format length as quint16 rather than int.
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-05-03 Manuel NickschasFirst version of our new optimized style engine. Not...
2008-03-20 Manuel NickschasMake the style engine fix a little less obscure by...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2007-12-26 Manuel NickschasSay hello to the first settings page in our shiny new...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-24 Manuel NickschasI CAN HAZ A STYLE ENGINES!?