Chan -> Channel, it's just nicer in user-visible strings
[quassel.git] / src /
2012-05-22 Manuel NickschasChan -> Channel, it's just nicer in user-visible strings
2012-05-22 salnxUse QString::isEmpty() instead of size() comparsion
2012-05-22 salnxMake Highlight table select newly added rule
2012-05-22 salnxChange Hilight config dialog layout a bit
2012-05-22 salnxInitial Channel specific highlights feature implementation
2012-05-22 Sebastian GothAdd halfop support
2012-05-21 Manuel NickschasProvide (de)serialization for all event types
2012-05-21 Manuel NickschasCMake tweak so Creator sees the moc'd headers
2012-05-21 Manuel NickschasMake the EventType meta enum and related accessors...
2012-04-24 Daniel Albersadd tooltip to chatview timestamp setting
2012-04-01 Manuel NickschasFix build error if QCA2 isn't around
2012-04-01 Manuel NickschasAdd support for Qt5 in the build system
2012-04-01 Manuel NickschasAdd (pretty empty) cpp files for abstract classes to...
2012-04-01 Manuel NickschasFix includes
2012-04-01 Manuel NickschasProperly handle QGenericReturnArgument
2012-04-01 Manuel NickschasProperly register the Network::ConnectionState enum
2012-03-22 Marcus EggenbergerOnly show notifications for buffers, which are part...
2012-03-19 Manuel NickschasFix output for a bunch of numeric server replies
2012-03-19 Rolf Eike Beeruse CMAKE_DL_LIBS
2012-02-22 Daniel Alberslet CMake check for umask()
2012-02-21 Manuel NickschasUpdate AboutDlg
2012-02-20 Manuel NickschasRename the icons for inactive and alerted to conform...
2012-02-14 Daniel Albersbump © years
2012-02-14 Manuel NickschasChange shortcut for hiding the current buffer to a...
2012-02-14 Chris Le SueurAdd a shortcut for hiding current buffer.
2012-02-13 Marcus Eggenbergersimplifying workaround for missing nickitems... especia...
2012-02-13 Manuel NickschasCleanups
2012-02-13 Daniel Albersoidentd code cleanup
2012-02-13 Daniel Albersfix OidentdConfigGenerator includes
2012-02-13 Daniel Alberssynchronously call OidentdConfigGenerator
2012-02-13 Daniel Albersmake oidentd config world readable by default
2012-02-13 Daniel Albersoidentd config parsing + implicit mutexes
2012-02-13 Daniel AlbersOidentdConfigGen: remove qDebug()s
2012-02-13 Daniel AlbersOidentdConfigGen: cleaning up & comments
2012-02-13 Daniel Albersproperly rewind oidentd config file
2012-02-13 Daniel AlbersOidentdConfigGen: tweak signals, names and stuff
2012-02-13 Daniel Albersadd oidentd cli options to quasselcore
2012-02-13 Daniel AlbersSort cli options in --help output
2012-02-13 Daniel Albersfirst working version of oidentd support - broken, WIP
2012-02-13 Daniel Albersoidentd support - WIP
2012-02-13 Daniel Albers--typos
2012-02-13 Daniel Albersmake socket connection details available in CoreNetwork
2012-02-12 Daniel Albersallow automatic client reconnect to be < 30s
2012-02-06 Daniel Albersfix core output when using neither syslog nor logfile
2012-02-03 Chris Le SueurChanged Buffer-switching behaviour so that it changes...
2012-02-03 Manuel NickschasFix tabcompletion with added space mid-sentence
2012-02-03 Manuel NickschasWork around problems in QTreeView when using Qt 4.8
2012-01-29 Manuel NickschasDon't log to stdout if --syslog and/or --logfile are...
2012-01-29 Manuel NickschasDon't ask for the syslog option if we don't have syslog...
2012-01-29 Martin SandsmarkAdd checks for the right amount of parameters to random...
2012-01-29 Manuel NickschasBring Quassel to front on tray icon click
2012-01-24 Daniel Albersfix plurals in some translations and a typo in ChannelL...
2012-01-24 Daniel Albersproper plurals for en_US
2012-01-23 Daniel Albersmark some strings untranslatable
2012-01-22 Manuel NickschasFix #984 without breaking topic input
2012-01-22 Manuel NickschasRevert "Reset the input prior to processing it in order...
2012-01-22 Manuel NickschasLog-related cli options are not present in client-only...
2012-01-21 Manuel NickschasFix compiler warnings
2012-01-21 Manuel NickschasFix and improve logging support
2012-01-20 Tomas ChvatalIntroduce possibility to use syslog.
2012-01-20 Johannes Huberadded new user input command 'showkey"
2012-01-20 Thomas MuellerIn kFreeBSD the library dl is not linked
2012-01-20 Chris MoellerDisables JavaScript, which fixes #1089 and other issues...
2012-01-20 Manuel NickschasWe really don't want to depend on qtui in uisupport
2012-01-20 Bas PapeMake tabcompletion key configurable via shortcuts....
2012-01-20 Bas PapeUnhide buffer when joining or querying and it was tempo...
2012-01-20 Manuel NickschasDon't use a const ref for bool
2012-01-20 Bas PapeAdd support for adding a space when tab-completing...
2012-01-20 Bas PapeAdd some const correctness to Network
2012-01-20 Bas PapeReset the input prior to processing it in order to...
2011-09-08 Manuel NickschasFix core crash
2011-07-03 Manuel NickschasFix compiler warning (case value not in enum)
2011-06-14 Marcus EggenbergerFixes #960 - "Core crashes after deleting a Network...
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2011-03-17 Johannes Hubercheck for qca provider plugin, fixes #1045
2011-02-22 Daniel Albersshow notices in current buffer by default
2011-02-22 Stefan Bellerfixing typo
2011-02-01 Marcus Eggenbergerdespammificating the pglog
2011-01-30 Marcus EggenbergerReworking handling of Prepared Queries in PostgreSQL
2010-10-26 Manuel NickschasDon't have CTCP ignore rules apply to ACTIONs
2010-10-25 Manuel NickschasBulk-insert messages into the db (again)
2010-10-24 Marcus Eggenberger[PSQL] properly preparing insert_sender queries (in...
2010-10-24 Manuel Nickschaswarnings--
2010-10-22 Manuel NickschasFix trimming
2010-10-20 Manuel NickschasKill IrcServerHandler and CtcpHandler
2010-10-20 Manuel NickschasEvent backend porting - CTCP
2010-10-19 Manuel NickschasAllow arbitrary method prefix for BasicHandler
2010-10-19 Manuel NickschasIntroduce CtcpParser for CTCP-related event processing
2010-10-19 Manuel NickschasFix event propagation
2010-10-13 Manuel NickschasUse late CoreSessionEventProcessor handler rather than...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEmit a new signal CoreSession::networkDisconnected...
2010-10-13 Manuel NickschasSet current time on creation of MessageEvents if no...
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasEvent backend porting
2010-10-13 Manuel NickschasAdd a checkParamCount() for EventStringifier as well
2010-10-13 Manuel NickschasEvent backend porting, mostly WHOIS-related stuff
2010-10-13 Manuel NickschasAdd a timestamp to events
next