Make UiStyle accessible from the uisupport module
[quassel.git] / src / uisupport /
2009-08-06 Manuel NickschasMake UiStyle accessible from the uisupport module
2009-08-06 Manuel NickschasIntroduce extra Palette roles for UiStyle
2009-08-06 Manuel NickschasInitially display the current color in KColorDialog
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 NickschasDon't reset FontSelector font on style change
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 NickschasLet SettingsPage handle FontSelector and ColorButton...
2009-08-06 Manuel NickschasAdd a FontSelector widget
2009-08-06 Manuel NickschasRevamp ColorButton
2009-08-06 Manuel NickschasMake text selection stylesheetable
2009-08-06 Manuel NickschasMerge rather than replace identical sections in QSS
2009-08-06 Manuel NickschasChange handling of message labels
2009-08-06 Manuel NickschasCorrectly handle the font property "underline"
2009-08-06 Manuel NickschasUpdate ChatViews whenever the stylesheet is reloaded
2009-08-06 Manuel NickschasMake UiStyle a QObject
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 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 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 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 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-07-21 Manuel NickschasAllow custom saving/loading of SettingsPage autowidgets
2009-07-14 Manuel NickschasUse 48x48 icons for the toolbar
2009-06-09 Marcus EggenbergerFixes #572 - changes to nick coloring
2009-05-21 Marcus EggenbergerAlt-A
2009-05-21 Marcus EggenbergerOverlayFilter no longer filters whole networks unnecess...
2009-05-21 Marcus EggenbergerNew FlatProxyModel
2009-05-16 Henning Rohlfsfix denying a large paste
2009-05-12 Manuel NickschasMake SessionSettings derive from UiSettings
2009-05-08 Manuel NickschasMake behavior of input line history a bit more intuitive
2009-04-17 Manuel NickschasAdd #include supposedly missing in some Qt installations
2009-04-17 Manuel NickschasRevamp InputLine
2009-04-12 Manuel NickschasDon't interpret HTML in the inputline history
2009-04-12 Manuel NickschasIntroduce a notification type and add extra notificatio...
2009-04-11 Manuel NickschasProperly handle multiselections in bufferviews, fixes...
2009-04-11 Manuel NickschasConsider frameWidth() for setting the inputline height
2009-04-10 Sebastian GothMove cursor to end of line when browsing history (KText...
2009-04-01 honkmark buffers as read when entering them (not just when...
2009-04-01 Manuel NickschasImprove systray notifications
2009-03-26 Manuel NickschasReally really don't send empty lines anymore, fixes...
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-24 Marcus EggenbergerLazy backlog fetching for removed buffers.
2009-03-24 Marcus Eggenbergeractivating a view pulls in needed backlog for the displ...
2009-03-18 Manuel NickschasFix issues with AppearanceSettingsPage
2009-03-16 Marcus Eggenbergerfirst working BufferViewOverlay
2009-03-15 Manuel NickschasUse %n for plural form in translation string
2009-03-15 Edward HadesRussian translation update +plural fix in paste protection.
2009-03-14 Sebastian Gothreally don't..
2009-03-14 Sebastian GothDon't send empty lines with KTextEdit
2009-03-14 Manuel NickschasVarious tweaks to the input line in KDE mode
2009-03-14 Manuel NickschasMove ActionCollection handling from QtUi to GraphicalUi
2009-03-14 Jesper ThomschützAdd extra spacing to deal with borders so that the...
2009-03-14 Manuel NickschasSome more tweaks to the KDEified input line
2009-03-13 Jesper ThomschützUse KTextEdit instead of QLineEdit. On most KDE systems...
2009-03-11 Marcus Eggenbergerfixes #609 - bufferview not correctly sorted
2009-02-28 Manuel NickschasRename NickCompletionSettings to TabCompletionSettings
2009-02-28 Manuel NickschasAllow QGroupBox for auto widget handling in settingspages
2009-02-25 Manuel NickschasAlways put own nick last in nick completion
2009-02-25 Manuel NickschasSmart tab completion!
2009-02-20 Manuel NickschasDon't use Qt::Sheet on != Mac
2009-02-17 Manuel NickschasTrigger paste protection if pasting more than 3 lines...
2009-02-17 Marcus Eggenbergerfixing auto expand issues with new networks
2009-02-16 Daniel AlbersStop InputLine::eventFilter() from eating JumpKeys
2009-02-16 Manuel NickschasMove font settings to general appearance settingspage
2009-02-15 Manuel NickschasDeuglify channel state icons
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-02-14 Manuel NickschasChange bufferview icons
2009-02-14 Marcus EggenbergerUsing join and part icons to indicate in the buffer...
2009-02-14 Marcus Eggenbergerfixes 541 - preliminary paste protection
2009-02-14 Marcus Eggenbergerfixes #531 - changing buffer view colors needs client...
2009-02-14 Marcus Eggenbergerfixes #413 - Icons in Nicklist
2009-02-11 Marcus Eggenbergerallow query merging via drag & drop even if the layout...
2009-02-11 Marcus EggenbergerFixes #481 - Sort buffer views alphabetically.
2009-02-10 Marcus EggenbergerLock Dock Positions has been replaced by Lock Layout
2009-02-09 Marcus Eggenbergerfixing buffer reordering issues
next