Move "Appearance" to "Interface" in settingspages
[quassel.git] / src / common /
2009-08-06 Manuel NickschasMake the Settings caches flat structures
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-07-21 Manuel NickschasMake ping timeouts and auto-WHO configurable
2009-07-15 Manuel NickschasChange version string to be more intuitive
2009-07-14 Manuel NickschasImprove MainWindow state save/restore
2009-07-13 Manuel NickschasSet bugtracker address in KAboutData
2009-05-18 Daniel AlbersDisable crashhandler if coredumps are enabled
2009-04-22 Manuel NickschasAlways treat the GECOS real name field as UTF8-encoded
2009-04-12 Manuel Nickschasdebug--
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-24 Marcus Eggenbergeractivating a view pulls in needed backlog for the displ...
2009-03-18 Manuel NickschasOutput usage information to stdout rather than stderr
2009-03-18 Manuel NickschasDon't mention the database in --help for -c for the...
2009-03-13 Manuel NickschasAdd inxi script for system information
2009-03-13 Manuel NickschasUse stdout for --version
2009-03-13 Manuel NickschasAdd --version (-v) switch for non-KDEified Quassel
2009-03-13 Manuel NickschasAdd Quassel::scriptDirPaths() to get a list of location...
2009-03-13 Manuel NickschasMoving alias expansion yet again - this time into Alias...
2009-03-12 Marcus Eggenbergeradding --change-userpass=<username> option to the core
2009-03-11 Marcus Eggenbergerfixes a bug where the data/config-dir option was not...
2009-03-11 Marcus Eggenbergerfixes #611 - quasselclient --help shows core options
2009-03-11 Marcus EggenbergerDropping --migrate-backend option and adding --add...
2009-03-03 Marcus Eggenbergerprettyficating the prompting for backend credentials
2009-03-03 Marcus Eggenbergermigration no longer eats memory
2009-02-25 Manuel NickschasAdd timestamps for lastChannelActivity and lastSpokenTo...
2009-02-19 Marcus Eggenbergerfixing images in webpreview when linked statically
2009-02-17 Marcus EggenbergerThe BufferSyncer cache is now purged when an unknown...
2009-02-15 Manuel NickschasGet user name from getpwuid, fixes #546
2009-02-14 Marcus Eggenbergerno longer adding nick alternatives with trailing unders...
2009-02-11 Manuel NickschasShow entries from translationDir rather than :/i18n...
2009-02-11 Manuel NickschasDon't call defaultNick() several times
2009-02-11 Manuel NickschasFix regexp that purges illegal chars from nicknames
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.
next