Use GECOS field for real name on Unix, fixes #517
[quassel.git] / src / common /
2009-02-11 Manuel NickschasUse GECOS field for real name on Unix, fixes #517
2009-02-11 Manuel NickschasUse login name as default nick on Unix, fixes #516
2009-02-10 Marcus EggenbergerLock Dock Positions has been replaced by Lock Layout
2009-02-09 Marcus Eggenbergerusing configdir to store crash logs instead of cwd
2009-02-07 Marcus Eggenbergerpurging default nick from forbidden characters
2009-02-07 Marcus Eggenbergermore default nick and realname improvements
2009-02-07 Marcus EggenbergerProviding proper defaults for nick and realname on...
2009-02-03 Marcus Eggenbergerfixes #513 - crash when connection fails
2009-02-01 Marcus EggenbergerImproving heart beat system.
2009-01-29 Marcus Eggenbergercorrecting some debug strings in the SignalProxy
2009-01-29 Marcus EggenbergerYou can now add a core to the known hosts.
2009-01-25 Manuel NickschasAllow external translation files
2009-01-25 Manuel NickschasImprove data and icon file handling
2009-01-25 Manuel NickschasRevamping the build system (again...)
2009-01-22 Manuel NickschasWell, if we check for a settings version, maybe we...
2009-01-22 Marcus EggenbergerMake Quasel compile on mac and win again.
2009-01-21 Manuel NickschasDon't tinker with config and data files on Mac for now
2009-01-21 Manuel NickschasImprove data directory search
2009-01-20 Manuel NickschasMake Settings use --configdir (or the default location)
2009-01-20 Manuel NickschasAbuse QSettings to find a sensible config file location
2009-01-20 Manuel NickschasGet rid of the old path finding methods in util.cpp
2009-01-20 Manuel NickschasProvide Quassel::configDirPath() and Quassel::findDataF...
2009-01-16 Manuel NickschasAdd quWarning() and quError()
2009-01-16 Joshua T CorbinAdd listen option.
2009-01-13 Manuel NickschasMove handling of networks.ini from NetworksSettingsPage...
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-13 Marcus EggenbergerMessage object cleanup
2009-01-12 Manuel NickschasAdd a method to find data files in standard directories...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-10 Manuel NickschasDon't print quotes in usage()
2009-01-10 Manuel NickschasReworking CliParser to allow building quasselcore alway...
2009-01-06 Marcus EggenbergerSignalProxy++ // now leaner and meaner than ever before!
2009-01-06 Marcus Eggenbergerfixing request -> receive sync calls
2009-01-06 Marcus EggenbergerInternal cleanup of the SignalProxy.
2009-01-05 Marcus Eggenbergerbufferviews are now saved periodically
2009-01-05 Marcus EggenbergerThe new 'All Buffers' view is no properly presorted.
2009-01-04 Tomas ChvatalMake kde stuff speak in localized manner, also remove...
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-12-29 Marcus Eggenbergerrecreating some indexes that were lost in an upgrade
2008-12-26 Manuel NickschasSome more fixes
2008-12-26 Manuel NickschasSome more info for KAboutData
2008-12-26 Manuel NickschasFixes
2008-12-26 Manuel NickschasUse KCmdLineArgs, KApplication and KMainWindow
2008-12-26 Manuel NickschasEnable KDE support in the build system
2008-12-26 Manuel NickschasFix compile warnings, remove unneeded exception handlers
2008-12-26 Manuel NickschasFix compile warnings
2008-12-25 Marcus Eggenbergeradding tons of ifdefs so quassel will build again witho...
2008-12-25 Marcus Eggenbergermigrating identities from QSettings to the storage...
2008-12-25 Marcus Eggenbergeradded SignalProxy::isSecure() to determine if all conne...
2008-12-25 Marcus EggenbergerFinalizing changes to the identities interface -> break...
2008-12-25 Marcus EggenbergerAdding proxy support to the core
2008-12-25 Marcus EggenbergerMerging NetworkConnection into CoreNetwork.
2008-12-19 Manuel NickschasAdd a property disableDecoration to BufferViewConfig
2008-12-02 Marcus EggenbergerFixing BR #315: Nicks missing from nick lists
2008-12-02 Marcus EggenbergerFixing a mismatch in the automatic sig/slot connector...
2008-11-29 Marcus Eggenbergeradding new backlog requesters
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-29 Marcus Eggenbergerminor api cleanup for requesting messages from backlog
2008-11-21 Marcus EggenbergerSignanlProxy does no longer try to write to closed...
2008-11-18 Manuel NickschasStop log_backtrace() from looping in some (all? rare...
2008-11-15 Manuel NickschasDon't load a Qt translation if we provide our own
2008-11-15 Manuel NickschasLoad Qt's default translations if available, fixes...
2008-11-15 Manuel NickschasRemove obsolete -DHAVE_VERSION_GEN from compiler options
2008-11-15 Manuel NickschasStrip mIRC format codes from topic tooltip, fixing...
2008-11-15 Marcus Eggenbergerdefault aliases can now be restored via settingspage
2008-11-14 Marcus Eggenbergerfixing a bug that caused the client to request init...
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-11-13 Marcus Eggenbergermake quassel compile on mac os x 10.4 again
2008-11-11 Marcus EggenbergerAs dbghelp.dll/lib uses different APIs depending on...
2008-11-10 Marcus Eggenbergerthis should make quassel compile on vs2005 again
2008-11-10 Marcus EggenbergerAutomatic back traces on windows.
2008-11-06 Marcus Eggenbergerfixing dupe channels / users in the client
2008-11-03 Marcus EggenbergerFixing BR #387 - core session sometimes hangs
2008-11-03 Marcus EggenbergerFixing BR #233 - redirecting chanservs welcome messages...
2008-11-02 Marcus Eggenbergerfixing BR #323 - inactive state does no longer overwrit...
2008-11-01 Marcus EggenbergerFixing BR #374 (hide marked as away messages when using...
2008-10-31 Marcus Eggenbergerfixing BR #330 (msvc complaints)
2008-10-30 Marcus EggenbergerImproved debuging:
2008-10-28 Marcus Eggenbergercleanup
2008-10-27 Marcus Eggenbergergiving the message model the control over the dynamic...
2008-10-27 Marcus Eggenbergerbetter abstraction of BacklogRequester to support diffe...
2008-10-24 Marcus EggenbergerThe context menu "hide events" in the bufferviews are...
2008-10-21 Marcus Eggenbergerprohibit multiple executions of Quassel::init()
2008-10-21 Marcus EggenbergerMonolithic build features now zero setup configuration...
2008-10-21 Marcus EggenbergerSignalProxy takes now owner ship of passed iodevices...
2008-10-21 Marcus Eggenbergerreenabling disconnect on timeout for iodevice connections
2008-10-21 Marcus Eggenbergeronly sending heartbeat on socket connections
2008-10-21 Marcus Eggenbergermaking signalproxy direct connection thread safe
2008-10-21 Marcus Eggenbergeradapting to the new peer types
2008-10-21 Marcus EggenbergerSignalProxy internal redesign.
2008-10-19 Manuel NickschasAdding newline to version.gen.
2008-10-16 Marcus Eggenbergeradding debuing output to find the source for that qUnco...
2008-10-12 Marcus Eggenbergeradded debug operator: QDebug operator<<(QDebug dbg...
2008-10-04 Manuel NickschasMake git revision in AboutDlg link to our gitweb
2008-10-04 Manuel NickschasRedesign genversion and make only main.cpp depend on it
2008-09-30 Marcus Eggenbergerproperly fixing inserting and deleting chatlines at...
2008-09-27 Manuel NickschasWe require cmake-2.6 now. Also LINGUAS should work...
2008-09-27 Manuel NickschasMake compile. Oh, and tweak some more.
2008-09-26 Manuel NickschasInit SQL resource
2008-09-26 Manuel NickschasMore build system tweaking, plus making icons work
next