- 12 May, 2011 2 commits
-
-
Oswald Buddenhagen authored
take it out of the editor->open() error path. it's unrelated.
-
Oswald Buddenhagen authored
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 19 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 18 Apr, 2011 3 commits
-
-
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
-
Oswald Buddenhagen authored
this replaces the ever-repeating idiom block/save/unblock with a single call.
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 22 Mar, 2011 1 commit
-
-
con authored
Acked-by: hjk
-
- 21 Feb, 2011 1 commit
-
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
- 18 Feb, 2011 5 commits
-
-
con authored
The chooser allows choosing variables from a list, and inserting them into previously focused line edit, text edit, or plain text edit. Variables are now registered with a description in the variable manager. Also make the QT_INSTALL_BINS --> CurrentProject:QT_INSTALL_BINS for consistency.
-
con authored
It's done via a external tool description now.
-
con authored
-
con authored
-
con authored
For now that removes the CURRENT_DOCUMENT variable and derivates.
-
- 12 Jan, 2011 2 commits
- 11 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 10 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 05 Jan, 2011 2 commits
- 20 Dec, 2010 1 commit
-
-
Nicolas Arnaud-Cormos authored
This plugin let the user record and replay some macros: * 3 handlers: action, find and texteditor * almost all texteditor and cpp actions recorded * options page to set the directories where the macros are stored * optional dialog to give a name and comment at the end of a macro * locator integration to play a macro * shortcuts assignment to macro The most important change outside the plugin macros is the isScriptable method for command: All scriptable commands can be stored in a macro. Merge-request: 2176 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 09 Dec, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1785
-
- 08 Dec, 2010 1 commit
-
-
con authored
-
- 06 Dec, 2010 1 commit
-
-
Kai Koehne authored
Fixes a gcc warning about different visibility of struct in files. Reviewed-by: con
-
- 02 Dec, 2010 2 commits
- 01 Dec, 2010 5 commits
-
-
con authored
Task-number: QTCREATORBUG-3192
-
Christian Kandeler authored
Move #include directive along with matching code. Written-by: con
-
con authored
-
con authored
promptReadOnlyFile: EditorManager-->FileManager fileFilters: EditorManager-->MimeDataBase saveFile & saveFileAs --> IFile based
-
con authored
Reviewed-by: mae
-
- 30 Nov, 2010 2 commits
-
-
con authored
Use the editor's displayName for the window title. Also there were missing change signal emissions in setDisplayName implementations. Moves the actual handling of the window title from Session to EditorManager (so it now is also done for the hypothetical case of no project explorer plugin). Task-number: QTCREATORBUG-3207
-
con authored
We didn't watch the symbolic link itself before, only the final link target. We are watching the symbolic link and the final link target now. Ugly hack: We need to work around QTBUG-15522. The inotify and kqueue based file system watcher engines (Linux + Mac) don't report changes to symbolic links. The workaround is to use the polling engine *only for the links themselves*. The only way to force the use of the polling engine is by using the auto test hook in QFileSystemWatcher.
-
- 03 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Krazy was complaining about those.
-
- 28 Oct, 2010 1 commit
-
-
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>
-
- 22 Oct, 2010 1 commit
-
-
con authored
* Editor manager should abort closing core, if there's a ICoreListener that aborts closing of a editor. * Don't save state of temporary editors, and don't save them as open in a splitter. So restoring the editor manager state won't try to reopen temporary editors. Task-number: QTCREATORBUG-2845 Task-number: QTCREATORBUG-2841 Reviewed-by: Tobias Hunger
-
- 20 Oct, 2010 1 commit
-
-
con authored
The debugger plugin opens an editor in this case, leading to fakevim and cppeditor crashing. This commit doesn't fix the problem's source, but adds safeguards that are sensible anyhow: FakeVim should not register with editors during shutdown, and CppEditor should not unconditionally assume an existing editor manager in the destructor. Reviewed-by: Friedemann Kleint
-
- 11 Oct, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-2582
-