| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge KDE r1083071 by rkcosta: Clean up FindLibV4L2.cmake•••- some svn:eol-style fixes in the cmake files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3920 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2010-01-31 | 1 | -19/+13 |
| * | little fix to find Theora, thx to Arfrever•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3668 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Markus Rennings | 2009-12-06 | 1 | -1/+1 |
| * | merge from KDE r1057166: Find Phonon include directory on Qt with Frameworks.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3658 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2009-12-03 | 1 | -1/+1 |
| * | small mingw fixes: phonon detection and avoid double moc inclusion•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3657 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-12-03 | 1 | -2/+2 |
| * | dcc video: added experimental ogg/theora support. Open Problems:•••- audio sync still missing
- Slow as hell, since yuv<->rgb conversion is done in software
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3641 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-11-30 | 1 | -0/+42 |
| * | first shy implementation of dcc video; highly instable and bandwitdth-sucker,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3597 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2009-11-12 | 1 | -0/+32 |
| * | 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 | 1 | -10/+23 |
| * | [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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | removed findgettext.cmake, integrated in cmake/translation.rules.txt; •••created target "message-update"
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1808 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2008-05-17 | 1 | -52/+0 |
| * | Probably fix for mo files installed in the wrong dir•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1748 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-05-11 | 1 | -2/+2 |
| * | Fix endianness issues on MacOSX•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1454 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-04-11 | 1 | -4/+3 |
| * | small localization fixup for cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1437 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Thomas Kalla | 2008-04-08 | 1 | -1/+2 |
| * | preliminary translation generation support for cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1424 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Thomas Kalla | 2008-04-08 | 1 | -3/+12 |
| * | added FindGetText.cmake module; fixed some vars•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1406 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Elvio Basello | 2008-04-06 | 1 | -0/+42 |
| * | Some CMake tweaks: prepare for PCH support, write a system configuration file...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1334 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Szymon Tomasz Stefanek | 2008-03-30 | 2 | -0/+170 |