quassel.git
2008-08-05 ZRegisUpdate other translation files to allow heuristic fonct...
2008-08-05 ZRegisMaintenance French Translation without missing Qt main...
2008-08-05 Manuel NickschasFix URL regexp to not include whitespace anymore
2008-08-04 Manuel NickschasTemporarily disable notifications again.
2008-08-04 Manuel NickschasCosmetic fixes for the notifications
2008-08-04 Manuel NickschasPost-merge cleanups, remove the old message handling
2008-08-04 Manuel NickschasNotifications use MessageModel now (making them work...
2008-08-04 Marcus Eggenbergerinternal fixes
2008-08-04 Daniel AlbersSquashed commit of the following:
2008-08-04 Marcus Eggenbergerinternal stuff only: added accessors for bufferName...
2008-08-04 Marcus EggenbergerFixing BR #234. Queries where the chatpartner is away...
2008-08-04 Manuel Nickschasmaster branch requires Qt 4.4 now...
2008-08-04 Marcus Eggenbergerfixed a newly introduced crash on user mode changes
2008-08-04 Manuel NickschasImprove ChatMonitorFilter, only show plain/notice/actio...
2008-08-04 Marcus EggenbergerFixing a client crash that could be triggered under...
2008-08-04 Manuel NickschasFixing selections, also prevent from crashing in some...
2008-08-04 Manuel NickschasFix warning: MsgId is a struct
2008-08-04 Manuel NickschasRevert "Save QtUi settings in QtUiStyle again, since...
2008-08-04 Manuel NickschasSave QtUi settings in QtUiStyle again, since the old...
2008-08-04 Manuel NickschasFix another warning
2008-08-04 Manuel NickschasFix some warnings
2008-08-03 Manuel NickschasUnfinished work on ChatMonitorFilter's data(), need...
2008-08-03 Manuel NickschasClean up MessageModel on disconnect
2008-08-03 Manuel NickschasBring back topic display
2008-08-03 Manuel NickschasMake ChatView's scrollbar behavior a bit more tolerant...
2008-08-02 Manuel NickschasBring back systray notifications. Another hacky solutio...
2008-08-02 Manuel NickschasBring back lastSeen support. Buffer has been hacked...
2008-08-02 Manuel NickschasBring back activity levels. I think Buffer has to go...
2008-08-02 Manuel NickschasTemporarily disable topic to make quassel compile again...
2008-08-02 Manuel NickschasBring back highlights
2008-08-02 Manuel NickschasImplement quick and dirty doubleclick handler for URLs...
2008-08-02 Manuel NickschasPut selection into clipboard - output format config...
2008-08-02 Manuel NickschasDeactivate selections on click
2008-08-02 Manuel NickschasInter- and intra-item selections now behave properly...
2008-08-02 Manuel Nickschasbug--
2008-08-02 Manuel NickschasSome slight optimizations
2008-08-02 Manuel NickschasStore highlight color in QtUiStyle (hardcoded for now)
2008-08-02 Manuel Nickschasdebug--
2008-08-02 Manuel NickschasAdd selection (and highlight) display to ChatLine
2008-08-02 Manuel NickschasMethod stub for implementing multiline selections next
2008-08-02 Manuel NickschasRefactor and simplify ChatItem, implement full selectio...
2008-08-02 Manuel NickschasMake intra-item selections work
2008-08-02 Manuel NickschasAdd stub for overriding data() in ChatMonitorFilter
2008-08-02 Manuel Nickschaschatmonitor++
2008-08-02 Manuel NickschasSave and restore column widths
2008-08-02 Manuel NickschasNote to self: QString(int) != QString::number(int) -_-
2008-08-02 Manuel NickschasIntroduce an id string for the views (provided by Messa...
2008-08-02 Manuel NickschasColumns are now moveable!
2008-08-02 Manuel NickschasManual implement column handle movement to be able...
2008-08-02 Marcus Eggenbergerstyling the column handle for the chatview. it has...
2008-08-02 Manuel NickschasColumn handles (but not yet the columns themselves...
2008-08-02 Manuel NickschasIntroduce column separator items; change most of ChatVi...
2008-08-02 Manuel NickschasSanitize ChatView's scrolling behavior
2008-08-02 Manuel NickschasRemove unnecessary margin for ChatItems
2008-08-02 Manuel NickschasWhitespace fix
2008-08-02 Manuel NickschasFixing a bug that caused styling messaging to fail...
2008-08-02 Manuel NickschasFix vertical alignment and remove debug painting
2008-08-02 Manuel NickschasCorrectly render timestamp and sender as well
2008-08-02 Manuel NickschasReorder stuff
2008-08-02 Manuel NickschasFix chars sometimes overflowing a tiny little bit
2008-08-02 Manuel Nickschasobsolete--
2008-08-02 Manuel NickschasI CAN HAZ WORDWRAPZcd /usr/local/layman/portage-kdecd...
2008-08-02 Manuel NickschasIntroduce WrapColumnFinder.
2008-08-02 Manuel NickschasOoops.
2008-08-02 Manuel NickschasUse QTextLayout for computing word withs rather than...
2008-08-02 Manuel NickschasAdd UiStyle::toTextLayoutList(), since we need that...
2008-08-02 Manuel NickschasMore wordwrap fixes.
2008-08-02 Manuel NickschasWordwrap in ChatView almost working.
2008-08-02 Manuel NickschasUpdate INSTALL.cmake
2008-08-02 Manuel NickschasReworking the wordwrap stuff.
2008-08-02 Manuel NickschasFix off-by-one error in computeWrapList()
2008-08-02 Manuel NickschasProperly re-layout on resizing
2008-08-02 Manuel NickschasYAY! Colors are back!
2008-08-02 Manuel Nickschasendless_loop--
2008-08-02 Manuel NickschasCompute correct height of ChatItems.
2008-08-02 Manuel NickschasChatLineModelItem now computes and stores wordlists
2008-08-02 Manuel NickschasAdd cached fontmetrics to UiStyle
2008-08-02 Manuel NickschasStoring format length as quint16 rather than int.
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-08-02 Manuel NickschasStep 2: Remove obsolete files
2008-08-02 Manuel NickschasRemoving the old ChatWidget and related stuff from...
2008-08-01 Marcus Eggenbergerfixing BR #229 (untranslatable string)
2008-08-01 Marcus EggenbergerAdded a commandline option to specify the datadir ...
2008-07-30 Sebastian GothChanged default logging to stdout and some minor fixes.
2008-07-30 Sebastian GothRemoved some whitespaces..
2008-07-30 Sebastian GothAdded trailing whitespace after each <<() to adopt...
2008-07-30 Sebastian GothRemoved special treatment of <<(const char*)
2008-07-30 Sebastian GothOptimized memory usage, cleaned up api.
2008-07-30 Sebastian GothAnother trivial naming adjustment
2008-07-30 Sebastian GothObey naming rules
2008-07-30 Sebastian GothActivate logging for quasselcore.
2008-07-30 Sebastian GothAdded support for various additional datatypes.
2008-07-30 Sebastian GothInitial commit of logger.
2008-07-29 Marcus Eggenbergerfixing deactivation of inputline during a query when...
2008-07-29 Marcus Eggenbergerfixing object identifier for IrcChannel which was curru...
2008-07-28 Marcus Eggenbergerminor fix
2008-07-28 Marcus Eggenbergertwo leading slashes are now treated as a regular messag...
2008-07-28 ZRegisUpdate French Translation
2008-07-27 Marcus Eggenbergerdisabling treeitem suicide if the item is deleted due...
2008-07-27 Marcus Eggenbergercommands containing multiple slashes are no longer...
next