Revision 002eac6...
Go back to digest for 7th July 2013Bug Fixes in Other
David Faure committed changes in [kde-dev-scripts] /:
Clean up KDE dev scripts
Patch by Vadim Zhukov
REVIEW: 110858
"Many KDE development scripts were written in a hurry and are:
* unportable, e.g.: using bash instead of sh
* unreliable, e.g.: using of $* instead of $@ in shell scripts
* unsecure, e.g.: using open($file) idiom in Perl scripts
I tweaked most obvious stuff that I found. This patch allows to better integrate KDE development process into OpenBSD ecosystem, and, probably, in ecosystem of other OSes. Not saying about getting more reliable results for non-usual cases, such as filenames with non-ASCII-alphanum-characters in them.
Given that KDE5 is coming, I think it's a good time to improve some core stuff. :)"
File Changes
Modified 53 files
- adddebug
- astyle-kdelibs
- build-progress.sh
- cheatmake
- colorsvn
- cvsaddcurrentdir
- cvsblame
- cvslastlog
- draw_lib_dependencies
- makeobj
- nonsvnlist
- optimizegraphics
- package_crystalsvg
- svn-clean
- svn2log.sh
- svnaddcurrentdir
- svnforwardport
- svnversions
- unsercmake
- wcgrep
- kf5/functionUtilkde.pm
- qt4/adapt-kconfiggroupsaver.pl
- qt4/adapt-to-kde4-api.pl
- qt4/adapt-to-new-kconfig2.pl
- qt4/adapt-to-new-kdebug-api.pl
- qt4/adapt-to-qt4-api.pl
- qt4/convert-bad-qdatastream.pl
- qt4/convert-display.pl
- qt4/convert-find-to-indexof.pl
- qt4/convert-kgenericfactory.pl
- qt4/convert-killtimers.pl
- qt4/convert-kinstance.pl
- qt4/convert-kkeydialog.pl
- qt4/convert-kmimetype-pixmap.pl
- qt4/convert-kstringhandler.pl
- qt4/convert-newq4headers.pl
- qt4/convert-q3cstring.pl
- qt4/convert-qboxlayout.pl
- qt4/convert-qgridlayout.pl
- qt4/convert-qiodevice_at.pl
- qt4/convert-qlabel.pl
- qt4/convert-qstringlatin1.pl
- qt4/convert-qvhbox.pl
- qt4/convert-signal.pl
- qt4/fix-link.pl
- qt4/functionUtilkde.pm
- qt4/remove-qt3-support.pl
- qt4/replaceAddRowSpacing.sh
- qt4/replaceRenamedDeprecated.sh
- qt4/search-qstringlist.sh
- qt4/search-qwhatsthis.sh
- qt4/search-registeredApplications.sh
- qt4/icons-kde3tokde4-renamer/icons-kde3to4-renamer.sh
53 files changed in total