summaryrefslogtreecommitdiffstats
path: root/pkgs/development/qtcreator
AgeCommit message (Collapse)Author
2016-05-18qtcreator: 3.6.0 -> 3.6.1 (bugfixes)Bjørn Forsman
Changelog: http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6
2016-04-20qtcreator: move to qmakeHookNikolay Amiantov
2016-01-15qtcreator: 3.5.1 -> 3.6.0Eduard Bachmakov
2015-12-20qtcreator: Qt 5 infrastructure updateThomas Tuegel
2015-12-12qtcreator: 3.4.2 -> 3.5.1Bjørn Forsman
Builds and runs.
2015-11-09qtcreator: add qtdeclarative to QML2_IMPORT_PATHBjørn Forsman
When building with Qt 5.4 this is not a problem, but with Qt 5.5 (tested locally), it is clear that this dependency is missing: $ ./result/bin/qtcreator file:///nix/store/zmpf6ydrjdydd85wh6splpywv6aj4782-qtcreator-3.4.2/share/qtcreator/welcomescreen/welcomescreen.qml:31:1: module "QtQuick" is not installed import QtQuick 2.1 ^ With Qt 5.4 something else is pulling in the qtdeclarative dependency, it can be seen in the qtcreator wrapper script. Note to self: "import QtQuick" != qtquickcontrols. QtQuick is apparently located in the qtdeclarative module.
2015-09-03qtcreator: add missing QML modules (fixes #9629)Artjom Vejsel
Fixes empty welcome screen because of missing QML modules.
2015-08-24qtcreator: refactor for using qt54Artjom Vejsel
2015-07-04qtcreator: fix hashArseniy Seroka
2015-07-02qtcreator: 3.2.1 -> 3.4.2Artjom Vejsel
2014-10-14qtcreator: Update from 3.2.0 to 3.2.1Baptist BENOIST
2014-10-05qtcreator: Update from 3.1.0 to 3.2.0Baptist BENOIST
2014-08-02qtcreator: install desktop fileBjørn Forsman
2014-08-02qtcreator: install documentationBjørn Forsman
qtcreator displays an error when accessing help, unless we have installed documentation. That seems like a packaging bug to me and is definitely unfriendly (default) behaviour. This change increases the closure size from 56 MiB to 68 MiB.
2014-06-11qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.Jos van den Oever
Close #2643. Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task). We'll see on Hydra.
2013-10-21qtcreator: Make the qt package optional and introduce the QtSDKbbenoist
To give the ability to use a different Qt version than the default one (which can build 3 different times Qt Libraries if we mixed the default one, the qtcreator one and the version including all the examples and the docs). Right now a developer can choose to directly install the QtSDK which includes a "full" (developerBuild + docs + examples) Qt version and uses it to build QtCreator. The possibility to only install QtCreator and its previous behavior has been kept for flexibility purposes (we do not need to force someone on the SDK approach).
2013-10-17qtcreator: Update to 2.8.1bbenoist
2013-10-06More description fixesBjørn Forsman
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-07-15qtcreator: Update to version 2.8.0bbenoist
See <http://blog.qt.digia.com/blog/2013/07/11/qt-creator-2-8-0-released/> for more informations.
2013-06-01qtcreator: Update to 2.7.1 and improvements (merge #579)bbenoist
- Qt is now directly overriden in QtCreator's definition. - qt48Full can be used in a development environment to enable access to docs demos and examples. NOTE: It may be required to remove older configuration files located in ~/.config/QtProject and at ~/.config/Trolltech.conf to reconfigure qtcreator with the correct paths. I have found /nix/store/... paths in the following files: $HOME/.config/QtProject/qtcreator/toolchains.xml $HOME/.config/QtProject/qtcreator/qtversion.xml $HOME/.config/QtProject/qtcreator/helpcollection.qhc At the first launch, be sure to check your qtcreator's configuration by selecting Tools->Options. The most important parts are the Kits and QtVersion tabs located in the Build & Run section.
2012-11-27qtcreator: Build QmlDesigner PluginBaptist BENOIST
Building of this plugin required qt's private headers. See http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/README for more.
2012-11-27qtcreator: update to 2.6.0Baptist BENOIST
2012-10-16Add qtcreator-2.5.2Baptist BENOIST
Signed-off-by: Baptist BENOIST <return_0@live.com>