| Age | Commit message (Collapse) | Author |
|
-minor cleanups
Alex
svn path=/trunk/KDE/kdelibs/; revision=644423
|
|
when they really should be Q_WS_X11/Q_WS_MAC assumptions.
These changes make it so that kdelibs (and probably the rest)
build against qt4/x11 on Mac OS X safely. It should still work
with qt4/mac as well.
svn path=/trunk/KDE/kdelibs/; revision=637547
|
|
svn path=/trunk/KDE/kdelibs/; revision=635677
|
|
many bugs in older versions
svn path=/trunk/KDE/kdelibs/; revision=633369
|
|
Fixes snprintf not being available (which is a very very stupid
thing to do)
svn path=/trunk/KDE/kdelibs/; revision=631262
|
|
svn path=/trunk/KDE/kdelibs/; revision=631180
|
|
svn path=/trunk/KDE/kdelibs/; revision=630595
|
|
KDE4_KAUDIODEVICELIST_LIBS in kdelibs
svn path=/trunk/KDE/kdelibs/; revision=630080
|
|
-the same for binaries, but afterwards also in the standard dirs, not sure whether this should be kept...
-remove usage of KDEDIR
-improve docs
Alex
svn path=/trunk/KDE/kdelibs/; revision=628657
|
|
2.4.6) first before requiting it
Alex
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=628019
|
|
svn path=/trunk/KDE/kdelibs/; revision=628001
|
|
cmake >= 2.4.5 or use "-DKDE4_BUILD_TESTS=ON" it's better to signal minimum
requires to 2.4.5.
It's better to force update that developper doesn't understand why kde doesn't compile.
2.4.3 was release in july 2006 so all major distro have new version and 2.4.5 was released
in december 2006
So it's time to upgrade it.
svn path=/trunk/KDE/kdelibs/; revision=627620
|
|
to keep of the logic of detecting whether we are inside kdelibs
-detabify
Alex
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=627454
|
|
svn path=/trunk/KDE/kdelibs/; revision=626580
|
|
svn path=/trunk/KDE/kdelibs/; revision=626472
|
|
threadsafe local statics anyway, we can save the cycles in gcc4 compiled
programs (gcc4 adds a mutex around every local static).
svn path=/trunk/KDE/kdelibs/; revision=626443
|
|
day. So, re-add the KDE 3.5.x test to check if g++ is fixed WRT to
-fvisibility-inlines-hidden and enable it if it works (works fine on
32-bit).
As for the C compiler flag, I've moved it to an independent
variable. KDE is not in the business of creating C libraries, so I'll
add this flag for kde4_add_library & family. If we need a 3rd-party
library to be build, a different macro than kde4_add_library will be
needed.
svn path=/trunk/KDE/kdelibs/; revision=626277
|
|
sonnet-refactoring into trunk
svn path=/trunk/KDE/kdelibs/; revision=626251
|
|
svn path=/trunk/KDE/kdelibs/; revision=626117
|
|
To use, in your module/doc/app/CMakeLists.txt:
kde4_create_handbook(index.docbook)
kde4_install_handbook()
Oh, this will probably not work for kdelibs/doc because we
need to pass meinproc the --srcdir option in that module.
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=625750
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=625584
|
|
svn path=/trunk/KDE/kdelibs/; revision=625581
|
|
so meinproc gets created before the rule is executed
-remove the unnecessary if() around the find_program() calls, they in any way do nothing if it was found already
-add docs for the new meinproc macro to FindKDE4Internal.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=625047
|
|
well now
- adapt the KCM to the name change
- make selections on the categoryTree work correctly (used the wrong signal)
- added whatsThis and toolTips to the KCM
- add unknown AudioCaptureDevices to the list
- make the remove function use the standard removeRows function instead of
replacing the whole model data
- enable InternalMove on the deviceList
svn path=/trunk/KDE/kdelibs/; revision=622681
|
|
svn path=/trunk/KDE/kdelibs/; revision=619738
|
|
For now i have done the following division.
kdecore/kernel : stuff related to the old KApplication
kdecore/config : every class that inherit from KConfigBase
kdecore/io : class related to files or process (like in qtcore/io)
kdecore/date : stuff related to the date or the time (calendar, timezone, ...)
kdecore/strings : operation on strings and strings localisation
kdecore/sycoca : KSyCoCa related files
This division is not in the stone, and there is still many files that have not been sorted
svn path=/trunk/KDE/kdelibs/; revision=619422
|
|
- change the cmake variable names for Phonon for consistency (from what I
tested this doesn't break compilation)
svn path=/trunk/KDE/kdelibs/; revision=617094
|
|
I will fix other modules tuesday for not breaking kde
before christmas .
svn path=/trunk/KDE/kdelibs/; revision=615920
|
|
svn path=/trunk/KDE/kdelibs/; revision=615423
|
|
svn path=/trunk/KDE/kdelibs/; revision=615408
|
|
32 to all executables.
Let's redo those changes one by one until we find the one that triggers this problem...
svn path=/trunk/KDE/kdelibs/; revision=615404
|
|
svn path=/trunk/KDE/kdelibs/; revision=615310
|
|
svn path=/trunk/KDE/kdelibs/; revision=615282
|
|
svn path=/trunk/KDE/kdelibs/; revision=613684
|
|
everything (also libs and plugins) will be linked with full RPATH
Alex
svn path=/trunk/KDE/kdelibs/; revision=612333
|
|
svn path=/trunk/KDE/kdelibs/; revision=608729
|
|
(...although it might not be correct expectations...)
this changed with cmake 2.4.3, where INSTALL_RPATH_USE_LINK_PATH was introduced
-add docs for BIN_INSTALL_DIR and SBIN_INSTALL_DIR
Alex
svn path=/trunk/KDE/kdelibs/; revision=608580
|
|
depending targets could not be build
svn path=/trunk/KDE/kdelibs/; revision=607915
|
|
svn path=/trunk/KDE/kdelibs/; revision=604286
|
|
svn path=/trunk/KDE/kdelibs/; revision=603517
|
|
svn path=/trunk/KDE/kdelibs/; revision=603513
|
|
svn path=/trunk/KDE/kdelibs/; revision=602569
|
|
svn path=/trunk/KDE/kdelibs/; revision=600648
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=598876
|
|
=> FATAL_ERROR when we don't have it.
svn path=/trunk/KDE/kdelibs/; revision=598801
|
|
svn path=/trunk/KDE/kdelibs/; revision=597959
|
|
while it seems to
be needed with Qt 4.2.x :-/
@Christian: could be find here a way to have it working for everybody? propably check for the
Qt-version or something like this?
CC_MAIL: Ch.Ehrlicher@gmx.de
svn path=/trunk/KDE/kdelibs/; revision=597951
|
|
http://sourceforge.net/project/showfiles.php?group_id=171968 ) which was not documented
anywhere. Thanks Laurent and Christian :)
svn path=/trunk/KDE/kdelibs/; revision=597820
|
|
* abort with FATAL_ERROR if gnuwin32 could not be found and REQUIRED got defined.
svn path=/trunk/KDE/kdelibs/; revision=597624
|
|
* use find_library
Now linking fails cause of the on win32 missing dbus libs...
svn path=/trunk/KDE/kdelibs/; revision=597618
|