- May 19, 2010
-
-
Daniel Molkentin authored
-
- May 17, 2010
-
-
Friedemann Kleint authored
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- Mar 31, 2010
-
-
Jarek Kobus authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Dec 16, 2009
-
-
Friedemann Kleint authored
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Oct 12, 2009
-
-
Rohan McGovern authored
These .pri files which add to INCLUDEPATH and have FORMS should also add to DEPENDPATH. Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake. That means qmake may not find headers in those paths and won't consider them dependencies when compiling the source files which include them. This doesn't matter when all the headers in the new INCLUDEPATH are always present, but when some of them are generated (e.g. from FORMS), the dependencies are important and omitting them means a race condition in parallel builds. Fixes errors of the form: ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open include file: 'ui_topicchooser.h': No such file or directory (cherry picked from commit 9a7e0294)
-
- Oct 08, 2009
-
-
Rohan McGovern authored
These .pri files which add to INCLUDEPATH and have FORMS should also add to DEPENDPATH. Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake. That means qmake may not find headers in those paths and won't consider them dependencies when compiling the source files which include them. This doesn't matter when all the headers in the new INCLUDEPATH are always present, but when some of them are generated (e.g. from FORMS), the dependencies are important and omitting them means a race condition in parallel builds. Fixes errors of the form: ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open include file: 'ui_topicchooser.h': No such file or directory
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 11, 2009
-
-
Friedemann Kleint authored
... to accommodate for the setup at Nokia.
-
- Jul 29, 2009
-
-
Friedemann Kleint authored
Add missing Q_OBJECTS where tr() was used.
-
- Jul 27, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Remove unused code.
-
- Jul 24, 2009
-
-
Friedemann Kleint authored
... based on the git clone wizard. Provide a wizard for browsing gitorious hosts. Task-number: 44831
-