quassel.git
2008-03-01 Manuel Nickschasversion.inc++
2008-03-01 Manuel NickschasDisplay notices correctly. Fixes BR #124.
2008-03-01 Manuel NickschasMake highlights more visible. Color is still hardcoded...
2008-03-01 Alexander von... Minor fix (br123).
2008-02-29 Marcus EggenbergerALT-Key inverts now the setting of the bufferswitching...
2008-02-29 Marcus EggenbergerIf a SyncableObject is renamed before it's initialized...
2008-02-29 Marcus Eggenbergerown messages no longer update the activity status
2008-02-29 Alexander von... minor correction
2008-02-28 Alexander von... added "join channel" to network context menu in the...
2008-02-27 Jonas Heesemake use of "use random server to connect"-setting...
2008-02-27 Marcus Eggenbergerfixed codec error in /me commands
2008-02-27 Marcus Eggenbergerimprovements to the default layout
2008-02-27 Marcus Eggenberger- Buffer and NickViews have now sane sizeHints() so...
2008-02-27 Marcus EggenbergerFixed those nasty "Client::updateLastSeen(): Unknown...
2008-02-26 Manuel NickschasMake syncing fly again :) Also removed not-yet-used...
2008-02-26 Manuel NickschasSome very small cosmetic fixes.
2008-02-26 Manuel NickschasFinally fixed that ***** crash during network configura...
2008-02-26 Marcus EggenbergerRedirection of certain messages to different targets...
2008-02-25 Alexander von... created buffersettings to access options concerning...
2008-02-24 Marcus EggenbergerYou can now switch buffers via mousewhell, when the...
2008-02-24 Marcus Eggenberger- Fixed "ghost-buffers" appearing in the network view
2008-02-23 UnknownAdding .desktop file to make packagers moar happy...
2008-02-23 UnknownCleaning up the svn repo, removing obsolete files,...
2008-02-23 Unknownversion.inc++
2008-02-22 Marcus EggenbergerNewly created buffers are now selected automatically.
2008-02-22 Marcus Eggenbergerfixed bug: unable to setup SQLite storage
2008-02-22 Manuel NickschasThis should fix core crash on exit on some *cough*...
2008-02-21 Marcus Eggenbergerencore une fois... added missing sql queries :)
2008-02-21 Marcus Eggenbergermoved corestate (connected networks and joined channels...
2008-02-21 Marcus Eggenbergermigrated passwords from blob to strings (still hashed...
2008-02-21 Alexander von... changes in the color settingspage towards enabling...
2008-02-21 Manuel NickschasMake clear that QuasselTopia does not compile at the...
2008-02-21 Manuel NickschasPreparing for the core session state being stored in...
2008-02-21 Alexander von... distabled the option "minimize on minimize" for windows...
2008-02-21 Alexander von... display trayicon on default
2008-02-21 Manuel NickschasFix nasty bug that made the client sometimes crash...
2008-02-20 Marcus Eggenbergerfixed crashes when invalid data is received by the...
2008-02-20 Manuel NickschasPressing enter in the topic line now sets the channel...
2008-02-20 Manuel NickschasFix client crash at core disconnect.
2008-02-20 Manuel NickschasThis should fix duplicate messages that would occur...
2008-02-20 Manuel NickschasFinally we have solved the session restore problems...
2008-02-20 Alexander von... Added tooltip for networkItems and bufferItems
2008-02-19 Manuel NickschasWe now send WHO every 60 seconds for all channels we...
2008-02-19 Manuel NickschasForgot version.inc - since this breaks protocol, it...
2008-02-19 Manuel NickschasCore now remembers the channels you've joined if a...
2008-02-19 Marcus EggenbergerQuery buffers are now automatically renamed on nickchanges.
2008-02-19 Marcus Eggenbergerfixed handleMode()
2008-02-19 Alexander von... added some more menu items to the context menu
2008-02-19 Manuel Nickschaswhitespace_around_hostnames--
2008-02-19 Marcus Eggenbergerfixed creation of buffer schema
2008-02-19 Manuel NickschasHm, storing core settings should probably not be uncomm...
2008-02-19 Manuel NickschasNow activity sync should work... and yes, I did acciden...
2008-02-19 Manuel Nickschas(Hoperfully) fixing activity syncing. We really shouldn...
2008-02-19 Marcus EggenbergerbufferSyncer checks now for valid BufferIds
2008-02-18 Alexander von... added application icon for mac os x
2008-02-18 Marcus Eggenbergerfixed bug in ctcp parser
2008-02-18 Marcus Eggenbergerlast fix for buffer removal (fingers crossed). It is...
2008-02-18 Marcus Eggenbergerfixes to the TreeModel and Client
2008-02-18 Marcus Eggenbergerfix for minor issues with the buffer removal
2008-02-18 Manuel NickschasAdding a context menu for permanent removal of buffers.
2008-02-18 Marcus Eggenbergeradded core and client handlers for buffer removal
2008-02-18 Manuel NickschasMade activity levels persistent.
2008-02-18 Marcus Eggenbergerremoved debug msg
2008-02-18 Marcus Eggenbergerfixed misdirected notices and privmsgs
2008-02-18 Manuel NickschasFinally here: the long awaited auto reconnect! Your...
2008-02-18 Marcus Eggenberger- All CTCP messages are now using proper charset en...
2008-02-18 Alexander von... enable embedded icons for windows executables
2008-02-18 Manuel NickschasAnother try...
2008-02-18 Manuel NickschasAdding some debug output for finding out why this crash...
2008-02-18 Manuel NickschasTry to fix a crash in NetworksSettingsPage. Please...
2008-02-18 Marcus Eggenbergerminor code cleanup
2008-02-18 Marcus EggenbergerThe input line is now enabled disabled correctly accord...
2008-02-18 Marcus Eggenbergerimplemented the core part for removing buffers permanently
2008-02-18 Marcus Eggenbergeradded missing queries
2008-02-18 Manuel NickschasStop core from crashing when exiting while clients...
2008-02-18 Manuel NickschasMake session restore join more than one channel per...
2008-02-18 Manuel NickschasBuffer activity levels are now synced between clients...
2008-02-17 Manuel NickschasCorrectly handle the recent NetworkInfo extension....
2008-02-17 Marcus EggenbergerThis should finally *fingers crossed* fix the model...
2008-02-15 Alexander von... enabled custom colors and
2008-02-15 Alexander von... added colorsettingspage
2008-02-14 Marcus Eggenbergeradded missing sql queries... OOPS
2008-02-14 Marcus EggenbergerChanged storage to store last seen dates of buffers...
2008-02-13 Manuel NickschasUpdating version.inc
2008-02-13 Manuel NickschasMore improvements to encoding handling. There is now...
2008-02-13 Manuel NickschasExtended NetworkInfo again to prepare for even more...
2008-02-13 Manuel NickschasEncodings are now honored for both sending and receivin...
2008-02-13 Manuel NickschasAuto Identify works now. Also newly created networks...
2008-02-13 Manuel NickschasProvide sane defaults for new network settings options...
2008-02-13 Manuel NickschasPerformlist is back and working!
2008-02-12 Manuel NickschasAll network settings can now be edited/stored properly...
2008-02-12 Manuel NickschasFix tab order in CoreConnectDlg.
2008-02-12 Manuel NickschasNetworks can now be removed even when they're connected.
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-12 Manuel NickschasOK button does no longer discard a settings dialog...
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-11 Manuel NickschasMade old ChatLine's code even more ugly by adding some...
2008-02-10 Marcus Eggenbergerdisplay only the nick in Notices if the sender is a...
2008-02-10 Marcus Eggenbergerdon't ask
next