Commit graph

39 commits

Author SHA1 Message Date
Oswald Buddenhagen d8276923fc actually install the .desktop files as executables
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.


svn path=/trunk/KDE/kdebase/apps/; revision=1187438
2010-10-19 12:44:48 +00:00
Darío Andrés Rodríguez e20d9e42ae - Remove KFindPart as it is unused since KDE SC 4.0
(the Konqueror implementation wasn't ported to KDE SC 4; and nobody is willing to do so yet)
  (also, Nepomuk kioslaves + dolphinpart integration should replace kfindpart soon)
- Cleanup CMakeLists file


svn path=/trunk/KDE/kdebase/apps/; revision=1092460
2010-02-19 00:27:49 +00:00
Darío Andrés Rodríguez 30ab245dbd Remove the last bit of KDE3Support
svn path=/trunk/KDE/kdebase/apps/; revision=948026
2009-04-02 00:46:00 +00:00
Darío Andrés Rodríguez b38f69b859 Rename Kfwin -> KFindTreeView
svn path=/trunk/KDE/kdebase/apps/; revision=947590
2009-03-31 20:23:05 +00:00
Urs Wolfer 168456daa8 No more Qt3 support required.
svn path=/trunk/KDE/kdebase/apps/; revision=944895
2009-03-26 12:59:45 +00:00
Darío Andrés Rodríguez 32eab1e9f9 Q3ListView -> QTreeView + ListModel + ProxyModel
Updated D&D support (fixes bug 169941)
KonqPopupMenu integration

BUG:169941

svn path=/trunk/KDE/kdebase/apps/; revision=941969
2009-03-20 19:43:50 +00:00
David Faure 152836cfe4 libkonq not needed here, as reavertm noticed.
svn path=/trunk/KDE/kdebase/apps/; revision=939016
2009-03-13 15:15:40 +00:00
Ralf Habacker 07b0f68130 added win32 application icon
svn path=/trunk/KDE/kdebase/apps/; revision=888996
2008-11-25 18:34:52 +00:00
Urs Wolfer a8146ba154 Link fixes according to #168359.
Patch by Stephan Wezel, thanks.
BUG:168359

svn path=/trunk/KDE/kdebase/apps/; revision=842119
2008-08-04 18:46:58 +00:00
Laurent Montel 95e90f46ab Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=813304
2008-05-27 11:36:57 +00:00
Urs Wolfer ccc1363454 * enable deprecated warnings
* less Q3 support

svn path=/trunk/KDE/kdebase/apps/; revision=762780
2008-01-17 21:15:47 +00:00
Laurent Montel 3f23ade4a5 ${CMAKE_SOURCE_DIR}/libkonq doesn't exist now
svn path=/trunk/KDE/kdebase/apps/; revision=721208
2007-10-04 19:56:47 +00:00
Laurent Montel 50cc53b211 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
2007-07-23 07:01:14 +00:00
Allen Winter d645b59bb1 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Dirk Mueller caee3f06e7 remove redundant project declarations
svn path=/trunk/KDE/kdebase/apps/; revision=683437
2007-07-04 18:20:57 +00:00
Pino Toscano ea3096de6e move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
2007-04-04 14:47:36 +00:00
Alexander Neundorf c0d78ac239 -remove kde4_install_libtool_file(), not necessary anymore since we switched away from libltdl
Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=602118
2006-11-05 12:24:44 +00:00
Laurent Montel 204da7a388 Apply Alex patch (now we can use enable-final argument
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/konqueror/; revision=598290
2006-10-23 06:53:27 +00:00
Laurent Montel 9bba68d81a Necessary to change KDE4_AUTOMOC macro to support
enable-final argument

(there was not a dependancy between <name>_final.cpp file and
moc generated files => moc files were never created)

Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules

I ported and tested all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)

Regards

svn path=/trunk/KDE/kdebase/konqueror/; revision=595039
2006-10-13 07:55:37 +00:00
Laurent Montel 2eb696c28e Adapt with new KDE4_INSTALL_ICONS
(automatic detect of icons theme)


svn path=/trunk/KDE/kdebase/konqueror/; revision=572961
2006-08-14 13:27:48 +00:00
Urs Wolfer 59e4afe8ca * Work on layout. It looks now like the KDE3 one.
* cleanups: remove unused and outdated files, source-cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=572747
2006-08-13 20:14:25 +00:00
Laurent Montel 68f52831c7 Replace all bin by ${BIN_INSTALL_DIR}
svn path=/trunk/KDE/kdebase/nsplugins/; revision=564549
2006-07-20 13:08:26 +00:00
Dirk Mueller e6040c725e merge bleeding edge. bleeding edge is now again dead
svn path=/trunk/KDE/kdebase/apps/; revision=558082
2006-07-04 17:09:53 +00:00
Alexander Neundorf 7a0b30822a kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/konqueror/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf a8b01eb0aa -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=539914
2006-05-12 00:08:30 +00:00
André Wöbbeking 10f99d0edf install executables with the install command instead of install_files/targets.
when you install scripts with install(PROGRAMS ...) they're installed executable.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=538074
2006-05-06 17:53:08 +00:00
Frank Osterfeld edfea13cec replace LIB_INSTALL_DIR/kde4 with PLUGIN_INSTALL_DIR
svn path=/trunk/KDE/kdebase/konqueror/; revision=531059
2006-04-18 14:21:54 +00:00
Alexander Neundorf bdfa6204fc -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konqueror/; revision=522728
2006-03-26 14:52:52 +00:00
David Faure 64dacf1e12 Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that].

Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-,
so that installed headers are not preferred over (possibly more uptodate) local headers.

