${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
its reasonably heavy use of custom actions.
My kdelibs was a day old when i compiled, so if there is non-action
related porting still to do... it's probably still not done... will
check
svn path=/trunk/KDE/kdebase/libkonq/; revision=521386
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
kdialog fits nicely with the idea of apps, in that it is an application that other applications assume are installed.
svn path=/trunk/KDE/kdebase/apps/; revision=462198
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/konqueror/keditbookmarks/; revision=439627
pass a --geometry option for the file dialog variants,
and also for --passivepopup. --miniicon and --icon
now work for more options too.
Dialog geometry and icons still don't work for any of
--yesno, --yesnocancel,
--warningyesno, --warningcontinuecancel,
--warningyesnocancel, --sorry, --error,
--msgbox or --inputbox. Setting the icons
doesn't work for --passivepopup. Other than that,
things should be working.
svn path=/trunk/KDE/kdebase/kdialog/; revision=431128
- Use kTextEdit rather than QTextEdit in texbox
- Add a textinputbox, for entering multi-line text
- Fix bug with textbox caption, now it works.
svn path=/trunk/kdebase/kdialog/; revision=380852
--getopenfilename. You have to use --multiple to enable this, to ensure
unchanged behaviour for scripts that aren't prepared to accept multiple
files/URLs. The existing --separate-output gets reused to determine
whether the files/URLs are separated by spaces or by newlines.
CCMAIL: 88130-done@bugs.kde.org
svn path=/trunk/kdebase/kdialog/; revision=342137