Categories in the settings dialog are now clickable
[quassel.git] / src / qtui /
2009-02-15 Manuel NickschasCategories in the settings dialog are now clickable
2009-02-15 Manuel NickschasFix issues with the color settings page, default to...
2009-02-15 Daniel Albershide not yet working URL color settings
2009-02-15 Daniel Albersdisable senderColoring per default
2009-02-15 Daniel AlbersUse Oxygen palette as hardwired sender colors for now...
2009-02-15 Daniel Albersstrip senderFrame and unused colorsettings
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-15 Marcus Eggenbergerfixes #542 - show identities and network settings on...
2009-02-15 Marcus Eggenbergerinternal refactoring: ripping identity editor and ident...
2009-02-15 Marcus Eggenbergerfixing search in messages like join, part, etc...
2009-02-14 Manuel NickschasWarnings--
2009-02-14 Manuel NickschasFix window icon for inactive state
2009-02-14 Manuel NickschasCall activateWindow() on tray restore
2009-02-14 Manuel NickschasUse SystemTray in MainWin and notification backends
2009-02-14 Manuel NickschasIntroduce SystemTray class to handle the systray icon...
2009-02-14 Marcus Eggenbergerfixes #522 - applied patch with minor changes
2009-02-13 Marcus Eggenbergerproper object name for the toolbar
2009-02-12 Manuel NickschasPrevent ChatView from scrolling up 1px on buffer switch...
2009-02-12 Manuel NickschasChange str.indexOf(rx) to rx.indexIn(str)
2009-02-12 Marcus Eggenbergerusing unified toolbar on mac os now
2009-02-11 Marcus Eggenbergerremoving unneeded menu separator
2009-02-11 Manuel NickschasFix bufferwidget layout
2009-02-11 Manuel NickschasRemove odd-looking icon for 'Show Nicks'
2009-02-11 Manuel NickschasHide ChatMonitor by default, as it tends to confuse...
2009-02-11 Manuel NickschasDon't invoke notifications for own messages, fixes...
2009-02-11 Manuel NickschasShow entries from translationDir rather than :/i18n...
2009-02-11 Manuel NickschasUpdate AboutDlg
2009-02-11 Manuel NickschasAdd new logo for the main page
2009-02-11 Marcus Eggenbergerfixes #527 - hide web preview setting if compiled witho...
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 Eggenbergeractivity updates respect now the redirection settings
2009-02-09 Marcus Eggenbergertypos
2009-02-08 Marcus EggenbergerRenaming _all_ instances of _networkToolBar to _mainToolBar
2009-02-08 Manuel NickschasAdd menu entry for toggleing toolbars
2009-02-08 Manuel NickschasRename Network toolbar to Main toolbar
2009-02-06 Marcus Eggenbergerremoving the not connected to core message in mono...
2009-02-06 Manuel NickschasDisable non-functional Nick toolbar for now
2009-02-06 Manuel NickschasGenerate selection change events and propagate to ToolB...
2009-02-06 Manuel NickschasAdd toolbar support to the MainWin.
2009-02-06 Manuel NickschasAdd ToolBarActionProvider as another specialization...
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-02-05 Marcus Eggenbergerfixes #518 - random crash
2009-02-05 Marcus Eggenbergerdon't draw using the higlight colors in the away log
2009-02-05 Marcus EggenbergerFixes #410 - away log (you'll find it in the views...
2009-02-04 Marcus EggenbergerThe WebPreviews are now controlled via a neat state...
2009-02-04 Marcus Eggenbergerfixes #437 - compiler warnings
2009-02-04 Marcus Eggenbergerfixes #448 - progress indicator for backlog
2009-02-03 Marcus Eggenbergermaking Quassel compile with NO_SSL again
2009-02-03 Marcus EggenbergerBrining back the removed color options
2009-02-02 Daniel Albersfix restore via systray icon ignoring first click
2009-02-01 Marcus Eggenbergerhiding unused settings from the colors settings page
2009-02-01 Marcus Eggenbergerremoving nickview color settings
2009-01-29 Marcus EggenbergerYou can now add a core to the known hosts.
2009-01-28 Marcus EggenbergerQuassel warns you now properly about SSL Errors
2009-01-26 Marcus Eggenbergersome minor smoothifications to the nick selector
2009-01-25 Marcus EggenbergerMaking Quassel compile on Mac OS _AGAIN_ -.-
2009-01-25 Manuel NickschasAllow external translation files
2009-01-22 Manuel NickschasDon't show migration warnings if we don't have old...
2009-01-22 Manuel NickschasWell, if we check for a settings version, maybe we...
2009-01-22 Manuel NickschasThis should fix config file migration for the mac.
2009-01-21 Manuel Nickschaswarnings--
2009-01-21 Manuel NickschasDon't tinker with config and data files on Mac for now
2009-01-20 Marcus EggenbergerAnother try on tackeling the minimize issues. lol.
2009-01-20 Marcus Eggenbergermaybe clicking the tray icon toggles minimize to tray...
2009-01-20 Manuel NickschasWupps, fixed an oooopsie with the migration code :)
2009-01-20 Marcus EggenbergerThis could / should / oh well you know the drill.....
2009-01-20 Marcus Eggenbergerfixing a glitch on mac os in the general settings page...
2009-01-20 Manuel NickschasAdding code for migrating settings and database to...
2009-01-20 Manuel NickschasProvide Quassel::configDirPath() and Quassel::findDataF...
2009-01-20 Marcus EggenbergerThis could / should / I just wish it does / who the...
2009-01-16 Manuel NickschasFix a regression that would show some wrong context...
2009-01-15 Manuel NickschasProperly display core build date, fixes #473
2009-01-15 Manuel NickschasImprove mouse button detection for mouse release events
2009-01-15 Marcus EggenbergerNo longer saving QTextLayouts for chatitems
2009-01-14 Marcus Eggenbergerfixes #484 - issues with ssl status indicator
2009-01-13 Manuel NickschasMove handling of networks.ini from NetworksSettingsPage...
2009-01-13 Marcus EggenbergerInternal changes to message redirection. As a side...
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 NickschasMake button to edit identities from networks settings...
2009-01-12 Manuel NickschasSome tweaks in NetworksSettingsPage
2009-01-12 Manuel NickschasRedesign network settings page
2009-01-12 Manuel NickschasIntroduce presets for adding networks
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus Eggenbergerproperly resetting core lag on disconnect
2009-01-11 Manuel NickschasRevert "Properly focus BufferView on first click"
2009-01-11 Manuel NickschasInputLine now regains focus on keypress
2009-01-11 Manuel NickschasProperly focus BufferView on first click
2009-01-09 Marcus EggenbergerSetting a proper minimum width for the settings treewid...
2009-01-07 Manuel NickschasMore properly rename the 'Zoom Original' action, and...
2009-01-06 Marcus Eggenbergerfixing wrong usage of QList::erase(QList::iterator...
2009-01-05 Marcus Eggenbergerseparate status buffer item is now only available when...
2009-01-05 Marcus EggenbergerThe new 'All Buffers' view is no properly presorted.
2009-01-05 Manuel NickschasNotification backends now can emit a signal activated...
2009-01-05 Marcus EggenbergerAll Buffers is dead! Long live All buffers!
2009-01-04 Marcus EggenbergerThe Monolithic build behaves now like a regular IRC...
2009-01-04 Marcus Eggenbergerremoving the sync dialog from mono build
next