Commit Graph

32 Commits

Author SHA1 Message Date
Tobias Hunger
1d3adef24a Script: Update hasCopyright script
Update hasCopyright script to distinguish between no/wrong
copyright.
2011-02-21 14:44:54 +01:00
Tobias Hunger
fe33a0984e More copyright fixes 2011-02-18 10:37:19 +01:00
con
61ebb308e6 Merge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec' (origin/2.1)
Conflicts:
	src/plugins/debugger/qml/qmlengine.cpp
2010-11-25 17:36:50 +01:00
con
bd8b23d4ba Make src packaging script more flexible. 2010-11-25 13:11:43 +01:00
Oswald Buddenhagen
dd45277a19 Merge remote branch 'origin/2.1'
Conflicts:
	share/qtcreator/templates/qmlapp/app.pro
	src/plugins/plugins.pro
	src/plugins/qt4projectmanager/qt4project.h
	src/plugins/qt4projectmanager/qt4projectmanager_dependencies.pri
2010-11-04 19:18:45 +01:00
Oswald Buddenhagen
9532d4a345 dynamically replace creator version during build
... instead of running a sed script over a lot of files on each
version increment.
2010-11-03 17:47:41 +01:00
Tobias Hunger
f9035b1e9e Add script to convert krazy output into a tasks file 2010-11-03 12:18:08 +01:00
con
0a03f8325e Source package creation script needs to differentiate branch vs version. 2010-11-02 11:35:47 +01:00
Tobias Hunger
b2ba7c706e Script: Improve mytasks.pl script
* Make it handle branches other than master
 * Make it warn about whitespace related issues.
2010-10-15 18:28:32 +02:00
Tobias Hunger
49a650fb25 Add a task list generator example
* Add a small script that will generate a tasklist by running
   "git diff origin/master" and doing some simple checks on the
   newly added line.

   I run this script like that in the top level Qt creator
   source directory:
   while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done

   This updates the tasklist every 10min. Qt Creator will detect the change
   and reload the list.
2010-08-27 17:25:25 +02:00
con
4708e4302b For releases, create documentation for web-use. 2010-06-23 15:05:10 +02:00
con
ea2aedded9 Add little script that creates source and doc package. 2010-06-21 12:56:23 +02:00
Daniel Molkentin
241d471218 add doc template file to replaceVersion.
Reviewed-by: con
2010-05-04 16:25:59 +02:00
con
aa9b362d86 Also patch version number in README 2010-03-05 16:03:30 +01:00
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Tobias Hunger
469e1d0984 Add scripts to check/fix copyright headers.
* Add a script that will report files without copyright headers.
   (see hasCopyright.sh for sample usage).
 * Add a script that will add a header to files.
   (see fixCopyright.sh for sample usage).

Reviewed-by: Roberto Raggi
2010-01-07 14:41:14 +01:00
con
8cc1e452f1 Remove patching of something that doesn't exist. 2009-10-02 16:21:38 +02:00
con
e9b2613dc0 Version bump. 2009-06-02 15:34:58 +02:00
con
be7f1e2f55 Another replaceVersion on Mac fix attempt.
Somehow the required end of line didn't work out on Mac.
We have 2-digit version number parts.
2009-04-08 11:40:53 +02:00
con
27533a4add Fixes: - Quick fix for running on mac... 2009-02-24 12:29:26 +01:00
con
fe80379682 Fixes: - Move scripts and adapt 2009-02-24 12:29:26 +01:00
hjk
73c3cc7d85 Fixes: move shipping/prepare-linux-qt-for-shipping.sh over to
ide/nightly_builds again
Details:  using third party's bandwidth is not really nice
2009-02-23 10:46:04 +01:00
Daniel Molkentin
441c630fae Ship 4.5-rc1 with Linux bundles. 2009-02-13 10:16:12 +01:00
goro
4bca9d3d34 Add "/qt" prefix to make stuff easier with Bitrock 2009-01-23 18:13:37 +01:00
goro
24b08b11a5 Update rpath handling 2009-01-22 17:13:40 +01:00
goro
866ab744fb No longer touch .debug files 2009-01-22 17:13:40 +01:00
goro
9d029cd4be Add proper chrpath fixing 2009-01-15 17:29:18 +01:00
goro
914c3fa637 Split untar step into gunzip and untar steps 2009-01-09 17:06:14 +01:00
goro
f352dc7c5e Script for Qt binary creation, work in progress 2009-01-09 15:18:10 +01:00
goro
17a9f1949f Fix initial jump to script's home dir 2008-12-18 14:56:50 +01:00
goro
e8419795b6 Snapshot collection cleanup script and test input generator 2008-12-12 16:12:54 +01:00