- 30 Sep, 2013 1 commit
-
-
Marco Bubke authored
Otherwise it is so easy to use a old puppet. Change-Id: Ibe4cb8a783b88805db836fbb5874c349bb3976ea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 17 Jul, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 Jul, 2013 2 commits
-
-
Marco Bubke authored
Change-Id: If149ddb26e0e9852b6970ecac6f535499ea7b3af Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Friedemann Kleint authored
Change-Id: I604cdbd2abfd45105502e19d80f102df1017f4c5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 08 Jul, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I094e01b85cfe1ddafb0590f56d9d5b810a390cb4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 30 May, 2013 1 commit
-
-
Laurent Montel authored
Change-Id: Iadb7df3cdb32180f78dace7bc11c7c673399c65b Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- 29 May, 2013 2 commits
-
-
Thomas Hartmann authored
Change-Id: I26f822fac1702e83f8f39747106c0fd3ebc22202 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
The QSharedMemory implementations of Qt5 and Qt4 on Mac seem to be incompatible. We seem to have the same bug casually for Linux. Until we solve the real issue this serves as a quick fix. Change-Id: I686e3e94b6bb777b96f8c68cac6036c18b8d070d Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 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>
-
- 06 Mar, 2013 2 commits
-
-
Thomas Hartmann authored
Change-Id: If009550eafee8775a506b512d206a2b0fd34dfee Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Thomas Hartmann authored
qml is in: share/qtcreator/qml not: share/qtcreator/qmldesigner/qml Change-Id: I6aa536e70cbbc05299e28db3d16178f4de40e0fa Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 14 Feb, 2013 1 commit
-
-
Thomas Hartmann authored
If the qmlpuppet is present but does not start we need a different error message. Change-Id: Ifb161d9d1f0e176d5c1625f38f0c2da47a90bdf5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 06 Feb, 2013 1 commit
-
-
Friedemann Kleint authored
Fix spelling, add blanks after punctuation, change to HTML to get paragraph formatting and highlighting of the paths. Use native separators. Change-Id: Id06a1c8728e4ed4f57500685bcae69a306f5abfb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 05 Feb, 2013 1 commit
-
-
Thomas Hartmann authored
Since we will not ship qml2puppet with all version of Qt Creator, we need a detailed error message. Change-Id: I5b3f1475ce0c77253e318712897a39cea774bb60 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>
-
- 14 Jan, 2013 1 commit
-
-
Thomas Hartmann authored
We disabled this for the 2.6 release. Change-Id: Ia21cf4a214ddb6e7dd99edb96ed1bcf01c2d936f Reviewed-by:
Marco Bubke <marco.bubke@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>
-
- 21 Nov, 2012 1 commit
-
-
Marco Bubke authored
Adds a infrastructure to get text information back to the client. Change-Id: Ie5b92f875fe4cbd5f5a8e4d60a797efa0e5cbf70 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 20 Nov, 2012 1 commit
-
-
Thomas Hartmann authored
Since Qt Quick 2.0 is not supported the message about the missing qml2puppet is just confusing. Task-number: QTCREATORBUG-7858 Change-Id: I4c4454ff1179459456523b540cee7d395aaf8c5c Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 11 Oct, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I2a479e85d7ea6f5803d78d3e2ce86849c882c5a3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Oct, 2012 1 commit
-
-
Christian Kandeler authored
We try to compile as much code as possible on all platforms, and that particular piece does not have platform-specific compile-time dependencies. Change-Id: Ic78e6bdef24df6a7463f49979cdd8e2b8611c1b7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 27 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
Change-Id: If208a0e3d8342fb62fff1ec2475134cdf4f9dcee Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit 36f9c318)
-
- 26 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
Change-Id: If208a0e3d8342fb62fff1ec2475134cdf4f9dcee Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 25 Sep, 2012 2 commits
-
-
Marco Bubke authored
Change-Id: Ice3c6ce1bb0d16d4ffbc33557b12fa147ac6058c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If024515cf43668569b625719f77cc30545453c59 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 20 Sep, 2012 1 commit
-
-
Thomas Hartmann authored
On Windows the exectuable is in either the debug/ or release/ subdirectory. Change-Id: Ic4a155a5d0cd5024c3d8aedf86e8def094a2a84e Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 11 Sep, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I3c3455f411f18322a062f144e98461691d12ada8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 05 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 04 Sep, 2012 1 commit
-
-
Marco Bubke authored
Change-Id: I354fa0127732ac83a6cf33c9f19ff29897db8df4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 07 Mar, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: I0bf982b508a237e5b1e6ba3279cb589bae1b1c1d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 20 Jul, 2011 1 commit
-
-
Marco Bubke authored
Task-number: QTCREATORBUG-4909 Change-Id: I4cad62e379ba66c3ab9eddb2d770f39eb1e07ff8 Reviewed-on: http://codereview.qt.nokia.com/1901Reviewed-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
We now check for Qt Quick 2 instead of Qt Quick 1. This fixes issues with webview and confusion if there arent any imports. Change-Id: I5979996dd618a88e96cb09ef24744f1f9bd51c47 Reviewed-on: http://codereview.qt.nokia.com/1506Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@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>
-
- 05 Jul, 2011 1 commit
-
-
Jarek Kobus authored
Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6 Reviewed-on: http://codereview.qt.nokia.com/1142Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 22 Jun, 2011 1 commit
-
-
Thomas Hartmann authored
Use a Qt qmlpuppet if present, otherwise fallack to the puppet provided by Qt Creator. We look into bin/qmlpuppet(.app/.exe) Change-Id: I057e9ce7cbcc6f3e9926eef482f7f2a34d902aa3 Reviewed-on: http://codereview.qt.nokia.com/441Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-