Correctly handle the recent NetworkInfo extension. This fixes the problem
[quassel.git] / src / client /
2008-02-17 Marcus EggenbergerThis should finally *fingers crossed* fix the model...
2008-02-13 Manuel NickschasExtended NetworkInfo again to prepare for even more...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-12 Manuel NickschasFix case-insensitivity for channel names, and add some...
2008-02-11 Marcus EggenbergerThe Networksettings are now stored purely in the Database.
2008-02-10 Marcus Eggenbergerdon't ask
2008-02-10 Marcus Eggenbergerdamn... now it's fixed...
2008-02-10 Marcus Eggenbergerbugfix
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-10 Marcus Eggenbergersimpler version of the treemodel since features of...
2008-02-08 Marcus Eggenbergerhighlight respects now word boundaries. thx int
2008-02-08 Marcus Eggenbergeroops... that were 2 files too much...
2008-02-08 Marcus Eggenbergerjust a minor update before I get my hands dirty with...
2008-02-08 Manuel NickschasThe Core Configuration Wizard is back! teH rul!
2008-02-07 Marcus Eggenbergerfixed a bug when selecting a buffer in a different...
2008-02-05 Marcus Eggenbergermade keybindings persistent (per client)
2008-02-05 Alexander von Rentelnimproved minimize to tray behavior with win versions...
2008-02-05 Marcus Eggenbergermade highlight trigger only on normal messages, notices...
2008-02-05 Marcus Eggenbergerfixed inconsistency issues. Upgrade and Distclean is...
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 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 Marcus EggenbergerCode cleanup. Distclean advised
2008-02-02 Marcus Eggenberger- Fixed the inconsitency bug lately introduced. Adding...
2008-02-01 Manuel NickschasAdded a fancy menu to connect to and disconnect from...
2008-02-01 Manuel NickschassessionData--
2008-02-01 Manuel NickschasThis is it, the long-awaited huge commit with the new...
2008-01-31 Alexander von Rentelnadded more user info in the user tool tip
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 Rentelnadded ircserverhandler for whois, who and whowas
2008-01-30 Marcus Eggenbergerthe following assert should no longer trigger: ASSERT...
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 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 Eggenbergerdebug build for adam
2008-01-29 Marcus EggenbergerReenabled Activity levels
2008-01-28 Marcus Eggenbergerreplaced Client::fakeInput() with Client::userInpt...
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-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-24 Marcus EggenbergerAdded a very simple tooltip for ircusers (aka: visible...
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 Eggenberger- BufferWidget behaves now like a view
2008-01-22 Manuel NickschasFixing synchronization to a core without any networks...
2008-01-21 Marcus Eggenbergerfixed a bug with where nicks where not shown in the...
2008-01-21 Alexander von RentelnMake Quassel compile on MSVC.
2008-01-20 Marcus Eggenbergerbugfixinating
2008-01-19 Marcus Eggenbergerbugfix
2008-01-19 Marcus EggenbergerFixing Issues with the NetworkModel. Though the perform...
2008-01-19 Manuel NickschasChanged QVariant::fromValue() to qVariantFromValue...
2008-01-19 Manuel NickschasFinally! All *Id types are now first-class types rather...
2008-01-18 Manuel Nickschasuint -> NetworkId, uint -> BufferId almost everywhere...
2008-01-17 Manuel NickschasThis is the long-awaited monster commit, bringing you...
2008-01-17 Marcus EggenbergerMade the Nicklist Pretty again
2008-01-14 Marcus Eggenbergeranother tiny commit: made keyboardselections in the...
2008-01-14 Marcus EggenbergerOnly a few small things: made the nicklist at least...
2008-01-14 Alexander von RentelnFixing dubious crash at core connect (courtesy of EgS...
2008-01-13 Marcus EggenbergerWorkaroundinated a weird bug...
2008-01-13 Marcus EggenbergerFixed active state for statusBuffer and Queries
2008-01-12 Marcus EggenbergerFeatures come and features go...
2008-01-09 Manuel NickschasAs preparation for revamping the whole networking stuff...
2008-01-08 Manuel Nickschas_Almost_ finished the identity dialog (which is still...
2008-01-08 Marcus EggenbergerWe now have back a real BufferModel. It's basically...
2008-01-07 Manuel NickschasCommitting a lot of identity stuff which is still disabled.
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2008-01-05 Manuel NickschasRevamped a lot of the settings stuff. This should fix...
2008-01-05 Manuel NickschasCommitting a whole bunch of Identity-related stuff...
2008-01-01 Manuel NickschasImporting (parts of) the Oxygen iconset. I hope the...
2008-01-01 Marcus EggenbergerFinishing the renaming of the BufferTreeView, since...
2008-01-01 Marcus EggenbergerSince we're going for one grand unified model to store...
2007-12-30 Marcus EggenbergerMade the ModelPropertyMapper listen to dataChanged...
2007-12-25 Manuel NickschasMy X-Mas present to you: partially working encodings...
2007-12-22 Marcus Eggenbergerfixed the "QCoreApplication::postEvent: Unexpected...
2007-12-20 Marcus EggenbergerFirst part of the BufferTreeModel pimpification (maybe...
2007-12-10 Marcus EggenbergerFixed custom Views
2007-12-02 Manuel NickschasMake Quassel compile on amd64. Thanks aseigo for findin...
2007-11-30 Manuel NickschasPrevent Quassel from crashing upon core dis- and reconn...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-29 Manuel NickschasSome more tweaking for QuasselTopia.
2007-11-29 Manuel NickschasFixed annoying bug where the nicklist wouldn't be shown...
2007-11-28 Manuel NickschasMake the nicklist work again. *cough*
2007-11-28 Manuel NickschasIrcChannel::ircUserDestroyed() now sends appropriate...
2007-11-28 Marcus EggenbergerThis should fix the bug, that buffer switches are propa...
2007-11-27 Manuel NickschasMake Quassel less crashy (yeah, case sensitivity in...
2007-11-27 Manuel NickschasNow we have a sorted nicklist and hide unused categorie...
2007-11-27 Manuel NickschasThe nicklist is back! We now have a NickModel that...
2007-11-26 Manuel NickschasAaaand renaming NickModel again. Oh well.
2007-11-26 Manuel NickschasSome cosmetic corrections and some minor work on the...
next