Quassel Client (and monolithic) needs >=Qt 4.5.0 now
[quassel.git] / src /
2009-11-28 Manuel NickschasHandle removal of accounts a bit better
2009-11-28 Manuel NickschasRemove the Internal Core from the non-monolithic client...
2009-11-28 Manuel NickschasMake monolithic client work again
2009-11-28 Manuel NickschasAlso show error messages in the status bar
2009-11-28 Manuel NickschasImplement user authentication for core login
2009-11-28 Manuel NickschasResurrect CoreConnectDlg
2009-11-28 Manuel NickschasRespect autoconnect settings in CoreConnection
2009-11-28 Manuel NickschasMake all CoreAccountSettingsPage config accessible...
2009-11-28 Manuel NickschasHandle client state a bit more sanely
2009-11-28 Manuel NickschasAdd a new statusbar widget for displaying CoreConnectio...
2009-11-28 Manuel NickschasGet rid of ClientSyncer
2009-11-28 Manuel NickschasSwitch over to CoreConnection
2009-11-28 Manuel NickschasIntroduce (very) basic, incomplete version of CoreConne...
2009-11-28 Manuel NickschasKill CoreConnectDlg, kill it with fire!
2009-11-28 Manuel NickschasIntroduce settingspage for editing core accounts
2009-11-28 Manuel NickschasIntroduce CoreAccount and CoreAccountModel
2009-11-24 Manuel NickschasFix building with the GNU Gold linker
2009-11-19 Manuel NickschasDon't draw a sunken frame around SettingsPageDlg's...
2009-11-19 Manuel NickschasDon't crash upon core/client timeout disconnect
2009-11-18 Manuel NickschasShow default bufferview if we don't have a saved state
2009-11-18 Manuel NickschasMake sure to properly remove bufferViews from the overlay
2009-11-18 Manuel NickschasFix initial backlock fetch with >= qt-4.6.0-rc1
2009-11-17 Manuel NickschasAdd missing contributors to AboutDlg
2009-11-15 Marcus Eggenbergerdon't rely on implicit typecast when using postgres
2009-11-12 Sebastian GothNever send empty netsplit-quit messages
2009-11-09 Manuel NickschasMake sure NickView::customEvent() has a valid model
2009-11-08 Daniel AlbersFix Quassel not rejoining newly joined channels
2009-11-08 Marcus Eggenbergerwarning--
2009-11-06 Manuel NickschasMake sure that text lines aren't squeezed together...
2009-11-05 Manuel Nickschasdebug--
2009-11-05 Marcus Eggenbergerfixing weird scrolling behavior when fetching dynamic...
2009-11-02 Daniel Alberssend unknown commands to server
2009-11-01 Marcus EggenbergerSeparate persistency for marker line (backend only)
2009-10-29 Manuel NickschasMake Sun Studio happy again
2009-10-28 Tomáš ChvátalRename i18n target to po target.
2009-10-25 Daniel Albersmake proper use of [QK]SystemTrayIcon->contextMenu()
2009-10-19 Manuel NickschasRevert "Change application entry in indicator menu...
2009-10-16 ZRegisupdate Tooltip text according to the Interface text...
2009-10-15 ZRegisMark missing settingsKey name as non-translateable
2009-10-15 ZRegisFix typo on string
2009-10-15 Aurelien GateauChange application entry in indicator menu to behave...
2009-10-14 Aurélien GâteauIf available, use KDE API to force window activation.
2009-10-12 Marcus EggenbergerThis should fix the racecondition issues with the sqlit...
2009-10-09 Manuel NickschasDon't loop indefinitely while trying to teach manners...
2009-10-08 Daniel Albersfix webpreview for urls with url-encoded chars
2009-10-06 Daniel Albersreorganize crash handling
2009-10-02 Manuel NickschasDon't enable Ayatana by default
2009-10-01 Sebastian GothWrite aliases+ignorelist changes to DB immediately
2009-09-30 Manuel NickschasCheck for IrcUser's existence in handleMode()
2009-09-29 Manuel NickschasEscape % in the user name
2009-09-29 Daniel Albersdisable umask on Windows
2009-09-29 Manuel NickschasMark settingsKey names as non-translateable
2009-09-29 Daniel Alberscore defaults to safer umask
2009-09-29 Daniel Albersfix core ceasing to reconnect
2009-09-28 Sebastian GothSend text on shift+return in SingleLine mode
2009-09-28 Sebastian GothAdd small delay to chatview search
2009-09-28 Aurelien GateauFix indicator server type.
2009-09-25 Manuel NickschasRename UserInputHandler to CoreUserInputHandler
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 Sebastian GothFix potential core crash
2009-09-22 Manuel NickschasMake the "Allow colored text" option work
2009-09-21 Sebastian GothPeriodically save all settings of a coresession
2009-09-21 Sebastian GothAllow tab completion of nicks after various chars
2009-09-21 Manuel NickschasAllow unlimited initial backlog fetch
2009-09-21 Manuel NickschasFix initial backlog for buffers with no new messages
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 NickschasEscape % in hostnames
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 NickschasCompile with Qt 4.6
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-14 Sebastian GothLess is more is better contextmenu
2009-09-14 Sebastian GothHiding Quits/Joins also hides netsplit quits/joins...
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-13 Sebastian GothPimp my netsplit detection
2009-09-12 Manuel NickschasEnsure cursor is visible after text changes in MultiLin...
2009-09-11 Manuel NickschasDisplay correct core timezone in core connection dialog
2009-09-11 Manuel NickschasFix spelling
2009-09-11 Manuel NickschasProperly translate messages
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 Manuel NickschasSilence warning
next