svn path=/trunk/KDE/kdebase/konqueror/; revision=521887
2006-03-23 19:24:10 +00:00
Laurent Montel a55d981420 Other typo... I hope to fix all pb in new variable
svn path=/trunk/KDE/kdebase/konqueror/; revision=521455
2006-03-22 16:16:59 +00:00
Laurent Montel 49f33dd4fd Fix install icons
svn path=/trunk/KDE/kdebase/kfind/; revision=520371
2006-03-19 18:13:36 +00:00
Alexander Neundorf d33d969ee3 -fixed redmond theme, am2cmake doesn't like Makefile.am's where the lib is defined after the sources
-added project() calls everywhere, so now you can have kdevelop project for all major parts

Alex

svn path=/trunk/KDE/kdebase/libkonq/; revision=519321
2006-03-16 21:16:35 +00:00
Laurent Montel bc6b591933 Not necessary
svn path=/trunk/KDE/kdebase/kfind/; revision=517612
2006-03-11 16:41:03 +00:00
Laurent Montel 5ac039ee3a fix
svn path=/trunk/KDE/kdebase/kfind/; revision=516455
2006-03-07 08:56:07 +00:00
Laurent Montel 3f9bde893d Deprecated--
svn path=/trunk/KDE/kdebase/kfind/; revision=516258
2006-03-06 13:11:58 +00:00
Laurent Montel b19efb452f fix install icons
svn path=/trunk/KDE/kdebase/konqueror/; revision=515373
2006-03-03 14:46:52 +00:00
Laurent Montel 03883eca02 Use alias
svn path=/trunk/KDE/kdebase/konqueror/; revision=515010
2006-03-02 11:20:11 +00:00
Laurent Montel e107980d7e compile++
svn path=/trunk/KDE/kdebase/kfind/; revision=514816
2006-03-01 14:54:07 +00:00
Laurent Montel d05f2bb78e Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress)
Don't use kdelibs trunk for compile it (there is not again test to disable
compile when we compile with kdelibs trunk)
For the moment there was a lot of missing test etc.
I commit it just to allow to lose my changes if there is a pb on my HD.
I will sync cmake from kdelibs trunk to kdelibs-snapshot.
I hope to fix compile today or tomorrow.
CCMAIL: neundorf@kde.org

For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot 
to compile all the time with kdelibs-snapshot

svn path=/trunk/KDE/kdebase/konqueror/; revision=514380
2006-02-28 08:01:15 +00:00