| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix version number•••git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/4.2.0@6196 17fca916-40b9-46aa-a4ea-0a15b648b75c
4.2.0 | Szymon Tomasz Stefanek | 2012-07-02 | 1 | -1/+1 |
| * | 4.2 standalone sources should compile even if svn is installed•••git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/4.2.0@6195 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-07-02 | 1 | -17/+34 |
| * | updated Changelog, hackers.guide.txt, sourcesdate•••version bump: 4.2.0
added a stub README entry for 4.2.0
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6187 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-07-01 | 1 | -2/+2 |
| * | 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 | -10/+10 |
| * | removed useless lines from cmakelist•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6155 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-16 | 1 | -5/+0 |
| * | added a reminder•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6151 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2012-04-16 | 1 | -1/+1 |
| * | print some useful data if the compilation of datetime.cpp fails in the cake step•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6124 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-07 | 1 | -1/+5 |
| * | more on "break python everywhere": upstream-suggested solution, let's see•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6118 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-01 | 1 | -1/+4 |
| * | 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 | -8/+12 |
| * | break python everywhere. (try to force cmake to detect version 2 instead of 3...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6115 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-01 | 1 | -1/+1 |
| * | Delete català translation since it is completely outdated and broken•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6107 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2012-03-26 | 1 | -2/+2 |
| * | 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 | -0/+5 |
| * | - replace -D_CRT_SECURE_NO_WARNINGS with -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_...•••- it helps to actually define MSVC somewhere if you are trying to use it :| (finally fixes module paths issue)
- tweak a svn:mime-type property
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6054 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2012-01-18 | 1 | -1/+2 |
| * | - 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 | -24/+3 |
| * | 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 | -1/+11 |
| * | 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/+13 |
| * | don't check the presence of a .svn directory to understand if we're inside a ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6029 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-01-05 | 1 | -13/+8 |
| * | Just a test to check if the CIA bot is screwed up :D•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6027 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2012-01-05 | 1 | -0/+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 | -1/+5 |
| * | Try harder to remove --no-undefined linker flag•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5993 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-12-17 | 1 | -0/+5 |
| * | 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
| Szymon Tomasz Stefanek | 2011-10-26 | 1 | -2/+2 |
| * | WANT_VERBOSE implies CMAKE_VERBOSE_MAKEFILE on, no cache•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5981 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-10-24 | 1 | -1/+1 |
| * | now 0.0.2 happier than before•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5958 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-08-30 | 1 | -1/+4 |
| * | Restore the WANT_OPENSSL option in CMakeLists.txt: thnx zemo :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5944 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-08-25 | 1 | -0/+2 |
| * | droppped cryptopp dependency, as per resolution #4 of last week's ml discussi...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-08-24 | 1 | -35/+0 |
| * | proper alignment in cmake messages (patch by Arfrever)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5832 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-05-07 | 1 | -2/+2 |
| * | Added svg support(optional)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5817 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Noldor | 2011-05-03 | 1 | -0/+16 |
| * | kvilib/avdevice: reworked a bit the conditional compilation of legacy v4l cod...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5716 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-03-27 | 1 | -10/+22 |
| * | minimal Qt required version is now 4.6•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5680 17fca916-40b9-46aa-a4ea-0a15b648b75c
| wodim | 2011-03-23 | 1 | -2/+2 |
| * | Don't make Crypto++ and OpenSSL support mutally exclusive.•••This allows using SSL encrypted connections and still use Crypto++ for
the remaining cryptographic functions.
Signed-off-by: Kai Wasserbäch <curan@debian.org>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5466 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2011-02-11 | 1 | -25/+0 |
| * | fix for #1089•••added cmake policy CMP00017, should workaround #1094
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5460 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-10 | 1 | -0/+4 |
| * | Maybe fix #1093•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5443 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2011-02-09 | 1 | -2/+2 |
| * | fixed compilation win -DWANT_MEMORY_PROFILE•••fixed typo in cmakelists.txt
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5432 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-08 | 1 | -1/+1 |
| * | Some cmake-related changes:•••cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h
removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option
use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp
updated INSTALL file accordingly
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2011-02-07 | 1 | -213/+98 |
| * | yet more splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5262 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-12-29 | 1 | -2/+1 |
| * | Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-12-27 | 1 | -31/+0 |
| * | probable fix for #750•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5103 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-23 | 1 | -5/+6 |
| * | merged egns's patch to enable painless msvc compilation, thank you!•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-10-19 | 1 | -7/+33 |
| * | added missing flags to about module•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4852 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2010-08-12 | 1 | -0/+2 |
| * | Attempt to fix #874. Needs compilation testing on windows.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4766 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-08-02 | 1 | -0/+5 |
| * | Trunk is now 4.1.1 since we've moved past the security issue :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4746 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-08-01 | 1 | -1/+1 |
| * | Rewrite parts of the regchan module in order to•••avoid the heavy usage of pointers.
Add some new nice debug macros and tools.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4669 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-07-14 | 1 | -0/+1 |
| * | fix for #841•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4635 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-07-09 | 1 | -18/+21 |
| * | Update trunk version to 4.1 Equilibrium: open for major changes :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4547 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-06-27 | 1 | -2/+2 |
| * | Fix a warning. Thnx wRAR :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4534 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-06-27 | 1 | -2/+2 |
| * | Fix subversion revision management in CMakeLists.txt•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4532 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-06-27 | 1 | -1/+6 |
| * | Better handling of svn in CMakeLists.txt•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4485 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2010-06-20 | 1 | -17/+30 |
| * | merged recent patches from upstream avdevice code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4227 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2010-03-27 | 1 | -0/+1 |
| * | added missing checking for "setenv" and "putenv"•••2 compilation de-noising fixes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3737 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-12-23 | 1 | -0/+16 |
| * | since we support -fvisibility=hidden now, enforce it when appliable•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3721 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-12-20 | 1 | -3/+10 |