fixed multiline input
[quassel.git] / src /
2010-02-14 Dirk Rettschlagfixed multiline input
2010-02-14 Dirk Rettschlaguse clicked() signal instead of toggled()
2010-02-14 Dirk Rettschlagstyle button is smaller now
2010-02-14 Dirk Rettschlagfixed layout and escape quotes
2010-02-14 Dirk Rettschlagadded missing icons
2010-02-14 Dirk Rettschlagfirst version of richtext support for input widget...
2010-02-14 Dirk Rettschlagadded support for RichText input and conversion to...
2010-02-14 Hendrik LeppkesStore the type of the current tab completion (user...
2010-02-14 Hendrik LeppkesAllow the TabCompleter to complete channel names as...
2010-02-14 Manuel NickschasImprove systray activation behavior; more refactoring
2010-02-14 Manuel NickschasCleanup
2010-02-09 Manuel NickschasAvoid Q_INTERFACES-related warning with Qt >= 4.6
2010-02-09 Manuel NickschasSystemTray refactoring in preparation of supporting...
2010-02-01 Manuel NickschasDon't touch version.gen if nothing version-related...
2010-01-31 Manuel NickschasKill plugin.h
2010-01-31 Manuel NickschasAllow sending unknown commands to server with >1 params
2010-01-31 Sebastian GothDon't create zombie users
2010-01-31 Daniel Albersrecognise IPv6 literals in URLs as per RFC 2732
2010-01-31 Daniel Alberstweak URL regex
2010-01-31 Sebastian GothUse join-and-switch with /join and /query
2010-01-31 Sebastian GothAdapt chatview and nickview to join-and-switch
2010-01-31 Sebastian GothProvide join-and-switch-to methods for join/query
2010-01-31 Sebastian GothMake sender column clickable
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-29 Dirk Rettschlagfixed focus when switching to plain topic view
2010-01-29 Dirk Rettschlagfixed focus when closing ChatViewSearchbar
2010-01-29 Sebastian GothHandle unknown CTCP stuff a little bit nicer
2010-01-29 Dirk Rettschlagadded different information in the TopicWidget based...
2010-01-29 Manuel NickschasSome fixes for DesktopNotificationBackend
2010-01-29 Manuel NickschasChatItems are no longer QGraphicsItems
2010-01-25 Bruno BigrasPrevent quasselclient from crashing when using the...
2010-01-25 Bruno BigrasPrevent quasselclient from crashing when there's no...
2010-01-22 Dirk RettschlagFixed bugs in topic widget
2010-01-19 Sebastian GothUpdate markerline correctly on postgres
2010-01-18 Sebastian GothAnd don't fuckup '*' rules
2010-01-18 Daniel Albersadd MenuBar toggle to ChatScene context menu
2010-01-18 Manuel Nickschasdebug--
2010-01-18 Sebastian GothCleanup netsplits on disconnect correctly
2010-01-18 Sebastian GothInitial CTCP ignore functionality
2010-01-17 Manuel NickschasAllow compilation without QSystemTrayIcon
2010-01-13 Manuel Nickschasdebug--
2010-01-13 Manuel NickschasFix selection and loading of translations; allow to...
2010-01-07 Daniel Albersrename translation files to <2 letter ISO code>.po
2010-01-06 Daniel Albersremove "|" from URL RegExp
2010-01-06 Aurelien GateauEnsure desktop file is found when using quasselclient
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2010-01-01 Manuel NickschasIntroduce a mechanism to test for certain core features
2009-12-25 Manuel NickschasAdd some checks to models
2009-12-10 Manuel NickschasFix wrong settingskey for enabling custom stylesheets
2009-12-09 Manuel NickschasRemove password from config if deactivating the "Rememb...
2009-12-08 Manuel NickschasFocus password field in CoreConnectAuthDlg
2009-12-08 Manuel NickschasShow current network name in main window title too
2009-12-08 Manuel NickschasImprove lag display
2009-12-08 Manuel NickschasImprove handling of disconnections a bit
2009-12-07 Manuel NickschasIncrease the core-side ping timeout for the client...
2009-12-07 Manuel NickschasActually make the client/core connection settings do...
2009-12-07 Manuel NickschasIntroduce CoreConnectionSettings and a settingspage...
2009-12-07 Manuel NickschasMake SignalProxy heartbeat configurable
2009-12-04 Manuel NickschasReplace fugly workaround for QTBUG-6322 by one that...
2009-12-04 Manuel NickschasTry to make the QTBUG-6322 workaround work in more...
2009-12-03 Manuel NickschasSet new application style on saving the appearance...
2009-12-03 Daniel Albersshorten and comment CoreUserInputHandler::handleJoin
2009-12-03 Daniel AlbersHandle 512 byte limitation sensibly for /join
2009-12-02 Michael Grohfixed the default tab in some dialogs.
2009-12-02 Michael Grohcorrect tab order for the rest of the ui
2009-12-02 Michael Grohcorrect tab order for the settingspages
2009-12-01 Manuel NickschasRefactorize settingspages a bit
2009-12-01 Manuel NickschasReplace fugly würgaround for QTBUG-6322 with a longer...
2009-11-30 Martin Mayerupdate/correct german-translation & add brots nick...
2009-11-29 Manuel NickschasFix changed state detection in CoreAccountSettingsPage
2009-11-29 Manuel NickschasDon't set Disconnected state on socket connection
2009-11-29 Manuel NickschasFix building on UNIXes that don't use libdl
2009-11-28 Manuel NickschasReenable CoreConfigWizard
2009-11-28 Manuel NickschasImprove error message display
2009-11-28 Manuel NickschasDisplay lag and SSL status in CoreConnectionStatusWidget
2009-11-28 Manuel NickschasKnownHostSettings is not needed anymore
2009-11-28 Manuel NickschasMake SSL work again for CoreConnection
2009-11-28 Manuel NickschasAdd SslInfoDlg as a nice way to show information about...
2009-11-28 Manuel NickschasIntroduce WarningsSettings
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
next