- 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>
-
- 25 Mar, 2013 2 commits
-
-
Marco Bubke authored
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 0edde8f8) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We use now widgetInfo() instead. Change-Id: Icaea8f012b380368b6479fa81d370236ea5a6781 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit 54431a09)
-
- 18 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: Ibd2e30f97117ec2c20240e115e57f387fd220686 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 14 Mar, 2013 1 commit
-
-
Thomas Hartmann authored
We use now widgetInfo() instead. Change-Id: Icaea8f012b380368b6479fa81d370236ea5a6781 Reviewed-by:
Marco Bubke <marco.bubke@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>
-
- 20 Dec, 2012 1 commit
-
-
Thomas Hartmann authored
Creating file imports from the item library was broken. If the version is -1.-1 we have to create a FileImport instead of a library import. Change-Id: I6bef68ba308d2254c9c2cb607a91c81055a360d4 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 28 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@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>
-
- 15 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
This fixes a crash if we drag in complex items with children. Change-Id: I0e924d3130cbd43dc9a20469576dce8a0f67f3df Reviewed-on: http://codereview.qt.nokia.com/1715Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 12 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-4617 Change-Id: I6ff20816aa2800d4465a99ee69bdd871e6186a57 Reviewed-on: http://codereview.qt.nokia.com/1511Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 11 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
If the parent is not set yet we do not need to reparent, yet. Change-Id: I2ad743e775ebac57dde1b3600ff6af6378fc9da2 Reviewed-on: http://codereview.qt.nokia.com/1408Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 30 Jun, 2011 2 commits
-
-
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>
-
Thomas Hartmann authored
Change-Id: I878f429c94b75c229738dfc26806e29a5673b102 Reviewed-on: http://codereview.qt.nokia.com/955Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 29 Jun, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I533642ebf5d3937f96b248d7f999eb4928e035e9 Reviewed-on: http://codereview.qt.nokia.com/911Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 16 May, 2011 1 commit
-
-
Thomas Hartmann authored
This change avoids adding an import if the same import with different alias already exists.
-
- 10 May, 2011 1 commit
-
-
Thomas Hartmann authored
Also allows aborting the move tool. Reviewed-by: Marco Bubke Task-number: QTCREATORBUG-4322
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
The user should be able to drop an item everywhere, also outside the root item. The item is created in the scene when the animation is over. Also the animation is shorter now.
-
Thomas Hartmann authored
The user should be able to drop an item everywhere, also outside the root item. The item is created in the scene when the animation is over. Also the animation is shorter now.
-
- 10 Feb, 2011 1 commit
-
-
Marco Bubke authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 2 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
- 09 Dec, 2010 2 commits
-
-
Thomas Hartmann authored
Imports have to be added before transaction starts.
-
Thomas Hartmann authored
dragNode might be invalid!
-
- 08 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
We select now after the drop event. Some fixes for the out of process stuff.
-
- 06 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
This is just a hotfix. We have to find a way to properly sync with the out of process node instances.
-
- 24 Nov, 2010 1 commit
-
-
Marco Bubke authored
ModelUtilities are not used anymore.
-
- 24 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
This avoids asserts and catches exceptions
-
- 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
-
- 18 May, 2010 1 commit
-
-
Thomas Hartmann authored
Task-number: BAUHAUS-448
-