- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 28 Jan, 2013 1 commit
-
-
Robert Loehning authored
QT_VERSION_STR is being read from Qt's source directory and may differ from the version of the build being used See also printVersion() in src/app/main.cpp Change-Id: Ib740c07136e1549b0cbecc8258889688763b0b36 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 09 Oct, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I1c85bae3a1ada7a281fedd6951b35e6a4da395e6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Sep, 2012 7 commits
-
-
Thomas Hartmann authored
Change-Id: Ie198a0e3d8342fb62ff51ec2475134cdf4f9dcea Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit ad535b5b)
-
Thomas Hartmann authored
This patch allows compiling the qml(1)puppet with Qt 5. Some minor fixes for private headers, cleaning up some old code and QUrl::UrlFormattingOption got renamed. Change-Id: I732f9f9ef0b831d09134b1d2c013efda55e36e11 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit fee6b56a)
-
Thomas Hartmann authored
Change-Id: Ie199a0e3d8342fb62ff51ec2475134cdf4f9dcee Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit 362b8d98)
-
Marco Bubke authored
Change-Id: I571812c88b323e339f5b4c068f8027d9217da64c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 9e7a8e41 ) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Iba13f1b03a641f913d69822ddd623d6bfe38825f Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We already did some refactoring on this part in master. Change-Id: Ia878afa3aa773d2496343e052ababf30da9351d7 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I85378c0a2884a7c8886482f38bad24210ef33d69 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit d8d862f2 ) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 25 Sep, 2012 1 commit
-
-
Daniel Molkentin authored
'make install' now installs to $(INSTALL_ROOT)$$QTC_PREFIX/... This is used for giving the contents of the 7zips an additional prefix. (previously done by doing an additional copying step in bindistHelper). QTC_PREFIX can also be used to give Qt Creator a different install path at qmake time, and defaults to /usr/local on Linux. On Windows and Mac there is no default for QTC_PREFIX. Usage: qmake -r QTC_PREFIX=/qtcreator-2.6.0 && make && INSTALL_ROOT=/tmp/creator-dist make install Change-Id: Id30781e14bfdde52531800f22b22e39f0459e806 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 07 Sep, 2012 1 commit
-
-
Eike Ziller authored
It depends on and mixes in changes made in another change on gerrit that is not merged, so it breaks the package build. This reverts commit c29bf6f6 . Change-Id: Ibb251150909271f3e119f05a1691832aae8ac633 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Molkentin authored
Reason: $INSTALL_ROOT is only meant to be used by packagers to temporarily put the contents into a different location, which is needed for fakeroot packaging. QTC_PREFIX is not a qmake variable, and defaults to /usr/local. On Windows the default prefix is "QtCreator", since "make install" is expected to be used in a packaging context only where either INSTALL_ROOT should be used or QTC_PREFIX should be set to the absolute destination path where e.g. an installer generator will pick it up. Change-Id: Ifa4950340e58e34726c53f5417adcc7b50828ce1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 22 Aug, 2012 1 commit
-
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be 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>
-
- 27 Jul, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: I99fac91fe997a8f6437998687cf9d30557fa818e Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 29 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Change-Id: Ia5e6fd8a8bf405a3b48ea4e53762623db37378dd Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 Mar, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: Id353ab140a46e06ffc3abf667ab3b234e749e17c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 2 commits
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
Kai Koehne authored
So far we assumend that the JSDebugAgent service switches to the Enabled state after the constructor has run. That's apparently not true for Harmattan PR1.2 (maybe the app / Qt calls process events by hand, maybe it was a race condition from the start). Fix this by checking the status already in the constructor, and register ourselves as debugger agent if status == Enabled. Change-Id: Icae189102116c8b572e05ce6c64f14b8f428ed2f Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 17 Nov, 2011 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-6543 Reviewed-by: Roberto Raggi Change-Id: I81af457eed14a2f863a0a92d4f5ff69c2dc48d67 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 03 Nov, 2011 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-5825 Change-Id: Ib086e8ed213738516015334736b1a2badb202993 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 31 Oct, 2011 1 commit
-
-
Pawel Polanski authored
Case sensitive systems do not recognise the library Change-Id: I59d296a3bc38669bb2dc58e0bafeafe792e41543 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 18 Oct, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: I834bc5da86c97ddaeefb43011444da8ed0e85180 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 05 Oct, 2011 2 commits
-
-
Thomas Hartmann authored
Allows using qml files referencing qrc resources in the designer. Change-Id: I8a3ae9c5a0fb38c47505cc606609acb41f648bbc Reviewed-on: http://codereview.qt-project.org/6075 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Create an Item as stand-in. Change-Id: Ic6521bcade216bbb04679eabd909d2eec3d8a366 Reviewed-on: http://codereview.qt-project.org/6076 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 21 Sep, 2011 1 commit
-
-
Eike Ziller authored
Fix wasn't fixing anything, the slash is not in libraryPath but in the string that is appended to it. This reverts commit 95009e0a.
-
- 20 Sep, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: I9a19ab772db406b0b1e6f9b76b997dcee17bccbf Reviewed-on: http://codereview.qt-project.org/5244 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
This allows overwriting values in node instances only. Change-Id: I596323a9ebc112033c9811a8aaf35fed371cb867 Reviewed-on: http://codereview.qt-project.org/4924 Reviewed-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>
-
- 19 Sep, 2011 2 commits
-
-
Thomas Hartmann authored
QLibraryInfo::location(QLibraryInfo::ImportsPath) might miss the '/' at the end. Change-Id: I552cef7efce7644fad82247850d8853c72edd0ea Reviewed-on: http://codereview.qt-project.org/5150 Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 Sep, 2011 2 commits
-
-
Marco Bubke authored
Change-Id: Icfc508e1549f4cfbcdda09b4611b2d66b4e2de1d Reviewed-on: http://codereview.qt.nokia.com/4287 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I9f17f369816763b2ac983d557d6bcaa723a28139 Reviewed-on: http://codereview.qt.nokia.com/4286 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
Marco Bubke authored
Change-Id: I4a05ddc9e28e02aa9b9a8f602b3726fc53743245 Reviewed-on: http://codereview.qt.nokia.com/4101 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-