Features come and features go...
[quassel.git] / src / client /
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...
2007-11-23 Manuel NickschasVarious stuff, cosmetic fixes, fiddling with IrcUsers...
2007-11-22 Manuel NickschasRenaming/moving some files. Apparently, I can't use...
2007-11-22 Manuel NickschasFinishing the switch to types.h and the resulting cleanup.
2007-11-13 Marcus EggenbergerFinaly got rid of the synchronizers, making Quassel...
2007-11-12 Manuel NickschasMoved BufferView and BufferViewFilter to uisupport...
2007-11-06 Marcus EggenbergerThis should take care of it the clean way. Sput please...
2007-11-06 Manuel NickschasTemporarily fixed the bug where the backlog would be...
2007-11-05 Marco GeniseOk, the long awaited config wizard is here (at least...
2007-11-04 Marcus EggenbergerThis Update is like 90% bugfixes.
2007-11-03 Marcus Eggenberger- New SignalProxy which is kinda sorta based on the...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-29 Marcus EggenbergerCleanupination/Prettyfication/Refactorination of the...
2007-10-28 Marcus EggenbergerFixed a bug, where the customviews were not so customiz...
2007-10-25 Marcus EggenbergerFixed Bug in ModelPropertyMapper where currentChanges...
2007-10-25 Marcus EggenbergerRipped the guts out of the BufferWidget (which is basic...
2007-10-24 Manuel NickschasWe now have a current svn snapshot of libqxt in our...
2007-10-24 Marcus EggenbergerAdded ModelPropertyMapper which allows to keep track...
2007-10-24 Manuel Nickschasobsolete_crap--
2007-10-24 Manuel NickschasI CAN HAZ A STYLE ENGINES!?
2007-10-23 Marcus EggenbergerWe finally got a nice solution to synchronize multiple...
2007-10-21 Marcus EggenbergerActually... I have nearly no clue what the changes...
2007-10-20 Marcus EggenbergerStarted to reorganize the Buffer{Model|View|Filter...
2007-10-20 Manuel NickschasSyncing my state before starting to reorganize the...
2007-10-20 Marcus EggenbergerFixed crash when joining new channels
2007-10-19 Marcus EggenbergerNope, I will not answer any questions...
2007-10-19 Marcus Eggenbergersome minor cosmetics...
2007-10-19 Manuel NickschasRenaming QtGui to QtUi, in order to not confuse build...
2007-10-19 Benjamin Zellermake quassel compile on msvc
2007-10-18 Manuel NickschasNewest version of QuasselTopia, and some minor random...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-12 Manuel NickschasMoving quasselui.h from common/ to client/ where it...
2007-10-09 Manuel NickschasMake QuasselTopia build again. Just run 'qtopiamake...
2007-10-09 Manuel NickschasSome small stuff, like adding semicolons to Qt macro...
2007-10-09 Manuel NickschasPreliminary check-in of qmake-based build system. This...
2007-10-04 Manuel NickschasMake Message a proper class rather than a struct (i...
2007-10-03 Manuel NickschasMake selectBuffer() work as expected (by me :-)).
2007-10-01 Manuel NickschasCommitting my current state just in case. Mostly work...
2007-09-06 Manuel NickschasYay! QuasselTopia has a working core connection dialog...
2007-08-31 Manuel NickschasFirst check-in of the Qtopia build system. See qtopia...
2007-08-29 Manuel Nickschasclean++
2007-08-29 Manuel NickschasYES! We finally have dynamic signals between Core and...
2007-08-19 Marcus Eggenbergersome minor code purdifications :)
2007-08-15 Marcus EggenbergerFixing the Bug where a clear of the BufferTreeModel...
2007-08-10 Manuel NickschasFixed disconnect from Core. Dis- and reconnecting shoul...
2007-08-07 Manuel NickschasRemoved broken autoconnect (for networks) -- how are...
2007-08-07 Manuel NickschasProgress bar working, get rid of debug code.
2007-08-07 Manuel NickschasWork-in-progress: use progress bar
2007-08-07 Manuel NickschasYay! After months, distributed client/core operation...
2007-08-01 Manuel NickschasGot rid of class Global, as promised. For now, the...
2007-08-01 Manuel NickschasOK Folks, my first commit after quite a while, and...
2007-07-27 Marcus EggenbergerAller guten Dinge sind drei! (please don't ask any...
2007-07-27 Marcus Eggenbergernext try *lol*
2007-07-25 Marcus Eggenbergertreemodels can now be cleared
2007-07-08 Manuel NickschasI am starting to clean up the mess that is Global right...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-27 Manuel NickschasFixed a problem where cmake apparently didn't get all...
2007-06-27 Manuel NickschasStill working on the authentification stuff. Technicall...
2007-06-25 Manuel NickschasFinished the fusion of the different main_* files,...
2007-06-22 Marcus Eggenbergersome minor tweaks
2007-06-22 Marcus EggenbergerImplemented Custom Views (configurable via drag and...
2007-06-20 Manuel NickschasReorganizing of the Quassel architecture is almost...
2007-06-20 Marcus Eggenbergerforgot to add 6 files... -.-
2007-06-20 Marcus Eggenbergerstill continuing separation of gui and data and file...
2007-06-20 Manuel NickschasFinished file reorganization (for now). Sources are...
2007-06-20 Manuel NickschasContinuing file reorganization...