"README.md" did not exist on "c94e06bbbda0fb9b02f334fd16edc0531fce0dba"
- Feb 21, 2011
- Jan 12, 2011
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 20, 2010
-
-
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>
-
- Dec 17, 2010
-
-
con authored
-
- Dec 08, 2010
-
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
-
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.
-
- Sep 15, 2010
-
-
Erik Verbruggen authored
-
- Sep 10, 2010
-
-
hjk authored
-
- Aug 13, 2010
-
-
Leandro Melo authored
Hierarchy information removed from tooltips now.
-
- Aug 03, 2010
-
-
Roberto Raggi authored
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 26, 2010
-
-
Erik Verbruggen authored
-
- Jul 13, 2010
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
Kai Koehne authored
Rename method[Overview] to outline
-
- Jul 08, 2010
-
-
Kai Koehne authored
-
- Jun 28, 2010
-
-
hjk authored
-
- Jun 25, 2010
- Jun 22, 2010
-
-
Roberto Raggi authored
-
- Jun 03, 2010
-
-
Roberto Raggi authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
- Apr 09, 2010
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Also introducing Constants::WIZARD_CATEGORY and Constants::WIZARD_TR_CATEGORY for consistency with other wizards
-
- Mar 18, 2010
-
-
Friedemann Kleint 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 28, 2010
-
-
Friedemann Kleint authored
Streamline code, avoid functions and container.end() invocations, introduce private, reduce #ifdefs, clarify code and add comments about usage on various platforms. Implement QFileIconProvider interface, making it usable for file system models. Use in FolderNavigationWidget. On this occasion, add checkable "Synchronize" action to FolderNavigationWidget. Task-number: QTCREATORBUG-62
-
- Jan 15, 2010
-
-
con authored
-
- Jan 11, 2010
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
- 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
-
- 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>
-