- Nov 02, 2010
-
-
Friedemann Kleint authored
-
con authored
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
Friedemann Kleint authored
Acked-By: dt
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Friedemann Kleint authored
-
- Oct 28, 2010
-
-
Francois Ferrand authored
scrolling. Allow Ctrl+Home/Ctrl+End to scroll to the beginning/end of buffer. Merge-request: 202 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Oct 27, 2010
-
-
con authored
This was broken in case of no targets page being used, and using the project name variable in default values for wizard parameters in the page following the intro page (like it is done in the hello world wizard). Reviewed-by: Friedemann Kleint
-
- Oct 26, 2010
-
-
dt authored
-
- Oct 25, 2010
-
-
con authored
Reviewed-by: dt
-
con authored
Reviewed-by: Joerg Bornemann
-
Tobias Hunger authored
-
Tobias Hunger authored
Improve the delegate used to paint the tasks inside the taskwindow. * Limit maximum size of the area used to paint the filename. * Fix glitch where the filename is painted over the line number * Reduce size of gradients painted, use clipping instead. Task-number: QTCREATORBUG-2757
-
- Oct 21, 2010
-
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
- Oct 19, 2010
-
-
con authored
The heuristics depended on pro files appearing before pri files in the list, but now the list is alphabetically sorted. Leading to deployment.pri being selected by default for mobile projects. Task-number: QTCREATORBUG-2792 Reviewed-by: Friedemann Kleint
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- Oct 15, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2726 Reviewed-by: Oswald Buddenhagen
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
- Oct 11, 2010
-
-
dt authored
Reviewed-By: ck Task-Nr: QTCREATORBUG-2653
-
con authored
Task-number: QTCREATORBUG-65
-
con authored
Also some const correctness.
-
Leandro Melo authored
Reviewed-by: dt
-
- Oct 08, 2010
-
-
Friedemann Kleint authored
- Report errors correctly. - Do not pass empty target argument to qmake - Give 'make' a longer timeout and change timeout checking to trigger after last output line was obtained from process - Make build log dialog non-modal and ensure it pops up on failure even if a different Qt version was selected in-between - Disable Rebuild-button while build is running. Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
Tobias Hunger authored
Do not save temporary editors in the session. Chances are high that files opened in those editors are not around when the session is reopened. Task-number: QTCREATORBUG-2422
-
Tobias Hunger authored
This breaks too much on windows. Reviewed-by: dt
-
hjk authored
-
con authored
Reviewed-by: Tobias Hunger Task-number: QTCREATORBUG-1877
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 05, 2010
-
-
Daniel Molkentin authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2584
-
Friedemann Kleint authored
-
- Oct 04, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2592
-
- Sep 30, 2010
-
-
dt authored
Some of the buttons weren't disabled. Reviewed-By: Leandro Melo
-
Friedemann Kleint authored
Symptom of file name slashification breakage. Reviewed-by: dt Task-number: QTCREATORBUG-2535
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
- Sep 29, 2010
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2464 Reviewed-by: Tobias Hunger
-