Age | Commit message (Collapse) | Author |
|
(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/workspace/kcontrol/locale/; revision=595039
|
|
svn path=/trunk/KDE/kdebase/runtime/; revision=578143
|
|
svn path=/trunk/KDE/kdebase/runtime/; revision=570224
|
|
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=564549
|
|
svn path=/trunk/KDE/kdebase/coreapps/; revision=544526
|
|
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=540215
|
|
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/workspace/kcontrol/krdb/; revision=539914
|
|
when you install scripts with install(PROGRAMS ...) they're installed executable.
svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=538074
|
|
svn path=/trunk/KDE/kdebase/knetattach/; revision=536279
|
|
Alex
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=522728
|
|
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/workspace/kcontrol/krdb/; revision=521887
|
|
svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=521468
|
|
svn path=/trunk/KDE/kdebase/konqueror/settings/ebrowsing/plugins/; revision=521451
|
|
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/kioslave/; revision=519321
|
|
svn path=/trunk/KDE/kdebase/kdebugdialog/; revision=515010
|
|
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/workspace/kcontrol/krdb/; revision=514380
|
|
svn path=/trunk/KDE/kdebase/kioslave/; revision=512183
|
|
svn path=/trunk/KDE/kdebase/kdesu/; revision=511503
|
|
svn path=/trunk/KDE/kdebase/khelpcenter/; revision=493850
|
|
svn path=/trunk/KDE/kdebase/khelpcenter/; revision=485906
|
|
svn path=/trunk/KDE/kdebase/src/kreadconfig/; revision=470530
|
|
svn path=/trunk/KDE/kdebase/src/kreadconfig/; revision=456190
|
|
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase .
I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts
svn path=/trunk/KDE/kdebase/kioslave/; revision=439627
|
|
not worth the 20ms that you save. BUG: 96512
svn path=/trunk/kdebase/src/kreadconfig/; revision=380871
|
|
deeper sense in the help
svn path=/trunk/kdebase/src/kreadconfig/; revision=380175
|
|
new switch "merged" will enable merging. This happens both in order to maintain the speed for the common case and in order to not break backward compatibility.
CCMAIL:tackat@kde.org
svn path=/trunk/kdebase/src/kreadconfig/; revision=380173
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=361006
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=268830
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=268828
|
|
for kreadconfig.
svn path=/trunk/kdebase/src/kreadconfig/; revision=208341
|
|
svn path=/trunk/kdebase/kstart/; revision=202148
|
|
svn path=/trunk/kdebase/kioslave/; revision=196876
|
|
KApplication since that starts kdeinit
svn path=/trunk/kdebase/src/kreadconfig/; revision=190568
|
|
automake 1.5 doesn't support AM_LDFLAGS :-( Sorry, I thought it's a no-brainer, but apparently it isn't :-(
svn path=/trunk/kdebase/kioslave/; revision=182707
|
|
user can override
svn path=/trunk/kdebase/kioslave/; revision=182704
|
|
svn path=/trunk/kdebase/khelpcenter/; revision=129081
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=124261
|
|
configure.in.in)
svn path=/trunk/kdebase/src/kreadconfig/; revision=111837
|
|
course!)
svn path=/trunk/kdebase/src/kreadconfig/; revision=102605
|
|
this utility.
svn path=/trunk/kdebase/src/kreadconfig/; revision=79637
|
|
allowStyles = false and GUIEnabled = false at the KApplication constructor, to save startup time and ressources
svn path=/trunk/kdebase/src/kreadconfig/; revision=79151
|
|
svn path=/trunk/kdebase/src/kreadconfig/; revision=78898
|
|
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
|
|
A lot of kiosk stuff is actually in other frameworks, from the point of
view of applications, but KConfig provides the core functionality. Make
the docs here describe KConfig's role, rather than KIO's or KXMLGui's.
REVIEW: 117486
|
|
http://standards.freedesktop.org/desktop-entry-spec/1.1/ar01s03.html
|
|
|
|
|
|
|
|
The extra load of values in KCoreConfigSkeleton is not documented anywhere
that it happens, and in normal circumstances re-loading new values isn't
expecterd during a save operation.
Update various mentions of readConfig/writeConfig to read/save.
Update documentation to match the new names of functions.
Rename writeConfig() to save() and usrWriteConfig() to usrSave()
Rename functions to match the new naming conventions. Also create old deprecated
instances of both functions to ensure that old code continues to operate
correctly. Also make save() non-virtual, for the same reasons read() is
now non-virtual.
Rename usrReadConfig to usrRead, to be consistent with the new name for readConfig.
Rename usrReadConfig to usrRead, and mark the former as deprecated. To maintain
compatibility, usrRead still calls usrReadConfig in its default implementation.
usrReadConfig remains empty.
REVIEW: 117010
|
|
It is not on $PATH, so we cannot just expect QProcess to find it.
REVIEW: 117023
|