Resurrect the old icons for a bit, until the Gentoo ebuild is fixed...
[quassel.git] / src / uisupport /
2008-09-26 Manuel NickschasFix the remaining icons. Hope I didn't overlook anything :)
2008-09-26 Manuel NickschasEven more icon fixes...
2008-09-26 Manuel NickschasAdd some more wrapper methods in Icon
2008-09-26 Manuel NickschasMore build system tweaking, plus making icons work
2008-09-22 Manuel NickschasAdd Icon and IconLoader
2008-09-20 Manuel NickschasMake compile on amd64 and friends
2008-09-20 Manuel NickschasTest our newly acquired shortcut capabilities by finall...
2008-09-20 Manuel NickschasAdd ActionCollection to group and manage (Q)Actions.
2008-09-20 Manuel NickschasAction enhances QAction with a subset of KDE's KAction...
2008-09-18 Manuel NickschasFinally sanitizificat0red the mess and #ifdef hell...
2008-09-16 Manuel NickschasDon't underline quitting nicks
2008-09-05 Marcus Eggenbergerfixing colors
2008-09-04 Marcus EggenbergerQtUiSettings().value(QString("ChatView/%1/KEY").arg...
2008-08-30 Marcus Eggenbergerremoving unneeded semicolons after Qt macros - making...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-08-18 Manuel NickschasEscape % in channel names
2008-08-13 Manuel NickschasRemove bogus warning
2008-08-12 Marcus Eggenbergerthe new chatwidget now highlights the first new message...
2008-08-12 Marcus EggenbergerContinuing my personal crusade against Buffer.
2008-08-11 Marcus Eggenbergerfixes, cleanup and other improvements... Now I know...
2008-08-06 Manuel NickschasFix display of chained mIRC color codes
2008-08-06 Manuel NickschasConsolidate UiStyleSettings into uisettings.h
2008-08-06 Manuel NickschasApply colors to BufferView and NickView again
2008-08-06 Manuel NickschasAdd migration code that removes obsolete style settings
2008-08-06 Manuel NickschasLoad default formats correctly in all cases
2008-08-05 Manuel NickschasFix mIRC colors
2008-08-04 Manuel NickschasPost-merge cleanups, remove the old message handling
2008-08-04 Marcus EggenbergerFixing BR #234. Queries where the chatpartner is away...
2008-08-04 Marcus EggenbergerFixing a client crash that could be triggered under...
2008-08-04 Manuel NickschasFix some warnings
2008-08-03 Manuel NickschasBring back topic display
2008-08-02 Manuel NickschasFixing a bug that caused styling messaging to fail...
2008-08-02 Manuel NickschasAdd UiStyle::toTextLayoutList(), since we need that...
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-07-27 Marcus Eggenbergerone hell of an ugly workaround for what seems to be...
2008-07-23 Marcus Eggenbergerfixing BR #207 - you can now disconnect from an IRC...
2008-07-22 Marcus Eggenbergerjussi01: can you spell aliases?
2008-07-19 Marcus Eggenbergerlanguage is now changable (settings -> appearance ...
2008-07-12 Marcus EggenbergerMerge branch 'network-sync'
2008-07-11 Marcus Eggenbergerfixing scope issue
2008-07-11 Marcus Eggenbergertabcompleter works now for queries and statusbuffer...
2008-07-10 Marcus Eggenbergerfixing multiple adds of the same entry to the input...
2008-07-08 Marcus Eggenbergerfixing tabcompleter crash in non channel buffers.....
2008-07-08 Marcus Eggenbergerfixed a bug in the bufferviews
2008-07-04 Marcus EggenbergerContextmenu requests in the open field of a bufferview...
2008-07-03 Sebastian GothFixed tabcompleter not completing some special characte...
2008-07-02 Marcus EggenbergerFixing Topic Widget (vertical centering, scrolling...
2008-07-01 Sebastian GothOptimize tabcompleter and fix duplicate occurrence...
2008-07-01 Marcus Eggenbergercleanup
2008-07-01 Manuel NickschasMerge branch 'seezer'
2008-07-01 Sebastian GothIgnore leading non-alphabetical characters. Fixes BR205
2008-07-01 Manuel NickschasBye-bye qmake
2008-06-28 Sebastian GothMake completion suffix configurable. Fixes BR130
2008-06-24 Marcus EggenbergerBufferView no longer reacts on layoutChanged() as this...
2008-06-23 Marcus Eggenbergerremoving debug output...
2008-06-23 Marcus EggenbergerFixing BR #188. This might fix X Errors (BadDrawable...
2008-06-23 Marcus EggenbergerIt is now possible to remove a BufferViewConfig from...
2008-06-23 Marcus EggenbergerFixing BR #167 (Key down now puts the content of inputl...
2008-06-23 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-06-18 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-18 Marcus Eggenbergerfixing BR #145 (moving items in custom view off by...
2008-06-17 Manuel NickschasMerge branch 'cmake'
2008-06-17 Diego 'Flameeyes... Fix warnings about non-string-literals on printf()...
2008-06-16 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-16 Diego 'Flameeyes... Fix warnings from GCC 4.3 about suggested parentheses.
2008-06-15 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-06-15 Manuel NickschasMerge branch 'cmake'
2008-06-08 Manuel NickschasHEADERS -> MOC_HDRS and adding non-moccable files to...
2008-06-08 Manuel NickschasFixing parallel makes.
2008-06-06 Manuel NickschasSay hello (again) to CMake!
2008-06-05 Marcus EggenbergerQuassel now uses proper default messages for part,...
2008-06-04 Marcus Eggenbergersome minor fixes:
2008-05-30 Marcus EggenbergerMerging -r 859:865 branches/0.2/ with trunk
2008-05-26 Marcus EggenbergerMerging branches/0.2/@r859 with trunk
2008-05-21 Manuel NickschasMake BufferView compile
2008-05-20 Marcus Eggenbergermerging branches/0.2/0.2@r44 with trunk
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-09 Manuel NickschasMerging r820:825 from trunk to branches/0.3
2008-05-09 Alexander von Rentelnbugfix #BR159 - context menu now opens/starts query...
2008-05-09 Alexander von Rentelnbugfix - qactions from the contextmenu will now be...
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel Nickschascode_duplication--
2008-05-08 Manuel NickschasMerging r812:820 from trunk to branches/0.3.
2008-05-08 Manuel NickschasStyleengine fix
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-05-05 Marcus Eggenberger- It's now possible to select multiple buffers at once...
2008-05-04 Marcus Eggenbergerfixing crashes when removing buffers from a view
2008-05-03 Manuel NickschasAdding missing #include
2008-05-03 Manuel NickschasMerging -r804:811 from trunk to branches/0.3.
2008-05-03 Manuel NickschasFirst version of our new optimized style engine. Not...
2008-05-03 Marcus Eggenbergerfixing custom buffer views with minimum activity
2008-05-01 Manuel NickschasMerging r800:803 from trunk to branches/0.3.
2008-05-01 Marcus Eggenbergernicklist_performance++
2008-04-29 Manuel NickschasMerging r780:797 from trunk to branches/0.3.
2008-04-29 Marcus Eggenbergerbuffer_switching_performance++
2008-04-24 Manuel NickschasBuffer sorting works in 0.3.x again also. Somehow that...
next