- 09 Nov, 2011 1 commit
-
-
Felix Geyer authored
Change-Id: Ife56e908a67da70ebe5af223b19fc8b99fc3a1d2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 02 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Oct, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: Iee0a01491075e1e82c17211b5e119bd5e167763b Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 18 Oct, 2011 1 commit
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-6310 Change-Id: Ibd10043c775832f3195c39f9d94b72c6d1447c9d Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 28 Sep, 2011 1 commit
-
-
Friedemann Kleint authored
Initial-patch-by:
Daniel Molkentin <daniel.molkentin@nokia.com> Change-Id: I28c03f29f69e4589aba9b5c234c86ec659f34c5a Reviewed-on: http://codereview.qt-project.org/5683Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 21 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710 Reviewed-on: http://codereview.qt-project.org/5312Reviewed-by:
hjk <qthjk@ovi.com>
-
- 08 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5 Reviewed-on: http://codereview.qt-project.org/4321Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Sep, 2011 2 commits
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
The function is still there but should be remove in my opinion. Change-Id: I739fe942e74f459faccb80b5bcb8a5721c6bb9bf Reviewed-on: http://codereview.qt.nokia.com/4200Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Use it in BaseTextEditor and Designer to preserve CRLF of the files. Task-number: QTCREATORBUG-5901 Change-Id: I7599ce78649a3b09f2e5118d02f8cbf3db27ed31 Reviewed-on: http://codereview.qt.nokia.com/3591Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 19 Aug, 2011 1 commit
-
-
Christian Kamm authored
Previously RefactoringFiles were usually passed around by value. However, since a RefactoringFile may sometimes own a QTextDocument (when it was read from a file), that's not great and caused the file to be reread after every copy. With this change RefactoringFile becomes noncopyable and is always owned by a shared pointer. This change also allowed having const RefactoringFiles which is useful because they can be safely used from other threads. See CppRefactoringChanges::fileNoEditor. Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b Reviewed-on: http://codereview.qt.nokia.com/3084Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 14 Jul, 2011 1 commit
-
-
hjk authored
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018 Reviewed-on: http://codereview.qt.nokia.com/1187Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 04 Jul, 2011 1 commit
-
-
Leandro Melo authored
It's sufficient (and actually better) to configure the plain text editor at the moment in which the xml is synchronized. Task-number: QTCREATORBUG-5251 Change-Id: Ib2a3e1828f61770871486b8fbc1618abda1a5a74 Reviewed-on: http://codereview.qt.nokia.com/931Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> (cherry picked from commit 754b8b3a)
-
- 30 Jun, 2011 1 commit
-
-
Leandro Melo authored
It's sufficient (and actually better) to configure the plain text editor at the moment in which the xml is synchronized. Task-number: QTCREATORBUG-5251 Change-Id: Ib2a3e1828f61770871486b8fbc1618abda1a5a74 Reviewed-on: http://codereview.qt.nokia.com/931Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 19 May, 2011 2 commits
-
-
Friedemann Kleint authored
Test the new Qt Designer integration interfaces. Change-Id: I8364167d5be3e7c361b192318b0bba7fb70d0f2f Reviewed-on: http://codereview.qt.nokia.com/9Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Friedemann Kleint authored
-
- 12 May, 2011 2 commits
-
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-2847
-
Oswald Buddenhagen authored
the info about the bars is now stored in the IFile, not in the EditorView. this is somewhat more expensive for the bars which identically apply to all editors of one type, but fixes consistency issues between views. additionally, it is now possible to set several simultaneous info bars per file, which ensures that no information is lost. Co-authored-by: mae
-
- 10 May, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 19 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 18 Apr, 2011 4 commits
-
-
Oswald Buddenhagen authored
there only two classes of files anyway: regularly editable ones which may ask for interaction, and "background" files which always operate silently. the regular case is the more complex one, so put that into the base class.
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
Oswald Buddenhagen authored
add/unify read error handling in all affected classes
-
Oswald Buddenhagen authored
this centralizes error reporting (in fact, in most cases it adds any in the first place). Task-number: QTCREATORBUG-1619
-
- 14 Apr, 2011 3 commits
-
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
-
hjk authored
-
- 13 Apr, 2011 2 commits
- 31 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
preferably (there was a bug when source file of the same name existed in several folders of the project). Task-number: QTCREATORBUG-1880 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
- 30 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
editorsClosed() is not emitted when open fails and thus the file was not removed from FormEditorStack. Add a connection from destroy to ensure the editor is removed. Happens when loading a session whose files no longer exists. Task-number: QTCREATORBUG-4266 Reviewed-by: dt
-
- 14 Mar, 2011 2 commits
-
-
Friedemann Kleint authored
caused by mismatched ID's of editor and editor factory.
-
Friedemann Kleint authored
Adapt to changed semantics of ModeManager::currentModeAboutToChange. Task-number: QTCREATORBUG-4051
-
- 09 Mar, 2011 1 commit
-
-
Oswald Buddenhagen authored
simply add CONFIG += depend_includepath to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them were missing anyway, and i wouldn't expect it to ever change. not touching src/shared/ for syncing reasons.
-
- 28 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 22 Feb, 2011 3 commits