- 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>
-
- 27 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: Ic3fd2f2eda588b24bdf55e2d3a213436340db9c3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 25 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I9adb43b9c9f2b2c97693ebb09ebef795d0206d1c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit fdfb3caf) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 12 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I9adb43b9c9f2b2c97693ebb09ebef795d0206d1c 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>
-
- 23 Jan, 2013 1 commit
-
-
Marco Bubke authored
The document handling in the qml designer was complicated source code, which was initially intended for a non creator application. To integrate new views it has to be changed and cleaned up. This is the first major step in that direction. Change-Id: Ie26f0aad7a03946d18bdb4c0759b246c5439d922 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@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>
-
- 01 Oct, 2012 2 commits
-
-
Thomas Hartmann authored
We have to call start() for QTime. Calling elapsed() without calling start before was never defined. Change-Id: I229b3cbb30a2b3e5e98fdb05736ee0f37ae42c38 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We have to call start() for QTime. Calling elapsed() without calling start before was never defined. Change-Id: I229b3cbb30a2b3e5e98fdb05736ee0f37ae42c38 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 22 Aug, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I03935715e51777efffea533310a9d775cb676dca Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.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>
-
- 27 Jul, 2011 1 commit
-
-
Marco Bubke authored
To many move events will stall the local sockets. Change-Id: Iec9a072a6c2e217d19c656d5596c40167ca97675 Reviewed-on: http://codereview.qt.nokia.com/2222Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 20 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-5504 Change-Id: I8ecf06c221d9e69bf25785940b390d744386f6a5 Reviewed-on: http://codereview.qt.nokia.com/1896Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 30 Jun, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I49d36574d4021b4c73c64873b1f21698c038498d Task-number: QTCREATORBUG-5226 Reviewed-on: http://codereview.qt.nokia.com/914Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 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
-
- 05 Apr, 2011 3 commits
-
-
Marco Bubke authored
Reviewed-by: Thomas Hartmann
-
Marco Bubke authored
Task-number: QTCREATORBUG-4317 Reviewed-by: Thomas Hartmann
-
Marco Bubke authored
Task-number: QTCREATORBUG-4317 Reviewed-by: Thomas Hartmann
-
- 25 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
We have to Guard events. The Formeditor has to be fully initialized. Task-Nr: QTCREATORBUG-4225
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
Previous implementation was broken.
-
Thomas Hartmann authored
Previous implementation was broken.
-
- 02 Mar, 2011 1 commit
-
-
Marco Bubke authored
Many qml documents have items outside of the root item area. The scene rectangle is now much bigger so you can scroll the items around.
-
- 19 Jan, 2011 1 commit
-
-
Marco Bubke authored
So the scene rectangle is the bounding rectangle of all items.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 30 Nov, 2010 1 commit
-
-
Marco Bubke authored
Because the order of the commands can be changed the reparenting was changed. Now there is a command with the exact order of child items so it should be much more correct.
-
- 24 Nov, 2010 1 commit
-
-
Marco Bubke authored
The complete qml emulation layer (instances) is moved into another external process (qmlpuppet). Summary of architectural changes: - Asynchronous messaging Handling commands and data transfer asynchronously reduces the amount of context switches between processes. - Proxy classes for client process This classes abstract the inter process communication - QVariant based command parsing and serialization Using LocalSocket in bidirectional manner for communications of commands and data transfer. - Integer based identifier instead of ModelNode in client process The qml emulation layer (instances) has no more depencies to our internal data model. - Timer based rendering Rendering in instances is controlled by a timer. Only dirty items are updated.
-
- 29 Sep, 2010 1 commit
-
-
Marco Bubke authored
Add a positioner node instance and the concept of resizable and movable items. Item in a positioner will be not selected anymore. Instead their positioner will be selected which is not resizable.
-
- 24 Sep, 2010 2 commits
-
-
Marco Bubke authored
the root item This is preventing visual artefacts.
-
Marco Bubke authored
-
- 23 Aug, 2010 1 commit
-
-
Kai Koehne authored
Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false. (cherry picked from commit 2067cfcf)
-
- 19 Jul, 2010 1 commit
-
-
Kai Koehne authored
Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false.
-