- 05 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Aug, 2012 2 commits
-
-
Marco Bubke authored
Change-Id: Id56143ee936cf07d38df59e4badec00a3a570c26 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Marco Bubke authored
Change-Id: I5fb2faca0b7322908ae7abb7633627b113035dbc Reviewed-by:
Alessandro Portale <alessandro.portale@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>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: I4088695312de5ea526578c6b901a79a9662797b8 Reviewed-on: http://codereview.qt-project.org/4961Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 10 May, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-4770
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 19 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 08 Mar, 2011 2 commits
-
-
Thomas Hartmann authored
There were cases where a QDeclarativeEngine was crashing. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
There were cases where a QDeclarativeEngine was crashing. Reviewed-by: Kai Koehne
-
- 01 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Using '/' was legacy and is just confusing. The code is way more consistent now with QmlJS and does not require conversions.
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 15 Dec, 2010 3 commits
-
-
Thomas Hartmann authored
Use name + category for identification needed some refactoring.
-
Thomas Hartmann authored
We use the text editors meta info system now.
-
Thomas Hartmann authored
Avoid adding an item a second time to the item library.
-
- 09 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
Also we do translate "Qml Components" anymore since it might get confusing and all the other categories do not get translated, either.
-
- 01 Dec, 2010 1 commit
-
-
Thomas Hartmann authored
The new implementation is based on the QmlJS::Interpreter meta info system and gets its info from parsing qml and qmldumper instead of interogating QDeclarative classes. So we share this code with the Qml TextEditor and this approach is also way more flexible. It also work with different Qt versions. The meta info is now bound to a document/rewriter. The api has changed slightly. subComponentManager: cleanup The SubComponentManager does not have to provide meta info, anymore. propertyParser: cleanup Enums were never properly converted. here. metaInfo: remove old MetaInfo classes Removing the old MetaInfo classes and code
-
- 06 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
We need to support the N900 Reviewed-by: Kai Koehne
-
- 01 Oct, 2010 1 commit
-
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
- 24 Sep, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 15 Sep, 2010 2 commits
-
-
Friedemann Kleint authored
Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
-
- 13 Sep, 2010 2 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
- 12 May, 2010 3 commits
-
-
Kai Koehne authored
Store qml versions in the metatype system. Instead of just assuming e.g. "4, 6" or "4, 7" as default, support passing "-1, -1" as versioning wildcard. When inspecting the qml meta type system, versions are now stored also for types that have no qml name / version. The version of the referenting type is then taken, e.g. there are now entries for "Qt/Object", 4, 7 and "Qt/Object", 1, 0 (from QmlProject, 1, 0). Furthermore, some unused methods were removed, and the logic changed insofar as that a type can have only one direct super type. Reviewed-by: Thomas Hartmann Reviewed-by: Marco Bubke
-
Kai Koehne authored
ItemLibraryInfo has now a signal "entriesChanged()", which the ItemLibrary connects to. To allow this, ItemLibraryInfo was moved from a stack-based to a heap-based class. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Remove dependencies to QMetaInfo & unify method names. Reviewed-by: Thomas Hartmann
-
- 10 May, 2010 2 commits
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
The class represents one single entry in the library, therefore the old name was misleading. Reviewed-by: Thomas Hartmann
-
- 07 May, 2010 1 commit
-
-
Kai Koehne authored
Completely switch to using canonical paths in the subcomponent manager.
-
- 05 May, 2010 1 commit
-
-
Kai Koehne authored
Avoids problems when e.g. running 'make clean' - this one tries to delete all files named core.
-
- 18 Mar, 2010 1 commit
-
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
- 05 Mar, 2010 1 commit
-
-
Christiaan Janssen authored
-