Adapt to new topic message type
[quassel.git] / src / uisupport / uistyle.cpp
2009-08-06 Manuel NickschasAdapt to new topic message type
2009-08-06 Manuel NickschasAdd and use ItemViewSettings
2009-08-06 Manuel NickschasVarious fixes for the style engine
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 NickschasReload stylesheet after changing it in the AppearanceSe...
2009-08-06 Manuel NickschasAllow reloading stylesheets at runtime
2009-08-06 Manuel NickschasAdd configuration option for a custom stylesheet
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 Daniel Albersfix compile error on non-x86_64
2009-08-06 Manuel NickschasMake sender-hash based styling ("colored nicks") work...
2009-08-06 Manuel NickschasFix QSS font handling
2009-08-06 Manuel NickschasMake backgrounds of ChatLines and ChatItems styleable
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 NickschasSwitch to lowercase for subelement and message types...
2009-08-06 Manuel NickschasActually start using the formats retrieved via QssParser
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-07-26 Daniel Albersallow topic changes to be hidden
2009-06-09 Marcus EggenbergerFixes #572 - changes to nick coloring
2009-02-15 Manuel NickschasFix issues with the color settings page, default to...
2009-02-15 Daniel AlbersUse Oxygen palette as hardwired sender colors for now...
2009-02-15 Daniel Albers_sender became private, use sender() instead
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-22 Manuel NickschasRemove old UiStyle migration code that would try to...
2009-01-13 Marcus EggenbergerReducing the overhead between ChatlineModelItem and...
2009-01-13 Marcus EggenbergerUiStyle::StyledMessage derived now from Message
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-10-04 Manuel NickschasClear fontMetrics cache on setFormat()
2008-10-04 Manuel NickschasMake StyledMessage more (space) efficient, clean up...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-16 Manuel NickschasDon't underline quitting nicks
2008-08-18 Manuel NickschasEscape % in channel names
2008-08-06 Manuel NickschasFix display of chained mIRC color codes
2008-08-06 Manuel NickschasConsolidate UiStyleSettings into uisettings.h
2008-08-06 Manuel NickschasAdd migration code that removes obsolete style settings
2008-08-06 Manuel NickschasLoad default formats correctly in all cases
2008-08-05 Manuel NickschasFix mIRC colors
2008-08-03 Manuel NickschasBring back topic display
2008-08-02 Manuel NickschasFixing a bug that caused styling messaging to fail...
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-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel Nickschascode_duplication--
2008-05-08 Manuel NickschasStyleengine fix
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-04-09 Manuel NickschasThis should finally fix the remaining font issues,...
2008-04-09 Manuel Nickschasquasseltopia++
2008-04-03 Manuel Nickschas*headdesk* Apparently QTextLayout::FormatRange() does...
2008-04-03 Manuel NickschasYet another try to fix that font issue on some machines...
2008-03-20 Manuel NickschasMake the style engine fix a little less obscure by...
2008-03-20 Manuel NickschasThis obscure "fix" fixes garbled chatwidget fonts for...
2008-03-09 Manuel NickschasStopping ColorSettingsPage from messing up mIRC colors...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-03 Manuel NickschasMade CTCP VERSION reply more verbose. Set a more reason...
2008-01-16 Alexander von RentelnMake Quassel not crash on color codes > 15 (Sput)
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-12-13 Manuel NickschasFix nasty drawing bug. Add preliminary release roadmap...
2007-11-30 Manuel NickschasFix that sometimes % wasn't escaped properly, triggerin...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-28 Manuel NickschasFix a glitch in the style engine (which mis-parsed...
2007-11-04 Manuel NickschasAh well, apparently calling a class "QtopiaStyle" is...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-24 Manuel NickschasI CAN HAZ A STYLE ENGINES!?