- 31 Jan, 2013 1 commit
-
-
Alessandro Portale authored
Change-Id: I85df68b4ee1ee4d37b77a34ff8f7bce65d24dc0d 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>
-
- 29 Nov, 2012 1 commit
-
-
Kai Koehne authored
Work around QTBUG-17529 by normalizing paths first. Task-number: QTCREATORBUG-6126 Task-number: QTBUG-28230 Change-Id: Ib7a52c81cf546d022b9db8402e225c8d3c10c0ca Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Nov, 2012 1 commit
-
-
hjk authored
Change-Id: Iabf3c96fc6d6b17282ec2ad43f32f76b04ac2ef0 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
-
-
Christian Kandeler authored
This use case is deprecated in Qt 5. Use QPointer instead. Change-Id: Id6c32542032656d7cb31cf838d93a680ab9e9327 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Sep, 2012 1 commit
-
-
Christian Kandeler authored
They are deprecated in Qt 5. Use fromLatin1() and toLatin1() instead. In Qt 5, these always do the same thing as their "Ascii" counterparts. The same goes for Qt 4, provided QTextCodec::setCodecForCStrings has not been set, which it hasn't. Change-Id: I04edeb376762b6671eff8156094f0d5e2cb8e1ea Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 07 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I9ee4c0760820e9299e238c116936ce8ef140c727 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 27 Jul, 2012 1 commit
-
-
Friedemann Kleint authored
- ProjectExplorer::Profile should appear as 'Target' in the UI. - Fix messagebox title capitalization - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class names, add where applicable to replace QCoreApplication::translate(). - Introduce message utility function for the commonly used 'No tool chain set up for this profile' message to ToolChainProfileInformation. - Introduce message utility functions related to adding files to version control to VcsManager to be shared by QmlJsEditor. - Fix typos. - Remove QObject::tr(), QCoreApplication::tr(). - Do not translate diagnostic console warnings of QmlProfiler. Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 08 May, 2012 1 commit
-
-
hjk authored
Change-Id: Ic7ce5b883e054c6eeba078327042e99e1c556345 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 Apr, 2012 1 commit
-
-
Yuchen Deng authored
Change-Id: Ibce8a4cc32f5bcaa30f9a5b5376f7e64f367455a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 02 Apr, 2012 1 commit
-
-
Yuchen Deng authored
In copyToAlternativeLocation function, project directory is better than home path. at least, It's more clear. Change-Id: I38faa6aedcda02459f5d4715c35fb0e2e64dd0f6 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 27 Mar, 2012 1 commit
-
-
Tobias Hunger authored
Do not try to open non-existant project files when asked to open an example. Change-Id: Ibcd106a0a8354f98998e61cafa3f5cd2ce2844b0 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 21 Mar, 2012 2 commits
-
-
Eike Ziller authored
Opening the project jumped to project mode, which doesn't have a help side bar. We now configure the example project and jump to edit mode before opening the documentation. Change-Id: Ic87d3fd0856862ac9297d43307037f994664acdc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Eike Ziller authored
The new target setup jumps to project mode which doesn't have a help side bar, so it would always jump to help mode for opening the documentation. Change-Id: I83343950d53d230a176b1603ca729e4802972f6e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 13 Mar, 2012 1 commit
-
-
Friedemann Kleint authored
Do not include <QtDeclarative>. Change-Id: I0a7fb80a775764f57bc3c6785ba7eac862cd71df Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 09 Mar, 2012 1 commit
-
-
Daniel Teske authored
Each example can now provide a list of platforms by the examples manifest .xml file. This list can control the target configuration of the example when it is opened in the welcomepage. Change-Id: I893230fd2850b7a1272db71a7f589044d52041d1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 Mar, 2012 1 commit
-
-
Thomas Hartmann authored
This patch allows replacing specific pages by id() and priority(). Change-Id: Ief0b01e6a43bdc187625c0b7aa97745588322e5e Reviewed-by:
hjk <qthjk@ovi.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>
-
- 02 Feb, 2012 1 commit
-
-
Eike Ziller authored
E.g. when showing the example or tutorial browser. Change-Id: I938d38872c455bbfc6f28b759701e84cd57bf354 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 09 Jan, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: I893b225601a073bc5d74199dba3323f3e233560e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Nov, 2011 2 commits
-
-
Alessandro Portale authored
The cropping coordinates are stored in a file images_areasofinterest.xml. A tool to create/maintain the cropping coordinates is included in this patch. Then changes to Delegate.qml prevent QML from scaling the image. If scaling is needed it is now the job of the Image provider. dropshadow.png had to be adjusted because the border had different widths and heights. Change-Id: Ib25db896d40eeec0e0a373c971931dc5cabf3cbe Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Daniel Molkentin authored
Change-Id: I7e97af90cb7cd4c93abe2330cfbd92581b2be22e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 23 Nov, 2011 1 commit
-
-
Thomas Hartmann authored
Design done by: Virva Auvinen Change-Id: I94ca75f50d3924088bc7d9be6cc884975480bcac Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 22 Nov, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I70cfc3250baeff4c10d2c81ad34ac38ec2383b2d 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>
-
- 11 Oct, 2011 2 commits
-
-
Christian Kandeler authored
Change-Id: I271072584882e256c7bfcbc39acdef0b42495bda Reviewed-on: http://codereview.qt-project.org/6445 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Thomas Hartmann authored
invokeMethod Qt::BlockingQueuedConnection will deadlock if the event loop has already stopped. I use Qt::AutoConnection instead and manually sync using a timeout. I also react to coreAboutToClose() to avoid unnecessary timeouts. Change-Id: I941bfd6bb66eeb9040a9ae0900492003ca34e094 Reviewed-on: http://codereview.qt-project.org/6421 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 28 Sep, 2011 1 commit
-
-
Thomas Hartmann authored
GettingStartedWelcomePage gets instanciated twice now. The new instance does show the examples and has the title: "Demos and Examples". The ExamplesListModel is shared between the two instances and is a static member. The method examplesModel() is used to access the ExamplesListModel and lazily creates one. QtSupportPlugin creates the two different instances. Change-Id: Ie5bf9ce8b25aeeacb88731ce1d3179004175fd2f Reviewed-on: http://codereview.qt-project.org/5706 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Sep, 2011 1 commit
-
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-5996 Task-Nr: QTCREATORBUG-5995 Change-Id: I4184a1c652cbfc93a788a8f9b67d936401e197b9 Reviewed-on: http://codereview.qt.nokia.com/4197 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 17 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Change-Id: I681bab48aafb029f4869209382493dfa36233a2d Reviewed-on: http://codereview.qt.nokia.com/3081 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 27 Jul, 2011 1 commit
-
-
Eike Ziller authored
Fixes an occassional assert "Cannot send events to objects owned by a different thread." with receiver QHelpEngineCorePrivate. Change-Id: I77ffd663a055c493607907374f7a4d775f6aac6c Reviewed-on: http://codereview.qt.nokia.com/2289 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 07 Jul, 2011 1 commit
-
-
Daniel Molkentin authored
In case the project file is not user-writable, assume that the entire project isn't and create a copy. Useful e.g. for distro packaged examples. Also, make the additonal files to open work properly. Change-Id: Iedd590ba7709c0e689adcb3944e75394b6ef0955 Reviewed-on: http://codereview.qt.nokia.com/1097 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Daniel Molkentin authored
Implements new XML-based format for examples, demos & tutorials Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com> Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a Reviewed-on: http://codereview.qt.nokia.com/840 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-