| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct INSTALL file. Avoid #defining KVI_SOURCES_DATE_GIT when not building ... | Szymon Tomasz Stefanek | 2016-01-02 | 1 | -2/+2 |
| * | Fix for BSD (OS X)'s sed using a different syntax | Fabio Bas | 2015-12-28 | 1 | -18/+39 |
| * | String extraction from source code: consider the code UTF8•••An utf8 char made it appearance in OptionsWidget_interfaceFeatures.cpp
| Fabio Bas | 2015-12-28 | 1 | -3/+3 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 3 | -3/+3 |
| * | enable c++11 differently, also clean up some now-obsolete policies | Dessa | 2015-11-06 | 1 | -1/+2 |
| * | Merge pull request #1699 from blindsighttf2/date•••build: Use git show to set the current source date | ctrlaltca | 2015-11-03 | 1 | -0/+2 |
| |\ |
|
| | * | build: Make CMAKE_KVIRC_SOURCES_DATE_HEX an int | Matt Ullman | 2015-10-29 | 1 | -1/+1 |
| | * | build: Use git show to set the current source date•••Closes #1566
| Matt Ullman | 2015-10-29 | 1 | -0/+2 |
| * | | Enable C++11. Fixes #1707. | Szymon Tomasz Stefanek | 2015-11-01 | 1 | -0/+3 |
| |/ |
|
| * | nsis: Remove autostart | Matt Ullman | 2015-10-24 | 1 | -38/+0 |
| * | installer: Fix win32 uninstall registry icon•••for real this time
| Matt Ullman | 2015-10-23 | 1 | -1/+1 |
| * | installer: Fix win32 uninstall version and icon•••Fixes #1685
| Matt Ullman | 2015-10-23 | 1 | -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
| Dessa | 2015-10-22 | 1 | -0/+48 |
| * | [ci skip] [text files and config.in] typos corrections. | un1versal | 2015-10-08 | 1 | -1/+1 |
| * | [cmake dir] Some minor fixes to KVIrc.nsi.cmake and kvirc4.desktop.cmake | un1versal | 2015-10-07 | 2 | -5/+5 |
| * | Update all applicable Subversion references to Git | Matt Ullman | 2015-10-04 | 1 | -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
| uNiversaI | 2015-09-06 | 1 | -1/+1 |
| * | Fix subtle crash in KviKvsHash destruction when the module that allocated it ... | Szymon Tomasz Stefanek | 2015-08-27 | 1 | -5/+1 |
| * | Add basic KDE5 support. | Szymon Tomasz Stefanek | 2015-08-24 | 1 | -0/+5 |
| * | Port more exotic stuff to Qt5 | Szymon Tomasz Stefanek | 2015-08-23 | 1 | -0/+1 |
| * | Use git describe.•••Note that this requires a tag.
| Alexey Sokolov | 2015-08-10 | 1 | -3/+3 |
| * | Setup AppVeyor CI:•••Automatically build installer for windows.
Perl and spellchecker are not supported yet.
| Alexey Sokolov | 2015-07-29 | 1 | -28/+11 |
| * | updated Doxygen config•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6423 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2014-12-30 | 1 | -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
| Alexey Sokolov | 2014-12-29 | 1 | -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
| Robert Förster | 2014-11-21 | 5 | -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
| Alexey Sokolov | 2014-01-18 | 1 | -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
| Robert Förster | 2013-10-28 | 1 | -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
| Robert Förster | 2013-09-26 | 1 | -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
| Fabio Bas | 2012-12-25 | 1 | -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
| Robert Förster | 2012-10-05 | 1 | -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
| Fabio Bas | 2012-10-05 | 1 | -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
| Robert Förster | 2012-10-04 | 3 | -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
| Robert Förster | 2012-10-04 | 5 | -65/+65 |
| * | qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-28 | 1 | -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
| Robert Förster | 2012-09-28 | 1 | -1/+1 |
| * | win64 installer fixups.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6197 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-07-02 | 1 | -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
| Fabio Bas | 2012-07-02 | 1 | -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
| Fabio Bas | 2012-04-29 | 1 | -11/+1 |
| * | more on "break python everywhere"•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6116 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-01 | 1 | -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
| Fabio Bas | 2012-02-24 | 1 | -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
| Robert Förster | 2012-01-20 | 1 | -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
| Robert Förster | 2012-01-15 | 1 | -115/+0 |
| * | fix linux build. whoops.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6051 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-01-14 | 1 | -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
| Robert Förster | 2012-01-13 | 1 | -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
| Fabio Bas | 2012-01-08 | 1 | -0/+1 |
| * | Fix the phonon fix?•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6030 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-01-05 | 1 | -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
| Szymon Tomasz Stefanek | 2012-01-05 | 1 | -0/+9 |
| * | fix #1238•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6008 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-12-31 | 1 | -0/+1 |
| * | fix #1229•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5984 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-11-05 | 1 | -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
| Szymon Tomasz Stefanek | 2011-10-26 | 1 | -2/+13 |