History | View | Annotate | Download (4.6 kB)
copyrights update
Signed-off-by: Rafał Malinowski <rafal.przemyslaw.malinowski@gmail.com>
sorted includes
core: When catching SIGUSR1 signal on Unix-like, not only show main window but also activate it
Signed-off-by: Bartosz Brachaczek <b.brachaczek@gmail.com>
Use more UTF-8, and use QByteArray::constData() rather than QByteArray::data() when possible
build: Prefet #cmakedefine01 over #cmakedefine
Fix some missing and redundant includes
plugins: Modules->PluginManager
plugins: fixed activePlugins method
plugins: removed unneccessary loaded/unloadedModules methods
plugins: removed static modules support, renamed module->plugin in cmakes
plugins: removed support for static plugins
core: #1704 fixed: proper kadu closing after receiving SIGINT or SIGTRM signal
Fix debug compilation
Cleanup a bit main unix code
core/unix: Don't hard code compile date
It's useless for developers and Git users as main_unix.cpp isn'trecompiled every time you run `make`. And distributions doesn't seem towant it.
Remove last uses of VERSION macro and unneeded includes of kadu-config.h
Set KADU_VERSION to output of `git describe` command if not specified in command line and drop now unnecessary DETAILED_VERSION
Also delete some Windows-and-Subversion-specific code and be clear aboutwhich Qt version printed is which in About window, and make proper use...
copyright updated
everything: rename ggPath() method to profilePath()
core: use qtlocalpeer class to communicate between kadu instances
everyting: fixed compilation without debug
everything: -Wall -Werror compilation works ;)
copyright: copyright updates
core: CrashAwareObject introduced
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6884 fea5205d-6df5-0310-bef7-ea67e47da9a5
two more classes moved
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6745 fea5205d-6df5-0310-bef7-ea67e47da9a5
some files moved
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6735 fea5205d-6df5-0310-bef7-ea67e47da9a5
load protocol modules before gui and other subsystems started
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6624 fea5205d-6df5-0310-bef7-ea67e47da9a5
kadu class removed
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6441 fea5205d-6df5-0310-bef7-ea67e47da9a5
lot of changes to move Kadu->KaduWindow+Core+KaduWindowActions
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6427 fea5205d-6df5-0310-bef7-ea67e47da9a5
misc file splitting (Stiep)
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6412 fea5205d-6df5-0310-bef7-ea67e47da9a5
remove some Qt3Support methods
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6232 fea5205d-6df5-0310-bef7-ea67e47da9a5
Fixes to application quit ported from 0.6.5.1
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@6166 fea5205d-6df5-0310-bef7-ea67e47da9a5
some changes in account configuration
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@5846 fea5205d-6df5-0310-bef7-ea67e47da9a5
Ups, small fix in main_unix.cpp
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@5488 fea5205d-6df5-0310-bef7-ea67e47da9a5
Use qPrintable(x) instand of x.local8Bit().data()
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@5486 fea5205d-6df5-0310-bef7-ea67e47da9a5
- move system dependent parts of main.cpp into 2 files, main_unix.cpp and main_win32.cpp- catch segfaults on windows and create debug dump- use QEvent instand of QCustomEvent so opening chats from command line works again
git-svn-id: svn+ssh://kadu.net/home/kadu/repos/kadu/trunk@5454 fea5205d-6df5-0310-bef7-ea67e47da9a5