Yearly bump
[quassel.git] / src / uisupport / qssparser.cpp
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-16 Manuel NickschasSet QSS-parsed gradients' coordinate system to ObjectBo...
2010-02-16 Roscoe van WykFixed QssParser::parseFontSize regex
2009-08-24 Manuel NickschasFix QSS syntax
2009-08-24 Sebastian GothMake netsplits pretty on clientside
2009-08-12 Manuel NickschasMake all color values work
2009-08-11 Manuel NickschasMake URLs stylable and fix on-hover underline
2009-08-06 Manuel NickschasAdapt to new topic message type
2009-08-06 Manuel NickschasUse state="channel-event" rather than "event" to make...
2009-08-06 Manuel NickschasVarious fixes for the style engine
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 NickschasMake text selection stylesheetable
2009-08-06 Manuel NickschasMerge rather than replace identical sections in QSS
2009-08-06 Manuel NickschasCorrectly handle the font property "underline"
2009-08-06 Manuel NickschasParse mIRC colors in stylesheets
2009-08-06 Manuel NickschasRemove C-style comment lines from stylesheets
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-08-06 Manuel NickschasParse format parameters in QSS
2009-08-06 Manuel NickschasMake sender-hash based styling ("colored nicks") work...
2009-08-06 Manuel NickschasFix QSS font handling
2009-08-06 Manuel NickschasAdd a Contents subelement type to ChatLine
2009-08-06 Manuel NickschasHandle all message types properly in UiStyle; eliminate...
2009-08-06 Manuel NickschasParse font properties in QSS
2009-08-06 Manuel NickschasSwitch to lowercase for subelement and message types...
2009-08-06 Manuel NickschasParse foreground and background for ChatLines
2009-08-06 Manuel NickschasMove QssParser out of UiStyle