quassel.git
2008-02-06 Alexander von... mac builds will not have minimize to tray on left click...
2008-02-05 Alexander von... removed context menu in quasselclient from the left...
2008-02-05 Marcus Eggenbergermade keybindings persistent (per client)
2008-02-05 Marcus Eggenbergermade the inputline ignore less keys (only number in...
2008-02-05 Marcus Eggenbergerfixed a bug in the auto upgrade routine of the abstract...
2008-02-05 Alexander von... improved minimize to tray behavior with win versions...
2008-02-05 Marcus Eggenbergermade highlight trigger only on normal messages, notices...
2008-02-05 Marcus Eggenbergertweaking the SignalProxy resulted in some casualties...
2008-02-05 Marcus Eggenbergerfixed a bug in UserInputHandler::handleMsg()
2008-02-05 Marcus EggenbergerThe Client sends now a heartbeat to the server once...
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
2008-02-05 Marcus Eggenbergerfixed the target buffers for queries
2008-02-04 Marcus Eggenbergerfixed a major bug introduced in r456 (segfault on core...
2008-02-04 Marcus EggenbergerNotices are now again displayed in the server buffer.
2008-02-04 Marcus EggenbergerYou can now jump to buffers with the keyboard. Select...
2008-02-04 Marcus Eggenbergerfixed a bug in IrcChannel. Upgrade is strongly advised...
2008-02-04 Marcus EggenbergerQuassl shows now activity from the backlog aswell.
2008-02-03 Manuel NickschasSwitched client-side account data to using AccountId...
2008-02-03 Marcus Eggenbergerthe nickselector should now react properly to any relev...
2008-02-03 Alexander von... enabled query in user context menu - now that the query...
2008-02-03 Manuel NickschasMade CTCP VERSION reply more verbose. Set a more reason...
2008-02-03 Manuel NickschasAdded some new attributes to NetworkInfo. Note that...
2008-02-03 Marcus EggenbergerFixed the missing network name in the chat monitor
2008-02-03 Marcus Eggenbergerfixed the FIXME in Client::networkDestroyed()
2008-02-03 Marcus EggenbergerMore Code Cleanup
2008-02-03 Manuel NickschasSome new UI elements for configuring network reconnects...
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-02-03 Alexander von... changed the behavior of RPL_AWAY server messages:
2008-02-03 Manuel NickschasAdded a container dialog for stand-alone settingspages...
2008-02-03 Marcus Eggenbergeradded a mutex lock in Core::bufferInfo()
2008-02-02 Manuel NickschasMake the network actions disappear again :p
2008-02-02 Marcus EggenbergerStopped Quassel from Segfaulting on 2nd+ connect to...
2008-02-02 Marcus Eggenbergerfixed the backlog replay issue. DISTCLEAN IS MANDATORY
2008-02-02 Marcus EggenbergerBacklogdata is now made persistent every 10 minutes.
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-02-02 Manuel NickschasThis hopefully fixes the occasional segfault when exiti...
2008-02-02 Manuel NickschasTrying to workaroundinate a weird bug with connection...
2008-02-01 Alexander von... beautyfied the code in userinputhandler::handlectcp
2008-02-01 Manuel NickschasAh well, there was no File menu. Until now.
2008-02-01 Manuel NickschasAdded a fancy menu to connect to and disconnect from...
2008-02-01 Manuel NickschasTemporarily disabled add/remove networks because of...
2008-02-01 Alexander von... added ctcp handler to userinputhandler
2008-02-01 Manuel NickschasShrinked the still non-functional topic config toolbutt...
2008-02-01 Manuel NickschassessionData--
2008-02-01 Manuel NickschasRenaming the classes and .ui files that got temp names...
2008-02-01 Manuel NickschasCleaning up, getting rid of the old identity/serverlist...
2008-02-01 Manuel NickschasThis is it, the long-awaited huge commit with the new...
2008-02-01 Marcus Eggenbergerfixed some debug messages in the SignalProxy
2008-01-31 Marcus Eggenbergerfixed a bug in the SignalProxy
2008-01-31 Alexander von... added more user info in the user tool tip
2008-01-31 Marcus Eggenbergerfixed some includess I forgot to change... :/
2008-01-31 Marcus Eggenbergersome minor improvements to the NetworkModel and added...
2008-01-31 Marcus Eggenbergerusers who are away are now greyed out in the nickview
2008-01-31 Alexander von... added ircserverhandler for whois, who and whowas
2008-01-31 Alexander von... win32 block added
2008-01-30 Marcus Eggenbergerenabled quassel to join +k channels
2008-01-30 Marcus EggenbergerSignalProxy will no longer attempt to deliver data...
2008-01-30 Marcus Eggenbergerthe following assert should no longer trigger: ASSERT...
2008-01-30 Marcus Eggenbergerhacked (it's really not pretty) the chatwidget to make...
2008-01-30 Marcus Eggenberger- implemented on request a chat monitor: a simple buffe...
2008-01-29 Marcus Eggenbergeradded some more debug infos
2008-01-29 Marcus Eggenberger- Network Connection state is now reflected in the...
2008-01-29 Manuel NickschasHopefully this makes older clients work with the curren...
2008-01-29 Manuel NickschasOK, disabled warnings for the moment :)
2008-01-29 Manuel NickschasSyncing my current state, Network settings still not...
2008-01-29 Marcus Eggenbergerremoved yet another stupid debug condition (this time...
2008-01-29 Marcus Eggenbergerremoved a no longer needed debug message... damn scared...
2008-01-29 Marcus Eggenbergerdebug build for adam
2008-01-29 Manuel NickschasTrying to get the build system work with static MSVC...
2008-01-29 Marcus Eggenbergermade Highlighting work (needs core restart)
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-28 Alexander von... Added BanHandler.
2008-01-28 Marcus Eggenbergermade the handlers for ERR_ERRONEUSNICKNAME and ERR_NICK...
2008-01-28 Marcus EggenbergerSmall improvement to the SQLite Storage engine.
2008-01-28 Alexander von... added entries and disabled some not-yet-functioning...
2008-01-28 Alexander von... bufferview: corrected small error (userInput no longer...
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
2008-01-28 Alexander von... Added a context menu to users
2008-01-28 Marcus Eggenberger- Made BufferId, NetworkId and BufferInfo available...
2008-01-28 Marcus EggenbergerRework of the TreeModel. This should finaliy *knock...
2008-01-27 Marcus Eggenbergerfixed the scrollbar issue in the NickView
2008-01-27 Marcus EggenbergerIntroduced VerticalDock a derived QDockWidget, which...
2008-01-26 Marcus EggenbergerHaha! The Inputline is now a seperate dock! Sput: I...
2008-01-26 Marcus EggenbergerFixed inconsitency bug in the NetworkModel. (thanks...
2008-01-25 Manuel NickschasYet another debugging version of the tabcompleter....
2008-01-24 Marcus EggenbergerAdded a very simple tooltip for ircusers (aka: visible...
2008-01-24 Alexander von... added context menu to systray
2008-01-24 Alexander von... Added action to trayicon - minimize to tray on left...
2008-01-24 Manuel NickschasTemporarily disabling tabcompletion in order to find...
2008-01-24 Alexander von... Added commands: who, whois and whowas.
2008-01-24 Manuel NickschasMake SettingsPages a little bit clearer to use.
2008-01-23 Manuel NickschasCommitting my local state. Mostly still invisible part...
2008-01-23 Marcus EggenbergerBufferModell::currentChanged() is history. If you need...
2008-01-23 Marcus Eggenbergerimplemented TreeModel::setData() which haven't been...
2008-01-22 Marcus EggenbergerQuassel takes now care of your erroneus nicks as long...
2008-01-22 Marcus Eggenberger- BufferWidget behaves now like a view
2008-01-22 Manuel NickschasHide some of the bufferviews by default in order to...
2008-01-22 Manuel NickschasFixing synchronization to a core without any networks...
2008-01-22 Manuel NickschasFix Quassel not being able to login to core without...
2008-01-22 Marcus EggenbergerFixed the empty line bug when handling CTCP messages...
next