216 Commits

Author SHA1 Message Date
Robert Knight
19a29d182a Rename directories for clarity. konsole -> src , other -> data.
svn path=/branches/work/konsole-split-view/; revision=661562
2007-05-05 23:33:05 +00:00
Robert Knight
88b3a842f5 Remove old settings from compilation and put in the old source folder
svn path=/branches/work/konsole-split-view/; revision=661556
2007-05-05 23:23:41 +00:00
Laurent Montel
8f77925d45 Remove not necessary files
Allow to regenerate linefont.h into konsole
Clean up

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=580796
2006-09-04 14:23:29 +00:00
Laurent Montel
b8a61f4ab7 If we don't compile konsole on win32 don't add this directory
otherwise before we install all konsole file but not compile 
konsole

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=578106
2006-08-28 12:35:16 +00:00
Robert Knight
f162ca33ba * Clean up directory structure
- separate user and developer documentation - /user-doc , /developer-doc
	- move .desktop files and friends into /desktop
	- rename old NEWS and ChangeLog files
* Update README


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=571521
2006-08-09 18:43:15 +00:00
Christian Ehrlicher
457329f93a fix msvc compile, disable konsole for win32
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=565061
2006-07-22 10:06:56 +00:00
Dirk Mueller
23335482d7 merge bleeding edge. bleeding edge is now again dead
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=558082
2006-07-04 17:09:53 +00:00
Laurent Montel
d3c5b5f8a1 Install as binary
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=541504
2006-05-16 13:05:18 +00:00
Alexander Neundorf
02b19e2c59 kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf
1a1403813f -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/apps/konsole/; revision=539914
2006-05-12 00:08:30 +00:00
Alexander Neundorf
f0983d8000 -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konsole/; revision=522728
2006-03-26 14:52:52 +00:00
David Faure
e9da91faba 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/konsole/; revision=521887
2006-03-23 19:24:10 +00:00
Alexander Neundorf
e19d6dad45 -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/konsole/; revision=519321
2006-03-16 21:16:35 +00:00
Laurent Montel
263216c786 we have a macro to replace /kconf_update better to use it
svn path=/trunk/KDE/kdebase/konsole/; revision=518501
2006-03-14 11:14:14 +00:00
Laurent Montel
c01ffd6fd7 Fix install file
svn path=/trunk/KDE/kdebase/konsole/; revision=517967
2006-03-12 18:03:15 +00:00
Laurent Montel
50c2b4e14b 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/konsole/; revision=514380
2006-02-28 08:01:15 +00:00