don't require regex highlights to match whole line
[quassel.git] / src / qtui /
2009-09-23 Daniel Albersdon't require regex highlights to match whole line
2009-09-22 Manuel NickschasCorrectly load taskbar alert timeout from settings...
2009-09-22 Manuel NickschasMake the "Allow colored text" option work
2009-09-21 Manuel NickschasAllow unlimited initial backlog fetch
2009-09-19 Sebastian GothInvalidate messagefilter only for visible views
2009-09-18 Daniel Albersmake topicWidget capable of unsetting the topic
2009-09-18 Daniel Alberstiny refactoring
2009-09-16 Aurelien GateauPass the desktop file in a shell-independent way.
2009-09-16 Aurelien GateauPorted to libindicate 0.2.1.
2009-09-15 Tomáš ChvátalFix string text in ignorelist hint.
2009-09-15 Manuel NickschasDon't crash on creating a ChatView containing redirecte...
2009-09-15 Manuel NickschasShow one-letter words again
2009-09-14 Aurelien GateauSwitch to correct buffer when indicator is activated.
2009-09-14 Aurelien GateauShow window when server is activated.
2009-09-14 Aurelien GateauSupport for icon.
2009-09-14 Aurelien GateauProper sender text
2009-09-14 Aurelien GateauBasic implementation of indicators.
2009-09-14 Manuel NickschasWorkaround the wordwrap issues with Qt
2009-09-14 Manuel NickschasGreatly simplify the wrap point computation
2009-09-14 Manuel NickschasFix wordwrap in some cases
2009-09-13 Sebastian GothIt's the small things.. IgnoreListEditDlg++
2009-09-13 Sebastian GothMinor fixes to ignore list gui
2009-09-13 Sebastian GothVarious ignorelist fixes
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-09-11 Manuel NickschasDisplay correct core timezone in core connection dialog
2009-09-11 Manuel NickschasFix spelling
2009-09-11 Manuel NickschasProperly translate strings in context menus and the...
2009-09-10 Manuel NickschasImprove tray icon notification behavior
2009-09-10 Manuel NickschasClose notifications on buffer switch rather than activa...
2009-09-10 Manuel NickschasSimplify code, fix potential crash
2009-09-10 Martin Mayermake alias-tooltips translateable and translate them...
2009-09-09 Daniel Albersdon't put ColumnHandles outside of visible area
2009-09-08 Manuel NickschasFix fonts configuration for the input widget, too
2009-09-08 Manuel NickschasMake topicwidget font and resize behavior configurable
2009-08-27 Manuel NickschasMake menubar hideable
2009-08-26 Daniel Albersmake arbitrary highlight work at start/end of line
2009-08-26 Manuel NickschasCheck for IgnoreListManager's existence before using it
2009-08-26 Manuel NickschasMake multiline input configurable
2009-08-25 Manuel NickschasAccept Ctrl+F while the inputline is focused
2009-08-25 Sebastian GothBuild with Qt 4.4 again
2009-08-25 Manuel NickschasFix ItemView settings. Fixes #774.
2009-08-25 Sebastian GothOpen stylesheet choosedialog in the correct(tm) working...
2009-08-25 Manuel NickschasRemove unneeded files
2009-08-25 Manuel NickschasMake URLs (and channel names!) in the topic widget...
2009-08-25 Manuel NickschasIntroduce Clickable::activate() to put handling clicks...
2009-08-25 Sebastian GothFix chatmonitorfilter
2009-08-24 Manuel NickschasWupps, Altlast-Alarm
2009-08-24 Manuel NickschasFix slots for new syncobj
2009-08-24 Manuel NickschasDecomplexify & reencapsulate
2009-08-24 Sebastian GothDon't show notifications for ignored messages
2009-08-24 Sebastian GothIgnorelist settingspage
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Manuel NickschasFix QSS syntax
2009-08-24 Sebastian GothMake netsplits pretty on clientside
2009-08-24 Manuel NickschasDon't wrap the input line (really this time!)
2009-08-22 Manuel NickschasMove Clickable out of ContentsChatItem
2009-08-22 Manuel NickschasDon't enable wordwrap for the input widget
2009-08-21 Manuel NickschasRedesign the topic widget
2009-08-21 Manuel NickschasRename setters to be more Qt-like
2009-08-18 Manuel NickschasAdd a settingspage for configuring the input widget
2009-08-17 Manuel NickschasImprove inputline behavior
2009-08-17 Daniel Alberschange highlight regexp boundaries from \b to \W
2009-08-16 Manuel NickschasIntroduce multi-line editing for the inputline
2009-08-12 Manuel NickschasDisable unchecked font widget
2009-08-12 Daniel Albersshow correct core start time in coreinfodlg
2009-08-12 Manuel Nickschass/Buffer/Chat/g
2009-08-12 Manuel NickschasChange defaults for some ChatView-related settings
2009-08-12 Manuel NickschasMove "Appearance" to "Interface" in settingspages
2009-08-12 Manuel NickschasRemove FontsSettingsPage - hasn't been used in months
2009-08-12 Manuel NickschasMore sensible default color for unread messages
2009-08-11 Manuel NickschasMake URLs stylable and fix on-hover underline
2009-08-07 Manuel NickschasMake compile without webkit again
2009-08-06 Manuel NickschasAdapt to new topic message type
2009-08-06 Manuel NickschasAdd new ItemView settingspage
2009-08-06 Manuel NickschasAdd itemview styles to generated settings.qss
2009-08-06 Manuel NickschasAdd and use ItemViewSettings
2009-08-06 Manuel NickschasMake custom ChatView font disableable
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 NickschasMake UiStyle accessible from the uisupport module
2009-08-06 Manuel NickschasIntroduce extra Palette roles for UiStyle
2009-08-06 Manuel NickschasTweak ChatItem/ChatLine layouting
2009-08-06 Manuel NickschasDon't try to mark all incoming messages with the Backlo...
2009-08-06 Manuel NickschasUpdate ChatView properly on style changes
2009-08-06 Manuel NickschasRevert "Remove the word boundary cache"
2009-08-06 Manuel NickschasRevert "Introduce a timer for resizing the ChatView"
2009-08-06 Manuel NickschasGenerate and load settings.qss
2009-08-06 Manuel NickschasTweak ChatViewSettingsPage
2009-08-06 Manuel NickschasStylesheetify the marker line color
2009-08-06 Manuel NickschasDon't wrap the timestamp
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 NickschasIntroduce a timer for resizing the ChatView
2009-08-06 Manuel NickschasRemove the word boundary cache
2009-08-06 Manuel NickschasAdd configuration option for a custom stylesheet
2009-08-06 Manuel NickschasMove color and font settings to [Colors] and [Fonts]
2009-08-06 Manuel NickschasIntroduce the new ChatViewSettingsPage
next