Both Konqueror and the folderview applet use X11 functions directly so
we need to make sure CMake is finding it. Right now, this works
because Qt4ConfigDependentSettings.cmake that is distributed with KDE
does an indirect find_package. The one in upstream CMake does not, so
it's a ticking time bomb and depends on installation configuration.
Port web_module away from QT3_SUPPORT.
Move QT3_SUPPORT define (oops, had no idea it was still there) into the only dir that still needs it.
svn path=/trunk/KDE/kdebase/apps/; revision=1098277
some KDE4 attention...
* Add two new xmlgui files for konq:
a) Web browsing UI
b) File manangement UI
* Create ability to switch between said xmlgui files
with profile management.
* Default web browser profile now sports a drastically
cleaned up main toolbar for browsing.
* Default file management profile now sports a main
toolbar that helps with this.
* Port KonqProfileDlg away from Q3/K3 class.
svn path=/trunk/KDE/kdebase/apps/; revision=716179
- Implemented visitor support to KonqFrameBase and children, to reduce interdependencies,
moved printFrameInfo to visitor, and used visitor in unit tests too, to inspect structure.
- Simplify KonqMainWindow ctor
- Pass explicit mimetype to addTab() (fixed one performance bug, in kde3 branch as well)
- Simplify splitView arguments
- Unit tests for most of the KonqViewMgr API, to allow for further refactorings
svn path=/trunk/KDE/kdebase/apps/; revision=677505
interestingly: it appears one place in the code was using the [View Profile] group while everywhere else was using [Profile]?
svn path=/trunk/KDE/kdebase/konqueror/; revision=637825
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
(there was not a dependancy between <name>_final.cpp file and
kcfg file => kfg 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 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)
(I didn't test all compile for the moment I will fix all compile today (without enable-final argument)
kdelibs/kdepimlibs/kdebase/kdeutils compiles fine)
Regards
svn path=/trunk/KDE/kdebase/konqueror/; revision=595170
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
The buttons in kicker don't work yet, but calling kfmclient while konqueror is already running opens a window, at least :)
svn path=/trunk/KDE/kdebase/konqueror/; revision=559792
Remaining errors consist only of #include not found (dcopclient.h, dcopref.h, kdatastream.h and kdirnotify_stub.h)
svn path=/trunk/KDE/kdebase/nsplugins/; revision=548395
-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