- 30 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I8a2e9e35980198fc4162623db044c228bd209a0f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
find -name \*.cpp -o -name \*.h | \ xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g' Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
We have to also check for the correct QtQuick 2.0 in a few places. For Positioner I added a helper function. Change-Id: Ie692f16d8d9433a0248854a3bc48b846138eff04 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 13 Oct, 2011 1 commit
-
-
Thomas Hartmann authored
instanceParent() can be invalid. Change-Id: I804879491544500e20426a25515b1997022a102c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 20 Jul, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I519bbbfee939d4568a0de5bbe5c01912a08c6fb1 Reviewed-on: http://codereview.qt.nokia.com/1848Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 07 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-3962 Change-Id: Id583e257aa1c1645cb53a8ae32f83717df9b0617 Reviewed-on: http://codereview.qt.nokia.com/926Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 06 Jul, 2011 1 commit
-
-
Marco Bubke authored
Because of the asynchronous nature of the formeditor the item can be between to states. This looks like the item is hoping around. To prevent this a token is sent to the instances and back. For the time frame the painting is disabled. Change-Id: If7e937cba8171248464ad350bb14438c020b25f9 Reviewed-on: http://codereview.qt.nokia.com/1189Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 30 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
Change-Id: Ie9d9a739e559d5cfc06849ff3e5c086e9ab2224c DoneBy: Marco Bubke Task-number: QTCREATORBUG-3962 Reviewed-on: http://codereview.qt.nokia.com/958Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: Ie2de47f2ce5f5ca27902493d50c029d766da7240 Reviewed-on: http://codereview.qt.nokia.com/810Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 01 Nov, 2010 1 commit
-
-
Thomas Hartmann authored
Also fixes the memory leak in resize code. cleanup Reviewed-by: Marco Bubke
-
- 26 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
- 24 Sep, 2010 2 commits
-
-
Marco Bubke authored
-
Thomas Hartmann authored
Bauhaus now uses only one single instance view. Done by Marco Bubke
-
- 13 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 10 Jun, 2010 1 commit
-
-
Marco Bubke authored
-
- 31 May, 2010 1 commit
-
-
Marco Bubke authored
state The position is now setted int the base state if you drop a item on the formeditor and move it around. Task-Number: BAUHAUS-644 Reviewed-by: kkoehne
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 08 Feb, 2010 1 commit
-
-
Marco Bubke authored
-
- 21 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 19 Jan, 2010 1 commit
-
-
Marco Bubke authored
-
- 07 Jan, 2010 1 commit
-
-
Kai Koehne authored
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
-