| Commit message (Expand) | Author | Age | Files | Lines |
| * | patch for translations path•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3456 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-09-01 | 1 | -1/+2 |
| * | reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3401 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-08-05 | 1 | -1/+1 |
| * | removed checks on python* modules;•••added python version to the definitions;
changed LIB_SUFFIX with better LIBDIR_SUFFIX;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2009-07-30 | 2 | -11/+24 |
| * | [KVIrc] (trunk) Revert r3376, r3374 didn't break Python.••• After testing and discussion with hellvis69 it was found, that the
changes in r3374 didn't break Python support. A test build of r3391
(which includes the source code for the Python module) showed, that
1.) the module is linked against the SO,
2.) »python.load« and »python.begin [...] python.end« doesn't
result in errors.
Additionally this commit ensures, that the Python module is only
build if CMake was called with WITH_PYTHON=YES as the Python code
is still experimental.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3393 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-07-30 | 1 | -31/+9 |
| * | reverted cmake module for python since this commit breaks the whole python st...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3376 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2009-07-24 | 1 | -9/+31 |
| * | merge from kde trunk (r976874,976876)•••- if PHONON_INCLUDE_DIR is a framework directory on Mac OS X, we need to include the Headers/ subdir to read the .h file directly
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3375 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2009-07-24 | 1 | -1/+5 |
| * | [KVIrc] (trunk) Reduce number of shipped CMake modules and disable•••Python by default.
KVIrc requires CMake 2.6 to build, the following modules are
shipped with CMake (partly even in newer versions).
- FindSubversion.cmake: part of CMake since 2.4, not needed
anymore.
- FindPackageHandleStandardArgs.cmake: available since 2.6.0.
- FindSharedMimeInfo.cmake and MacroEnsureVersion.cmake:
Only used if KDE4_FOUND is true and then we should use the KDE
versions of those files.
Updated:
- FindPhonon.cmake: Synced to upstream's (KDE) version, though I'm
not sure it ever worked as expected, if KDE isn't installed.
- FindPython.cmake was updated to use FindPython{Interp,Libs}.cmake
shipped with CMake.
Python is not implemented yet, therefore we don't need to configure
KVIrc for it.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3374 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-07-24 | 6 | -392/+22 |
| * | [KVIrc] (trunk) Remove custom uninstall target and raise CMake version.••• Remove the custom uninstall rule, which is identical to the one
autogenerated by CMake.
Fixes: CMake Policy violation CMP0002.
Raise the minimally required CMake version to 2.6.4 as previous
versions seem to have problems with erroring out if a required
version of a found package wasn't high enough.
Example: Since the new notifier code we require Qt 4.5.0 or newer,
but some older CMake versions didn't error out if e.g.
only Qt 4.3.x was found.
Fixes: Issue reported by IRC user cpet.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3373 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-07-23 | 1 | -38/+0 |
| * | Brown paper bag commit for 5503.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3306 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-07-05 | 1 | -1/+1 |
| * | Bug fix for Debian bug #535873.••• A bashism was found by checkbashisms/Raphael Geissert and reported as
#535873 to Debian's BTS. This commit replaces the Bash construct
with a portable version.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3305 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-07-05 | 1 | -1/+1 |
| * | Don't pollute the source tree during the build.••• »cmake/translation.rules.txt« contained paths for filelist.txt files not
prefixed with which led to a pollution of the source
tree during the build. Catched by Lintian (see the package description
page for more details <http://packages.debian.org/sid/lintian>).
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3265 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Kai Wasserbäch | 2009-06-22 | 1 | -4/+4 |
| * | fixed typos;•••added FindPython module;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3264 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2009-06-21 | 1 | -0/+80 |
| * | added missing macro, should fix #461•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3235 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-06-02 | 1 | -0/+117 |
| * | added localization patch from Arfrever, thank u•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3231 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-05-31 | 1 | -0/+2 |
| * | applied patch for including per freedesktop mimetypes definitions, thanks to ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3230 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2009-05-30 | 1 | -0/+76 |
| * | updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Markus Rennings | 2009-05-08 | 2 | -2/+2 |
| * | missed 3 files in previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3196 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-05-07 | 3 | -0/+92 |
| * | re-enabled usage of esd, oss, oss+audiofile audio backends•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3195 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-05-07 | 1 | -1/+8 |
| * | small compilation fix for mingw•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3182 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-04-24 | 1 | -0/+2 |
| * | reenabled x86_asm and system_memmove compilation flags (disabled by default, ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3169 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-04-03 | 1 | -0/+2 |
| * | fix for #354; translators, please try to see if this fix completely closes th...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3042 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-01-27 | 1 | -6/+13 |
| * | 2nd round of mingw fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2978 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-01-06 | 1 | -3/+4 |
| * | Installation fixes for MacOS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2924 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Thomas Kalla | 2008-11-26 | 1 | -1/+4 |
| * | Installation fix for MacOS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2922 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Thomas Kalla | 2008-11-25 | 1 | -2/+7 |
| * | (not so)fixed Python linking rules;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2900 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-11-20 | 1 | -0/+1 |
| * | patched perl support for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2886 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-11-18 | 1 | -1/+2 |
| * | re-enabled perl support; patched to work nicely with perl 5.10•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-11-17 | 2 | -5/+3 |
| * | applied patch to fix kvirc4.desktop, thanks to Arfrever•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2840 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-11-08 | 1 | -1/+3 |
| * | applied patch, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2832 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-11-06 | 1 | -0/+7 |
| * | removed soversion on modules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2780 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-10-27 | 1 | -3/+1 |
| * | applied patch to follow LSB rules, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2778 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-10-27 | 2 | -1/+2 |
| * | fixed translation functions in torrent module;•••fixed CMake translation rules;
updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2731 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-10-14 | 1 | -7/+7 |
| * | Added kubuntu paths to FindPhonon.cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2662 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-10-06 | 1 | -2/+3 |
| * | fixed rules for compatibility; replaced deprecated function•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2644 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-10-04 | 1 | -17/+24 |
| * | added doxygen comments;•••removed the last COMPILE_USE_QT4 define;
updated TODO and ChangeLog;
minor fixes;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2573 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-09-25 | 1 | -2/+0 |
| * | fixed license template for kvilib•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-09-18 | 1 | -0/+24 |
| * | fix for vs2008+cmake on module linking•••removeod old "hires" and "lowres" theme directories
added 4 missing cmakelists.txt in data/
updated win32 install instructions
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2393 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-09-03 | 1 | -1/+7 |
| * | Preliminary work to support webkit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2379 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-09-01 | 1 | -0/+1 |
| * | indented code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2377 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-09-01 | 1 | -44/+42 |
| * | Modified FindSubversion.cmake to use svn XML output, not depending on locale....•••version)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2376 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-09-01 | 1 | -15/+16 |
| * | Fixed locale setting for Subversion•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2370 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-08-31 | 1 | -5/+1 |
| * | dinamic creation on Doxyfile; support for out-of-source builds•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2356 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-08-29 | 1 | -0/+1312 |
| * | Cmake checks for audiofile support•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2321 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-08-27 | 1 | -0/+1 |
| * | Added Phonon cmake module from KDE4, now using it.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2177 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-08-04 | 1 | -0/+57 |
| * | Removed stray msmerge call, fixing #193•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2159 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-08-01 | 1 | -1/+0 |
| * | Fixed configuration not from SVN working copy.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2096 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-07-18 | 1 | -1/+1 |
| * | Added modified version of FindSubversion.cmake, allowing getting revision num...•••Enabled getting revision number.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2090 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-07-18 | 1 | -0/+115 |
| * | Fixed kvirc-translations target•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2071 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-07-14 | 1 | -2/+2 |
| * | Added dependancy of message-update on message-extract•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2047 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Voker57 | 2008-07-09 | 1 | -9/+9 |
| * | fixed bug #178: removed the old "guessing resource directory" routine and add...•••plus: some self-celebrating update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2043 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-07-08 | 1 | -1/+1 |