aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop support of Qt4 from CMakeListsGravatar Alexey Sokolov2016-01-311-13/+11
| | | | | | All C++ #ifdefs are still there... See #1650 Also switch Travis to Qt5
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-2/+1
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-1/+1
|
* Port KVS ftp class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-1/+4
|
* Port KVS http class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-1/+16
|
* - update KviOsInfo with values from the winsdk8Gravatar Robert Förster2012-10-081-9/+0
| | | | | | | | | - rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - remove -Wl,--no-undefined "handling" as this is not something we should ↵Gravatar Robert Förster2012-10-051-2/+2
| | | | | | | | | "just do" (also, it broke append libs statements in a way i was too stupid to figure out) if we ever run into this again, try to fix it at its origin (which should be possible) - remove winmm hack now that append libs works - fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-6/+6
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-34/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Code improvements in kvs classesGravatar Noldor2011-04-281-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* First public version of webkit kvs interfacing (wip)... missing docGravatar Noldor2011-03-121-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5565 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-74/+74
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added the trayicon kvs classGravatar Noldor2010-08-261-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4936 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved alphabetically a module;Gravatar Elvio Basello2009-10-061-1/+1
| | | | | | | fixed a bug in selectors, thanks to CtrlAltCa for spotting this; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3543 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more compilation denoisingGravatar Fabio Bas2009-09-021-6/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3468 17fca916-40b9-46aa-a4ea-0a15b648b75c
* New kvs classes(w.i.p.)Gravatar Noldor2009-02-061-0/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3069 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully removed all the remaining noisy messages from gccGravatar Fabio Bas2008-11-081-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2841 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed complaining mocGravatar Elvio Basello2008-11-081-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2839 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed compilation warningGravatar Elvio Basello2008-10-111-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2701 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed missing files.Gravatar Noldor2008-10-111-0/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2695 17fca916-40b9-46aa-a4ea-0a15b648b75c
* object module restyling/enhancement(work in progress)Gravatar Noldor2008-10-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2689 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed KviTalListView in favour of KviTalTreeWidget;Gravatar Elvio Basello2008-09-241-9/+9
| | | | | | | updated TODOs; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2549 17fca916-40b9-46aa-a4ea-0a15b648b75c
* QT4 new stuff and ftp/http(wip) new classes (lack of docs :\) Gravatar Noldor2008-09-121-0/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2441 17fca916-40b9-46aa-a4ea-0a15b648b75c
* uupupdated cmake projectGravatar Noldor2008-09-121-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2438 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed header files which do not need to be moc'edGravatar Elvio Basello2008-07-231-16/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2109 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added template rules for modules. thanks to sardanap;Gravatar Elvio Basello2008-04-111-28/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1456 17fca916-40b9-46aa-a4ea-0a15b648b75c
* maybe fixed skel for windows compilationGravatar Elvio Basello2008-04-041-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1393 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied sardanap's patch to link modules under MacOS X;Gravatar Elvio Basello2008-04-041-4/+13
| | | | | | | | added skel for modules under windows; first try to install kvirc's shell scripts; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1392 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More fixes for cmake on Mac OS XGravatar Thomas Kalla2008-04-041-1/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1387 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed varsGravatar Elvio Basello2008-04-021-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1376 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed cmake rules to work either on linux and mac and prepared a skel for ↵Gravatar Elvio Basello2008-04-021-13/+16
| | | | | | windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1373 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added CMake rules :)Gravatar Elvio Basello2008-03-291-0/+115
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1330 17fca916-40b9-46aa-a4ea-0a15b648b75c