aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-283-3/+3
* enable c++11 differently, also clean up some now-obsolete policiesGravatar Dessa2015-11-061-1/+2
* Merge pull request #1699 from blindsighttf2/date•••build: Use git show to set the current source dateGravatar ctrlaltca2015-11-031-0/+2
|\
| * build: Make CMAKE_KVIRC_SOURCES_DATE_HEX an intGravatar Matt Ullman2015-10-291-1/+1
| * build: Use git show to set the current source date•••Closes #1566 Gravatar Matt Ullman2015-10-291-0/+2
* | Enable C++11. Fixes #1707.Gravatar Szymon Tomasz Stefanek2015-11-011-0/+3
|/
* nsis: Remove autostartGravatar Matt Ullman2015-10-241-38/+0
* installer: Fix win32 uninstall registry icon•••for real this time Gravatar Matt Ullman2015-10-231-1/+1
* installer: Fix win32 uninstall version and icon•••Fixes #1685 Gravatar Matt Ullman2015-10-231-0/+2
* more windows stuff, run mkcreateinstanceproc.sh•••- make win32 version.h autogenerated ("breaks" out of source build i don't really know if i can make the windows RC behave the way i want...) - install at qt.conf file on windows so the platform plugin doesn't need to be moved around anymore - convert OptionsWidget_lag.h to UTF-8 to fix mkcreateinstanceproc.sh Gravatar Dessa2015-10-221-0/+48
* [ci skip] [text files and config.in] typos corrections.Gravatar un1versal2015-10-081-1/+1
* [cmake dir] Some minor fixes to KVIrc.nsi.cmake and kvirc4.desktop.cmakeGravatar un1versal2015-10-072-5/+5
* Update all applicable Subversion references to GitGravatar Matt Ullman2015-10-041-1/+1
* Various SVN -> Git chnages and README updates•••modified: CMakeLists.txt modified: ChangeLog modified: admin/makedist.sh modified: cmake/Doxyfile.cmake modified: doc/CMakeLists.txt modified: doc/FAQ modified: doc/INSTALL modified: doc/INSTALL-MacOS.txt modified: doc/INSTALL-Win32.txt modified: doc/accelerator.keys.txt modified: doc/addon.howto.txt modified: doc/firefox.hack.txt modified: doc/hackers.guide.txt modified: doc/translations.howto.txt modified: po/core/kvirc/kvirc.pot modified: src/kvirc/kernel/KviApplication.cpp modified: src/kvirc/ui/KviStatusBarApplet.cpp Gravatar uNiversaI2015-09-061-1/+1
* Fix subtle crash in KviKvsHash destruction when the module that allocated it ...Gravatar Szymon Tomasz Stefanek2015-08-271-5/+1
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-0/+5
* Port more exotic stuff to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-0/+1
* Use git describe.•••Note that this requires a tag. Gravatar Alexey Sokolov2015-08-101-3/+3
* Setup AppVeyor CI:•••Automatically build installer for windows. Perl and spellchecker are not supported yet. Gravatar Alexey Sokolov2015-07-291-28/+11
* updated Doxygen config•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6423 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2014-12-301-864/+1468
* Fix #24. Add spell checking support using Enchant library (wrapper for Aspell...•••Thanks to alexzulu and S658P for inspiration, and to Pragma for code review. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6416 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-291-0/+1
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-215-192/+192
* Fix ugliness of fonts on MacOS X for Retina display•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6369 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-01-181-0/+2
* - small cleanup to FindPhonon.cmake•••- move kde check around, if that still breaks, i know a better way to fix that then moving it back it fixes a display bug where Qt4_FOUND was never validated, but it somehow worked anyway - maybe fix #1428, if WANT_QT4 is not specified, Qt5 isn't there, but Qt4 is found just use that. (for now) - add some (currently useless) product values, looks like this will turn into a guessing game since they are undocumented (and on top of that, the api is deprecated (and the new api is useless for us, yay)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6366 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-281-1/+0
* - regenerate with ExtUtils-ParseXS-3.22 hopefully fixing perl 5.18 FTBFS•••- win32registrar is long gone, do not try to call it in the nsis script git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6355 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-09-261-2/+0
* dcc video: removed linux-only, v4l implementation; use qt5's cross-platform i...•••Note: this is still so dirty that is disabled by default git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6307 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-251-4/+0
* - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- 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 Gravatar Robert Förster2012-10-051-15/+2
* moved perl linking flags from main cmakelists to perlcore's cmakelists•••fixed up beefy includes lowercase cake module's rules git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6269 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-051-29/+29
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-043-54/+21
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-045-65/+65
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-0/+4
* - move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it...•••- "fix" msvc build with perl disabled (note the todo in kvilibs CMakeLists.txt hint: its a bleeping hack, kthxbye) - kill duplicate KVIRC_BINARYNAME from module.rules.txt - bump version in resources_win32/version.h - some svn:eol-style crap (i wonder if i ever finish that up) NB: try to beat some sanity into perl, since it does add tons of crap to the cmdline (it was actually the one adding -ltcg); which we need some of at some point in the build but it really shouldn't be done unconditionally. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6256 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-09-281-1/+1
* win64 installer fixups.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6197 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-07-021-4/+25
* trunk: change version to 4.3.1 for future development•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6194 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-07-021-1/+1
* Install kvirc, kvilib and the module in the place actually declared in the cm...•••osx: put qt libraries and plugins inside the bundle, and fix dyld references => bundles will now be redistributable to other users without prerequisites git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6163 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-291-11/+1
* more on "break python everywhere"•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6116 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-011-71/+0
* Some mixed changes, mostly related to osx development:•••- test a non-fixed font to work on kerning bug; - rename the cmake project name KVIrc (capitalized) to match application name and play nicer - re-enable native menubar git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6070 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-02-241-1/+1
* - block installation if not running XP or higher to not waste time of users i...•••(translators this adds a new language string to the nsi file) - murder pre-xp (and therefore pre-nt) support of KviOsInfo, reorder and clean up some product names, also add win8 there git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6056 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-201-413/+419
* - nuke PCH support from orbit as discussed with Pragma, it never worked anywa...•••- add a missing file to svn:ignore - do not add -mwindows in the root CMakeLists.txt file, add_executable with WIN32 flag should handle that already. (the WIN32 flag is just silently ignored on non-windows) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6053 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-151-115/+0
* fix linux build. whoops.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6051 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-1/+1
* last round of msvc fixes (of NMake at least, the Visual Studio Project files ...•••- remove hardcoding of module paths for MSVC (and remove mmove and ix86 asm stuff which was not removed in r5235 ) - fix MSVC builds to not show a console on release builds by using the WIN32 flag in src/kvirc/CMakeLists.txt (needs checking for MinGW anyway since it might make sense there, not sure and don't want to break the build for others) and linking to qtmain on non-debug builds for MSVC in the root CMakeLists.txt file, thanks to thexception for pointing me in the right direction git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6050 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-131-5/+1
* added a cmake option to focibly enable QGtkStyle themeing. No, you shouldn't ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6036 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-01-081-0/+1
* Fix the phonon fix?•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6030 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-1/+1
* When building in debug mode try to use the debug phonon library•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6026 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-0/+9
* fix #1238•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6008 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-12-311-0/+1
* fix #1229•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5984 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-11-051-1/+1
* Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5983 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-10-261-2/+13
* Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5982 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-10-261-1/+3
* now 0.0.2 happier than before•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5958 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-08-302-2/+3
* delete pointless version number on .desktop files•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2011-08-271-1/+1