summary refs log tree commit diff
path: root/pkgs/development/qtcreator
Commit message (Collapse)AuthorAge
* qtcreator: 4.3.1 -> 4.4.0Lancelot SIX2017-09-07
| | | | | See http://blog.qt.io/blog/2017/09/05/qt-creator-4-4-0-released/ for release information
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* qtcreator: 4.3.0 -> 4.3.1romildo2017-07-01
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel2017-06-18
| | | | | Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
* qtcreator: 4.2.1 -> 4.3.0 (#26627)José Romildo Malaquias2017-06-18
| | | | | | | | | | | * qtcreator: 4.2.1 -> 4.3.0 Update qtcreator to version 4.3.0. Remove explicit creation and installation of a desktop file, since one is already provided in the distribution package. * qtcreator: use full executable path in the desktop file
* Remove bbenoist from maintainersBaptist BENOIST2017-03-23
| | | | | Sorry guys but I did not used Nix since months and cannot spend time maintaining my previous work...
* qtcreator: 4.2.0 -> 4.2.1Nikolay Amiantov2017-02-03
|
* qtcreator: 4.1.0 -> 4.2.0Nikolay Amiantov2016-12-29
|
* qtcreator: enable checkingJosé Romildo Malaquias2016-09-06
|
* qtcreator: 3.6.1 -> 4.1.0José Romildo Malaquias2016-09-06
|
* qtcreator: 3.6.0 -> 3.6.1 (bugfixes)Bjørn Forsman2016-05-18
| | | | | Changelog: http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6
* qtcreator: move to qmakeHookNikolay Amiantov2016-04-20
|
* qtcreator: 3.5.1 -> 3.6.0Eduard Bachmakov2016-01-15
|
* qtcreator: Qt 5 infrastructure updateThomas Tuegel2015-12-20
|
* qtcreator: 3.4.2 -> 3.5.1Bjørn Forsman2015-12-12
| | | | Builds and runs.
* qtcreator: add qtdeclarative to QML2_IMPORT_PATHBjørn Forsman2015-11-09
| | | | | | | | | | | | | | | | | 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.
* qtcreator: add missing QML modules (fixes #9629)Artjom Vejsel2015-09-03
| | | | Fixes empty welcome screen because of missing QML modules.
* qtcreator: refactor for using qt54Artjom Vejsel2015-08-24
|
* qtcreator: fix hashArseniy Seroka2015-07-04
|
* qtcreator: 3.2.1 -> 3.4.2Artjom Vejsel2015-07-02
|
* qtcreator: Update from 3.2.0 to 3.2.1Baptist BENOIST2014-10-14
|
* qtcreator: Update from 3.1.0 to 3.2.0Baptist BENOIST2014-10-05
|
* qtcreator: install desktop fileBjørn Forsman2014-08-02
|
* qtcreator: install documentationBjørn Forsman2014-08-02
| | | | | | | | 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.
* qt5,qtcreator: update to qt-5.2.1 and qtcreator-3.1.Jos van den Oever2014-06-11
| | | | | | | Close #2643. Testing parallel build of qt5: fine on @vcunat's 8-core (just this single task). We'll see on Hydra.
* qtcreator: Make the qt package optional and introduce the QtSDKbbenoist2013-10-21
| | | | | | | | | | | | | | | 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).
* qtcreator: Update to 2.8.1bbenoist2013-10-17
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * 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.
* qtcreator: Update to version 2.8.0bbenoist2013-07-15
| | | | | See <http://blog.qt.digia.com/blog/2013/07/11/qt-creator-2-8-0-released/> for more informations.
* qtcreator: Update to 2.7.1 and improvements (merge #579)bbenoist2013-06-01
| | | | | | | | | | | | | | | | | | - 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.
* qtcreator: Build QmlDesigner PluginBaptist BENOIST2012-11-27
| | | | | Building of this plugin required qt's private headers. See http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/README for more.
* qtcreator: update to 2.6.0Baptist BENOIST2012-11-27
|
* Add qtcreator-2.5.2Baptist BENOIST2012-10-16
Signed-off-by: Baptist BENOIST <return_0@live.com>