Age | Commit message (Collapse) | Author |
|
version.
svn path=/trunk/KDE/kdelibs/; revision=761382
|
|
svn path=/trunk/KDE/kdelibs/; revision=761293
|
|
svn path=/branches/KDE/4.0/kdelibs/; revision=760907
|
|
install_names
svn path=/trunk/KDE/kdelibs/; revision=760906
|
|
svn path=/trunk/KDE/kdelibs/; revision=760550
|
|
- if all packages were found, provide a message saying so
- cleanup the output a little.
- not all found packages are optional; some are required. so reduce
confusion by saying "external" instead.
svn path=/branches/KDE/4.0/kdelibs/; revision=760429
|
|
I wonder if we should also add -Wcheck?
svn path=/trunk/KDE/kdelibs/; revision=760425
|
|
- cleanup the output a little.
- not all found packages are optional; some are required. so reduce
confusion by saying "external" instead.
svn path=/trunk/KDE/kdelibs/; revision=760423
|
|
non-NOGUI tests. I'm not entirely convinced this is the best way to fix it, but it seems to work fine (and it is at least better than the current situation).
svn path=/branches/KDE/4.0/kdelibs/; revision=760256
|
|
separate packages sometimes)
svn path=/trunk/KDE/kdelibs/; revision=760011
|
|
I'm not entirely convinced this is the best way to fix it, but it seems to work fine (and it is at least better than the current situation).
svn path=/trunk/KDE/kdelibs/; revision=759619
|
|
CCBUG: 155322
svn path=/branches/KDE/4.0/kdelibs/; revision=759492
|
|
svn path=/trunk/KDE/kdelibs/; revision=759070
|
|
is used
svn path=/trunk/KDE/kdelibs/; revision=758943
|
|
svn path=/trunk/KDE/kdelibs/; revision=757741
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=757290
|
|
FREETYPE_INCLUDE_DIR, since there were no objections left on k-c-d
http://lists.kde.org/?t=119944157800001&r=1&w=2
Alex
will this actually be in 4.0.0 or 4.0.1 ? There are still a lot of commits in the branch going on.
svn path=/branches/KDE/4.0/kdelibs/; revision=757285
|
|
-add FREETYPE_INCLUDE_DIRS to make it compatible with the version in cmake cvs
-everything lower case
-FREETYPE_LIBRARIES doesn't need to be INTERNAL, STRING is better
Alex
svn path=/trunk/KDE/kdelibs/; revision=757150
|
|
Xxf86misc.
svn path=/trunk/KDE/kdelibs/; revision=756696
|
|
In case you didn't know it (I didn't as of a few minutes ago):
You can use the exact icon context names in the filenames of
your installed icons. If you ever wondered where the "app"
in ox22-app-mykdeapplication.png came from: that's just
KDE 3 compatibility. Using the real name of the context,
"apps", works just as well: ox22-apps-mykdeapplication.png
(This also works with "actions", "status", "places" and
whatever icon contexts the icon naming specification defines.)
svn path=/trunk/KDE/kdelibs/; revision=756013
|
|
is used as working directory when running meinproc4. This way meinproc4 can find the *.docbook files referenced by index.docbook and sitting next to index.docbook in the source dir. This fixes handbook creation for index.docbook files with references to other *.docbook files.
svn path=/trunk/KDE/kdelibs/; revision=755195
|
|
svn path=/trunk/KDE/kdelibs/; revision=755068
|
|
no point against it anymore :)
CCMAIL: Ralf.Habacker@freenet.de
svn path=/trunk/KDE/kdelibs/; revision=754837
|
|
former did not work correct / was to unflexible
CCMAIL: Ralf.Habacker@freenet.de
svn path=/trunk/KDE/kdelibs/; revision=754803
|
|
icons on win32 and mac osx
- marked KDE4_ADD_WIN32_APP_ICON as deprecated
svn path=/trunk/KDE/kdelibs/; revision=754677
|
|
svn path=/trunk/KDE/kdelibs/; revision=754217
|
|
svn path=/trunk/KDE/kdelibs/; revision=753207
|
|
have to set CMAKE_INCLUDE_PATH and CMAKE_LIB_PATH when installing gnuwin32 libs into a "known" place (like C:\Program Files\win32libs). But that breaks things like emerge which already set the two variables and thus don't set KDEWIN_DIR and don't need to set it.
If the convenience thing isn't needed FindKDEWIN.cmake can be removed completely
CCMAIL:kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=751844
|
|
paths, so convert them to cmake paths before handing them to find_library
svn path=/trunk/KDE/kdelibs/; revision=751355
|
|
svn path=/trunk/KDE/kdelibs/; revision=751346
|
|
as discussed on the kde-buildsystem mailing list.
svn path=/trunk/KDE/kdelibs/; revision=750964
|
|
svn path=/trunk/KDE/kdelibs/; revision=750771
|
|
svn path=/trunk/KDE/kdelibs/; revision=750767
|
|
The libs and plugins were built with RPATH, but with the install RPATH, which
means that if you run some executable during the build, it may get installed
libs, since the RPATH in the libs points to the install dir. Now the libs are linked with the RPATH
to the build dir, and when installing they are relinked. This unfortunately takes some time.
There are two ways around it:
-set KDE4_USE_ALWAYS_FULL_RPATH to FALSE, then you will have the old behaviour
or
-use cmake cvs and current kdesupport, then the RPATH will be changed not by linking again but by running chrpath on the installed binary, which takes basically no time
Alex
svn path=/trunk/KDE/kdelibs/; revision=750683
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=750668
|
|
some of the macros
Alex
svn path=/trunk/KDE/kdelibs/; revision=750657
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=750066
|
|
in FindQt4 for setting flags via a macro and forcing them to the cache. This should allow it to work with the .sln generator too.
svn path=/trunk/KDE/kdelibs/; revision=749881
|
|
will be built with RPATH
this is correct, but make install will now take longer, since now also shared libs have to be relinked
Alex
svn path=/trunk/KDE/kdelibs/; revision=749796
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=749769
|
|
-some cosmetics (indentation etc.)
Alex
svn path=/trunk/KDE/kdelibs/; revision=749753
|
|
on linux+gcc.
This makes ./kmyunittest.shell work as expected, i.e. it uses the locally built libs instead of the installed ones.
svn path=/trunk/KDE/kdelibs/; revision=749514
|
|
svn path=/trunk/KDE/kdelibs/; revision=749197
|
|
svn path=/trunk/KDE/kdelibs/; revision=749189
|
|
can be used to simplify code:
macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp)
instead of
if(SOMELIB_FOUND)
set(mySrcs file1.cpp file2.cpp)
endif(SOMELIB_FOUND)
Alex
svn path=/trunk/KDE/kdelibs/; revision=749077
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=749036
|
|
QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE(), they were deprecated
since september 24 and failed with MESSAGE(SEND_ERROR ...) since then
some syncing with FindQt4.cmake from cmake cvs:
-some whitespace syncing
-under Windows: use the registry to get the default installed Qt4 version, and search qmake also there
-support multiple directories in QMAKE_MKSPECS
-fixes for finding the include directories for QtAssistant and QtDesigner under OSX
Alex
svn path=/trunk/KDE/kdelibs/; revision=749028
|
|
- fix the usb detrction once again
- take into account the include dirs got from pkg-config when looking for usb.h
- show the library (not the include path) when showing the "libsub found" message
svn path=/trunk/KDE/kdelibs/; revision=748534
|
|
svn path=/trunk/KDE/kdelibs/; revision=748334
|
|
linked against qt causes link problems with other libraries.
svn path=/trunk/KDE/kdelibs/; revision=748277
|