Note to myself: QByteArray("\000") != QByteArray (1, '\000')
[quassel.git] / src /
2008-10-25 Marcus EggenbergerNote to myself: QByteArray("\000") != QByteArray (1... 0.2
2008-10-25 Marcus EggenbergerImplementing ctcp level quoting and ctcp low level...
2008-08-10 Marcus Eggenbergerfixing BR #250 (no oper status on new channels)
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-08-01 Marcus Eggenbergerfixing BR #229 (untranslatable string)
2008-07-28 Marcus Eggenbergerminor fix
2008-07-28 Marcus Eggenbergertwo leading slashes are now treated as a regular messag...
2008-07-27 Marcus Eggenbergerdisabling treeitem suicide if the item is deleted due...
2008-07-27 Marcus Eggenbergercommands containing multiple slashes are no longer...
2008-07-27 Marcus Eggenbergerinternal stuff only: AbstractTreeItems can now commit...
2008-07-27 Marcus Eggenbergerminor sizing fixes
2008-07-27 Marcus Eggenbergerminor internal fixes
2008-07-27 Marcus Eggenbergerfixed a bug where a quitting user could leave an empty...
2008-07-27 Marcus Eggenbergeradded debug helper for the networkmodel
2008-07-27 Marcus Eggenbergerone hell of an ugly workaround for what seems to be...
2008-07-27 Marcus EggenbergerRefactoring the Tree- and Networkmodel (internal stuff...
2008-07-26 Marcus Eggenbergerthis should really - fingers crossed - make the client...
2008-07-26 Marcus Eggenbergerthis should make the client compile again with Qt 4.3
2008-07-24 Marcus Eggenbergerimproving the channel lists. errors are redirected...
2008-07-24 Marcus Eggenbergerremove debug output
2008-07-24 Marcus Eggenbergerfixing client crash during core init
2008-07-23 Marcus Eggenbergerfixing BR #207 - you can now disconnect from an IRC...
2008-07-18 Marcus Eggenbergerunconfusinating the core edit dialog
2008-07-18 Marcus Eggenbergerfixing client crash if a buffer is deleted during backl...
2008-07-14 Marcus Eggenbergerlimiting package size for the SignalProxy to 4MB
2008-07-14 Marcus Eggenbergerfixing a bug in core.cpp (yet another crash on exit)
2008-07-14 Marcus Eggenbergeruse default prefix if the server doesn't send a valid...
2008-07-11 Marcus Eggenbergerthis should hopefully fix the dreaded BR #140 (sync...
2008-07-11 Marcus Eggenbergernetwork specific whois fields are now cought in a nice...
2008-07-11 Marcus EggenbergerFixing BR #216 (failing prefix detection)
2008-07-11 Marcus Eggenbergerfixing scope issue
2008-07-11 Marcus Eggenbergerfixing other part of BR #208 (setting own away message)
2008-07-11 Marcus Eggenbergertabcompleter works now for queries and statusbuffer...
2008-07-11 Marcus Eggenbergerfixed a bug in the networkmodel
2008-07-10 Marcus Eggenbergerfixing output issues with IPv6 host addresses
2008-07-10 Marcus Eggenbergerfixing multiple adds of the same entry to the input...
2008-07-10 Marcus Eggenbergerfixing partial BR #208 (no longer showing away message...
2008-07-10 Marcus Eggenbergerinternal stuff: splitting BufferItem into StatusBufferI...
2008-07-10 Marcus Eggenbergerinternal restructuring
2008-07-10 Marcus Eggenbergerinternal tweaks
2008-07-08 Marcus Eggenbergerfixing tabcompleter crash in non channel buffers.....
2008-07-08 Manuel Nickschasdebug--
2008-07-08 Manuel NickschasImprove (hopefully fix) OpenSSL recognition
2008-07-08 Marcus Eggenbergercore should fallback to v4 if v6 isn't available
2008-07-08 Marcus Eggenbergerfixed a bug in the bufferviews
2008-07-08 Marcus Eggenbergermake the core listen on ipv6 interfaces too (thanks...
2008-07-06 Manuel NickschasFix protocol version check
2008-07-06 Marcus Eggenbergerfixing corecrash on exit when non-authed clients were...
2008-07-03 Sebastian GothFixed tabcompleter not completing some special characte...
2008-07-03 Manuel NickschasRemove obsolete icons, now that Flameeyes has adapted...
2008-07-01 Manuel NickschasRemove warning (unused param) in IrcServerHandler
2008-07-01 Manuel NickschasRevert "Removed already unused topicEditButton from...
2008-07-01 Manuel NickschasRevert "aligned the topic vertically", unneeded since...
2008-07-01 Sebastian GothOptimize tabcompleter and fix duplicate occurrence...
2008-07-01 Manuel NickschasUpdate genversion and Global to use version.dist
2008-07-01 Marcus Eggenbergeraligned the topic vertically
2008-07-01 Marcus Eggenbergercleanup
2008-07-01 Sebastian GothIgnore leading non-alphabetical characters. Fixes BR205
2008-07-01 Marcus EggenbergerFixing layout of the settingsdialog on Mac OS X again.
2008-07-01 Manuel NickschasFixing/tweaking various UIs, mostly icons
2008-07-01 Marcus EggenbergerChanges to existing custom views are now reflected...
2008-07-01 Manuel NickschasBye-bye qmake
2008-06-30 Manuel NickschasMake warnings a little easier to understand
2008-06-30 Sebastian GothRemoved already unused topicEditButton from topicwidget
2008-06-30 Manuel NickschasRestoring old size of NetworksSettingsPage
2008-06-28 Manuel NickschasRemove explicit linking to OpenSSL in mod_core
2008-06-26 Manuel NickschasMeh, missed one reference to the old icon locations...
2008-06-26 Manuel NickschasWorkaround #151 (deleting and readding a network with...
2008-06-26 Manuel NickschasChange Message flags type from quint8 to Message::Flags...
2008-06-26 Manuel NickschasSome more changes to tooltips
2008-06-26 Sebastian GothFixing BR#164: Show correct tooltips in networksettings
2008-06-26 Manuel NickschasFix icon in aboutdlg
2008-06-26 Manuel NickschasTemporarily bring back the icons/connected dir to not...
2008-06-26 Manuel NickschasRename and move our own icons to match icon naming...
2008-06-26 Marcus Eggenbergerfixing core crash during restore
2008-06-24 Marcus EggenbergerBufferView no longer reacts on layoutChanged() as this...
2008-06-24 Marcus Eggenbergerupdated contact information
2008-06-23 Marcus EggenbergerFixed a bug where disconnecting from a net might make...
2008-06-23 Marcus Eggenbergerremoving debug output...
2008-06-23 Marcus EggenbergerFixing BR #188. This might fix X Errors (BadDrawable...
2008-06-22 Marcus EggenbergerFixing BR #147. Needs core update.
2008-06-22 Marcus EggenbergerIt is now possible to remove a BufferViewConfig from...
2008-06-22 Marcus EggenbergerFixing BR #167 (Key down now puts the content of inputl...
2008-06-22 Marcus EggenbergerFixing BR #39 (splitting long messages)
2008-06-22 Marcus EggenbergerImplemented a channel browser (BR #176).
2008-06-21 Manuel NickschasUpdate button state in NetworksSettingsPage correctly...
2008-06-21 Manuel NickschasUse qsrand initialization from Qt examples
2008-06-18 Manuel NickschasPut selections in both clipboard and X selection buffer...
2008-06-18 Marcus EggenbergerMerge branch '0.2' of git@git.quassel-irc.org:quassel...
2008-06-18 Marcus Eggenbergerfixing BR #145 (moving items in custom view off by...
2008-06-18 Marcus EggenbergerFixing BR #157 (default argument to /mode)
2008-06-18 Marcus Eggenbergerfixing BR #18
2008-06-18 Marcus Eggenbergerfixing BR #100 and #187
2008-06-17 Manuel NickschasRevert "Allow user to provide a key/certificate pair...
2008-06-17 Diego 'Flameeyes... Fix warnings about non-string-literals on printf()...
2008-06-17 Diego 'Flameeyes... Allow user to provide a key/certificate pair for outgoi...
2008-06-16 Diego 'Flameeyes... Fix permissions for icons, they should not be executable.
2008-06-16 Marcus EggenbergerMerge branch '0.2' of git@git.quassel-irc.org:quassel...
2008-06-16 Marcus EggenbergerFixing BR #149 (high cpu load in settings)
2008-06-16 Diego 'Flameeyes... Fix warnings from GCC 4.3 about suggested parentheses.
next