- 09 Aug, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: Ic598eba24da514d56e5e16c443788bd17a670ba5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 04 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ie7559562218ecab65da17f58e3515556a4a1d5c5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 24 Jan, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: Ief5a5835eb43a7e24db04315166fc3723b9ed997 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 27 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I10541e999d6210caf6b88ecb5c1010e831b2f4d4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Sep, 2012 2 commits
-
-
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>
-
Christian Kandeler authored
They are deprecated in Qt 5. Call std::memset and std::memcpy instead. Change-Id: I53c22283208b4d6fdfcba870c3b141f3c02001bd Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Aug, 2012 1 commit
-
-
Christian Kandeler authored
Instead use the newly added abstractions from ProjectExplorer. This makes the plugin qmake-independent in principle; any build system can be used as long as the respective QtCreator plugin provides a way to set up the required deployment information. As a side effect of this patch, two features are lost: (1) The ability to add a remote directory automatically for a RemoteLinux based target. This was rarely ever useful, because any non- trivial project requires more files to be deployed than just one binary. (2) The ability to add Desktop files and icons for Fremantle and Harmattan projects. Similar points as above apply here as well; such projects should be set up via QtCreator's wizards or manually by users who know what they are doing. Change-Id: I2d7e621256f01143aafe3b191b04a120f053e672 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 25 Apr, 2012 1 commit
-
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@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>
-
- 08 Feb, 2012 1 commit
-
-
Christian Kandeler authored
All these things were always conceptually per-target, but due to not having a common target class we had to awkwardly implement the concept using shared pointers. Change-Id: I1bb1992a230a485d519a892a6ca602a6846fc3cf Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 11 Jan, 2012 1 commit
-
-
Nikolai Kosjar authored
This simplifies some deploy steps and replaces RemoteLinuxDeployStepWidget. Change-Id: I4ad82c498cee0f15e1c93bf915cd48355017eb84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by:
Paweł Polański <pawel.3.polanski@nokia.com>
-
- 12 Dec, 2011 1 commit
-
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-6674 Change-Id: I3cca8a75b1108f4fede09191cfed76c8fcf44c0e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by:
Paweł Polański <pawel.3.polanski@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 24 Oct, 2011 2 commits
-
-
Christian Kandeler authored
Change-Id: I229aa0ec3bfa1a135c9f14e272900995ac834421 Task-number: QTCREATORBUG-6324 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Where the deploy stuff depends on the activeBuildConfiguration it's likely to be wrong or worse could be used to crash creator. So make those places stand out. Also if we ever move towards supporting meta-builds of multiple buildconfigurations at once, then using the active build configuration is wrong. Change-Id: I754a77a4a8b352e79e8a6703c26ed41a189cf74e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 20 Oct, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I30d412dde2484b756dd2f06ed0a7b5030c14c9eb Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 01 Aug, 2011 1 commit
-
-
Christian Kandeler authored
- Introduce generic and Madde-specific deploy configuration widgets. - Move project file update logic into dedicated class. - Generic deploy configuration widget no longer has the ability to change deployment settings via the GUI, because we cannot know which qmake scope to use for that. Change-Id: Ie542a0852c8aa1c6b416cd7aece4e48c1cc2de7c Reviewed-on: http://codereview.qt.nokia.com/2445 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 15 Jul, 2011 1 commit
-
-
Christian Kandeler authored
This removes the dependency of the tar packaging step on Maemo-specific code. Change-Id: I863b13e643a5028edaf2f571f63b1a52d229812b Reviewed-on: http://codereview.qt.nokia.com/1709 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-