2007-12-20 |
Manuel Nickschas | Make BufferInfo qDebug()able as per EgS' request. |
tree | commitdiff |
2007-12-20 |
Marcus Eggenberger | First part of the BufferTreeModel pimpification (maybe... |
tree | commitdiff |
2007-12-17 |
Manuel Nickschas | Stop Quassel from doing stupid things when a nick chang... |
tree | commitdiff |
2007-12-07 |
Marcus Eggenberger | Fixed possible segfault in IrcChannel::isKnownUser() |
tree | commitdiff |
2007-11-30 |
Manuel Nickschas | Fix that sometimes % wasn't escaped properly, triggerin... |
tree | commitdiff |
2007-11-30 |
Manuel Nickschas | More polishing of QuasselTopia, and getting rid of... |
tree | commitdiff |
2007-11-30 |
Marcus Eggenberger | this shoud fix user duplication bug introduced in the... |
tree | commitdiff |
2007-11-30 |
Marcus Eggenberger | figured this would probably be a good Idea for the... |
tree | commitdiff |
2007-11-30 |
Marcus Eggenberger | Channel Identifiers are now handled case insensitive... |
tree | commitdiff |
2007-11-29 |
Manuel Nickschas | Making Quassel slowly ready for its first release... |
tree | commitdiff |
2007-11-29 |
Manuel Nickschas | removing some debug messages |
tree | commitdiff |
2007-11-29 |
Manuel Nickschas | This should fix a bug resulting in a crash, when a... |
tree | commitdiff |
2007-11-28 |
Marcus Eggenberger | This _should_ fix the bug, that users quitting the... |
tree | commitdiff |
2007-11-28 |
Manuel Nickschas | IrcChannel::ircUserDestroyed() now sends appropriate... |
tree | commitdiff |
2007-11-27 |
Manuel Nickschas | Make Quassel less crashy (yeah, case sensitivity in... |
tree | commitdiff |
2007-11-27 |
Manuel Nickschas | The nicklist is back! We now have a NickModel that... |
tree | commitdiff |
2007-11-26 |
Manuel Nickschas | Some cosmetic corrections and some minor work on the... |
tree | commitdiff |
2007-11-23 |
Manuel Nickschas | Various stuff, cosmetic fixes, fiddling with IrcUsers... |
tree | commitdiff |
2007-11-22 |
Manuel Nickschas | Renaming/moving some files. Apparently, I can't use... |
tree | commitdiff |
2007-11-22 |
Manuel Nickschas | Finishing the switch to types.h and the resulting cleanup. |
tree | commitdiff |
2007-11-13 |
Marcus Eggenberger | Just added some safetychecks |
tree | commitdiff |
2007-11-13 |
Marcus Eggenberger | Finaly got rid of the synchronizers, making Quassel... |
tree | commitdiff |
2007-11-13 |
Marcus Eggenberger | Added convenience signals ircUserJoined(IrcUser *)... |
tree | commitdiff |
2007-11-05 |
Manuel Nickschas | Remove libqxt from our svn. We don't depend on it anymo... |
tree | commitdiff |
2007-11-05 |
Marco Genise | Ok, the long awaited config wizard is here (at least... |
tree | commitdiff |
2007-11-04 |
Marcus Eggenberger | This Update is like 90% bugfixes. |
tree | commitdiff |
2007-11-04 |
Manuel Nickschas | Prettified SignalProxy some more, updated license headers. |
tree | commitdiff |
2007-11-03 |
Marcus Eggenberger | - New SignalProxy which is kinda sorta based on the... |
tree | commitdiff |
2007-10-30 |
Manuel Nickschas | Adding work-in-progress for the new QGraphicsScene... |
tree | commitdiff |
2007-10-24 |
Manuel Nickschas | We now have a current svn snapshot of libqxt in our... |
tree | commitdiff |
2007-10-24 |
Marcus Eggenberger | Added ModelPropertyMapper which allows to keep track... |
tree | commitdiff |
2007-10-24 |
Manuel Nickschas | obsolete_crap-- |
tree | commitdiff |
2007-10-21 |
Marcus Eggenberger | I think one of my major talents is commiting files... |
tree | commitdiff |
2007-10-21 |
Marcus Eggenberger | Added Q_ASSERT when catching destroyed signals. There... |
tree | commitdiff |
2007-10-20 |
Marcus Eggenberger | Stopped SlaveSynchronizers from requesting a second... |
tree | commitdiff |
2007-10-20 |
Manuel Nickschas | Sanitize handling of mirc color codes in order to ease... |
tree | commitdiff |
2007-10-19 |
Manuel Nickschas | cmake-- |
tree | commitdiff |
2007-10-19 |
Manuel Nickschas | Renaming QtGui to QtUi, in order to not confuse build... |
tree | commitdiff |
2007-10-19 |
Benjamin Zeller | make quassel compile on msvc |
tree | commitdiff |
2007-10-18 |
Manuel Nickschas | Newest version of QuasselTopia, and some minor random... |
tree | commitdiff |
2007-10-18 |
Manuel Nickschas | Remove superfluous (and warning-producing) semicolons. |
tree | commitdiff |
2007-10-18 |
Marcus Eggenberger | Ok this is the major rework of quassel we've all been... |
tree | commitdiff |
2007-10-12 |
Manuel Nickschas | Moving quasselui.h from common/ to client/ where it... |
tree | commitdiff |
2007-10-09 |
Manuel Nickschas | Added basic stuff for localization/internationalization... |
tree | commitdiff |
2007-10-09 |
Manuel Nickschas | Make QuasselTopia build again. Just run 'qtopiamake... |
tree | commitdiff |
2007-10-09 |
Manuel Nickschas | Some small stuff, like adding semicolons to Qt macro... |
tree | commitdiff |
2007-10-09 |
Manuel Nickschas | Preliminary check-in of qmake-based build system. This... |
tree | commitdiff |
2007-10-09 |
Marcus Eggenberger | Added uint networkId() to BufferIds. |
tree | commitdiff |
2007-10-04 |
Manuel Nickschas | consistent_naming++ |
tree | commitdiff |
2007-10-04 |
Manuel Nickschas | Moving the message format code (i.e. msg -> formatted... |
tree | commitdiff |
2007-10-04 |
Manuel Nickschas | Make Message a proper class rather than a struct (i... |
tree | commitdiff |
2007-10-04 |
Manuel Nickschas | Make SignalProxy accept temporary variables for signal... |
tree | commitdiff |
2007-10-01 |
Manuel Nickschas | Committing my current state just in case. Mostly work... |
tree | commitdiff |
2007-09-30 |
Marcus Eggenberger | Added uint editingDistance(const QString &s1, const... |
tree | commitdiff |
2007-09-19 |
Marcus Eggenberger | Undoing my recent bullshit... -.- |
tree | commitdiff |
2007-09-19 |
Marcus Eggenberger | Moved detachObject(QObject *) to public slots |
tree | commitdiff |
2007-09-18 |
Manuel Nickschas | Make SignalProxy detach QObjects automatically upon... |
tree | commitdiff |
2007-09-10 |
Manuel Nickschas | SignalProxy::detachObject() implemented. Not really... |
tree | commitdiff |
2007-08-31 |
Manuel Nickschas | First check-in of the Qtopia build system. See qtopia... |
tree | commitdiff |
2007-08-29 |
Manuel Nickschas | clean++ |
tree | commitdiff |
2007-08-29 |
Manuel Nickschas | YES! We finally have dynamic signals between Core and... |
tree | commitdiff |
2007-08-27 |
Manuel Nickschas | Last Quassel version to use the soon-to-be-obsolete... |
tree | commitdiff |
2007-08-08 |
Manuel Nickschas | Implemented a signal handler to graceful shutdown Quass... |
tree | commitdiff |
2007-08-07 |
Manuel Nickschas | Yay! After months, distributed client/core operation... |
tree | commitdiff |
2007-08-01 |
Manuel Nickschas | Got rid of class Global, as promised. For now, the... |
tree | commitdiff |
2007-08-01 |
Manuel Nickschas | OK Folks, my first commit after quite a while, and... |
tree | commitdiff |
2007-07-27 |
Manuel Nickschas | Fixed linker error caused by not running MOC on ircuser.h. |
tree | commitdiff |
2007-07-27 |
Marcus Eggenberger | No new features here... (adding/testing of new files) |
tree | commitdiff |
2007-07-08 |
Manuel Nickschas | I am starting to clean up the mess that is Global right... |
tree | commitdiff |
2007-07-06 |
Manuel Nickschas | Fixed comments. |
tree | commitdiff |
2007-07-06 |
Manuel Nickschas | Added a function decodeString() to util.{h|cpp} that... |
tree | commitdiff |
2007-06-28 |
Manuel Nickschas | Cleaning up the closet... or at least the code. Tried... |
tree | commitdiff |
2007-06-27 |
Manuel Nickschas | Fixed a problem where cmake apparently didn't get all... |
tree | commitdiff |
2007-06-27 |
Manuel Nickschas | Still working on the authentification stuff. Technicall... |
tree | commitdiff |
2007-06-25 |
Manuel Nickschas | Finished the fusion of the different main_* files,... |
tree | commitdiff |
2007-06-24 |
Manuel Nickschas | Some modifications to the build system, that allow... |
tree | commitdiff |
2007-06-22 |
Marcus Eggenberger | fixed a bug preventing quasel from crashing on exit |
tree | commitdiff |
2007-06-20 |
Manuel Nickschas | Reorganizing of the Quassel architecture is almost... |
tree | commitdiff |
2007-06-20 |
Manuel Nickschas | Finished file reorganization (for now). Sources are... |
tree | commitdiff |
2007-06-20 |
Manuel Nickschas | Starting reorganization of files in preparation of... |
tree | commitdiff |
|