- Nov 10, 2010
-
-
mae authored
This was DevDay's 3rd most requested feature Done-with: Erik Verbruggen
-
- Nov 09, 2010
-
-
Leandro Melo authored
This is pretty much a complement of commit 3a684586, which is an attempt to make editors and indenters a bit more decoupled. Reviewed-by: Thorbjorn Lindeijer
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- Nov 08, 2010
-
-
con authored
-
- Nov 05, 2010
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
mae authored
text on top of seach results on top of find scope on top of ifdefed out lines.
-
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.
-
Leandro Melo authored
Reviewed-by: con
-
- Oct 29, 2010
-
-
Friedemann Kleint authored
Fix 722e48c2.
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Oct 28, 2010
-
-
Takumi ASAKI authored
TextEditor will now recognize an UTF-8 BOM. A setting to determine what to do on saving has been added as well - the options are "Always Add", "Keep Already Present" and (mostly for completeness) "Always Delete". Note: if encoding is "System", "Always Add" doesn't work, because there is no API to know what the System encoding is. Task-number: QTCREATORBUG-1857 Merge-request: 2180 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Oct 26, 2010
-
-
Francois Ferrand authored
(default). Merge-request: 201 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Oct 25, 2010
-
-
con authored
-
- Oct 19, 2010
-
-
con authored
Didn't work if a project specific encoding was set. Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
- Oct 18, 2010
-
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
- Oct 15, 2010
-
-
Thorbjørn Lindeijer authored
This caused it to go to 0 when for example displaying size 9 at 10%, which is an invalid value so it caused the text to revert back to the default size. It also caused zooming to sometimes appearing to have no effect. For example zooming size 9 to 110% would still yield size 9 rather than 9.9. Task-number: QTCREATORBUG-2744 Task-number: QTCREATORBUG-2745 Reviewed-by: Robert Loehning Reviewed-by: hjk
-
Thorbjørn Lindeijer authored
Reviewed-by: Leandro Melo Reviewed-by: hjk
-
- Oct 14, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com> Reviewed-by:
ossi <oswald.buddenhagen@nokia.com> Task-number: QTCREATORBUG-688
-
- Oct 13, 2010
-
-
Leandro Melo authored
Example situation: The plain text editor is displaying in-memory content and has not been explicitly "configured". If there's an attempt to indent the text it crashes since the indenter is invalid. This can happen if one clicks on 'Show View Contents in Editor' within a debug session and press enter in the editor. Reviewed-by: con
-
- Oct 12, 2010
-
-
Leandro Melo authored
Reviewed-by: con
-
- Oct 11, 2010
-
-
con authored
Task-number: QTCREATORBUG-65
-
con authored
Also some const correctness.
-
con authored
Moving the logic out of BaseTextDocument for use at other places.
-
Leandro Melo authored
Reviewed-by: con
-
Leandro Melo authored
Reviewed-by: ckamm
-
- Oct 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
Christian Kamm authored
Reviewed-by: hjk Reviewed-by: Erik Verbruggen
-
- Oct 06, 2010
-
-
Leandro Melo authored
Currently used by the QML outline and C++ type hierarchy. Reviewed-by: kkoehne Task-number: QTCREATORBUG-2583
-
Leandro Melo authored
Reviewed-by: hjk Reviewed-by: dt Task-number: QTCREATORBUG-2038
-
- Sep 30, 2010
-
-
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.
-
Leandro Melo authored
The generic highlighter already provided a method for this. This method was then lifted to the base syntax highlighter and it is now used by the profile highlighter. Reviewed-by: Roberto Raggi Task-number: QTCREATORBUG-2448
-
- Sep 29, 2010
-
-
Leandro Melo authored
-