Correctly handle overlapping graphicsitems
[quassel.git] / src / common /
2010-05-31 Manuel NickschasAllow configuration of shortcuts for platforms other...
2010-05-01 Manuel NickschasImprove marker line behavior; allow manual setting...
2010-04-19 Manuel NickschasRevert "fixed compilation on mingw w64 x64"
2010-04-16 Patrick von Rethfixed compilation on mingw w64 x64
2010-04-13 Manuel NickschasClose notifications on other connected clients as well
2010-04-03 Manuel NickschasMeh, initialize variables not only for one ctor
2010-04-01 Manuel NickschasWe hate uninitialized values
2010-03-20 Marcus EggenbergerChecking whether a initSetMethod exists before bluntly...
2010-03-18 Manuel NickschasDon't declare QVariant as a meta type if it's already...
2010-03-11 Marcus Eggenbergerpermanently ignored (HardStrictness) messages can no...
2010-03-04 Daniel AlbersFix genversion error in unclean build directories
2010-02-17 Hendrik LeppkesSpecial handling for genversion on win32, as the defaul...
2010-02-16 Patrick von Rethfixed enabled inline assembler for backtrace on windows
2010-02-16 Patrick von RethMore mingw fixes
2010-02-14 Manuel NickschasHandle 437 (ERR_UNAVAILRESOURCE)
2010-02-14 Manuel NickschasFix CoreFeatures; disable SASL support if core isn...
2010-02-14 Manuel NickschasFix SQLite -> Postgres migration
2010-02-14 Chris FuentySASL support
2010-02-01 Manuel NickschasDon't touch version.gen if nothing version-related...
2010-01-31 Sebastian GothRefactoring of BasicHandler
2010-01-18 Sebastian GothAnd don't fuckup '*' rules
2010-01-18 Sebastian GothInitial CTCP ignore functionality
2010-01-13 Manuel NickschasFix selection and loading of translations; allow to...
2010-01-07 Daniel Albersrename translation files to <2 letter ISO code>.po
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2010-01-01 Manuel NickschasIntroduce a mechanism to test for certain core features
2009-12-08 Manuel NickschasImprove handling of disconnections a bit
2009-12-07 Manuel NickschasIntroduce CoreConnectionSettings and a settingspage...
2009-12-07 Manuel NickschasMake SignalProxy heartbeat configurable
2009-11-29 Manuel NickschasFix building on UNIXes that don't use libdl
2009-11-28 Manuel NickschasAdd SslInfoDlg as a nice way to show information about...
2009-11-28 Manuel NickschasIntroduce CoreAccount and CoreAccountModel
2009-11-24 Manuel NickschasFix building with the GNU Gold linker
2009-11-19 Manuel NickschasDon't crash upon core/client timeout disconnect
2009-10-06 Daniel Albersreorganize crash handling
2009-09-13 Sebastian GothProvide a contextmenu for the ignore list
2009-09-11 Manuel NickschasProperly translate messages
2009-09-01 Daniel Albersfix error when compiling without ssl
2009-08-28 Marcus EggenbergerFixing issues with renaming synced objects. And fixing...
2009-08-26 Marcus Eggenbergerpropagate topic changes properly
2009-08-25 Marcus Eggenbergerfixing Quit propagation
2009-08-25 Marcus EggenbergerWho would have thought, that macros need to be defined...
2009-08-25 Marcus Eggenbergeradded missing macros
2009-08-24 Manuel NickschasFix slots for new syncobj
2009-08-24 Manuel NickschasAdapt to SignalProxy changes
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-08-24 Marcus Eggenbergeroopsie... there were some macros missing on windows...
2009-08-24 Marcus Eggenbergerfixing bulk updates of SyncObjects
2009-08-24 Marcus Eggenbergersmall fixes
2009-08-24 Marcus EggenbergerFixing small glitch in a header file
2009-08-24 Marcus Eggenbergerclean up
2009-08-24 Marcus EggenbergerFitting the SyncableObjects to the new Style
2009-08-24 Marcus EggenbergerTesting the new SyncObjects concept - looking good...
2009-08-24 Marcus EggenbergerGoodbye SyncRelay, you will live on in our hearts...
2009-08-24 Marcus EggenbergerSignalProxy::ExtendedMetaObject cleanup
2009-08-24 Marcus EggenbergerTesting a new concept for the SyncableObjects.
2009-08-24 Sebastian GothIntroduce netsplit detection/handling
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
next