- Jan 12, 2010
-
-
Friedemann Kleint authored
Add repository creation operation to IVersionControl, implement for hg and git, add convenience slot with prompts to VCSBasePlugin. Add respective menu options and make menus are visible in case no VCS is active. Change project wizards extension page to list VCS that are capable of repository creation in a QComboBox in case the directory is not managed by another VCS (in which case it lists that one for operation 'add'). On that occasion, polish the Project selection to use a QComboBox as well and add some smartness to find the most suitable project to add via path matching.
-
- 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.
-
Friedemann Kleint authored
...and its dialog prompt consistently. Rename method and introduce overload taking IVersionControl. Add convenience slot to VCSBasePlugin.
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 08, 2010
-
-
dt authored
-
Jarek Kobus authored
Reverted the commit 59ecb9cf which could break wrongly written code (or the cases like designer). Fix one of such case (copy action in task window). Fix synchronization of designer shortcuts by connecting to the keySequenceChanged() signal of their Command representation. Reviewed-by: con Task-number: QTCREATORBUG-471
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Fall back to the default editor for a the file's mime type when it fails to open by editor id. This fixes opening editors in a session with invalid ids. Reviewed-by: dt
-
Tobias Hunger authored
* This is more compatible with what we did so far. Reviewed-by: Erik Verbruggen
-
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
-
con authored
-
Friedemann Kleint authored
Do not insert currentDocument variable for empty files. Polish VariableManager, QLatin1String(), const-correctness. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jan 06, 2010
-
-
Daniel Molkentin authored
Complements f093025f Reviewed-By: Oswald Buddenhagen
-
- Jan 05, 2010
-
-
Daniel Molkentin authored
Platform-dependent behavior is not good enough for a lot of people it seems. Reviewed-By: con
-
Jarek Kobus authored
If the command's shortcut is changed all context actions are updated accordingly. When the new context action is added its shortcut is automatically updated (taken from command's shortcut). Reviewed-by: con Task-number: QTCREATORBUG-471
-
- Jan 04, 2010
-
-
Friedemann Kleint authored
Do not insert currentDocument variable for empty files. Polish VariableManager, QLatin1String(), const-correctness. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
In case the variable char was not in use, %[a-z] would result in [a-z]%.
-
Daniel Molkentin authored
xdg-open is not available everywhere and fails when no DE is running. Reviewed-By: Oswald Buddenhagen
-
Erik Verbruggen authored
Added a name component to the SideBar's saveSettings/restoreSettings to allow for multiple instances in a plug-in.
-
- Dec 21, 2009
-
-
con authored
-
con authored
This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73
-
- Dec 16, 2009
-
-
con authored
-
con authored
Replaced by the maximize and "More..." buttons. Edit mode is now the fallback mode for the output panes.
-
Friedemann Kleint authored
-
mae authored
The dummy shortcut eater did not always work, we sometimes do have mutual exclusive shortcuts in the same context. The current solution is simpler: ignore text input when the control modifier is used. This seems to be in line with other toolkits and applications. Done with: thorbjorn
-
- Dec 15, 2009
-
-
mae authored
-
Tobias Hunger authored
Reviewed-by: mae
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
Make it possible to trigger a debug-attach in a running instance of Qt Creator by means of -client, use that in qtcdebugger, thus enabling it to attaching to crashing executables in run mode (Windows/CDB). Modify IPlugin and application so that the complete command line is serialized and transmitted to a running instance via QtSingleApplication if -client is specified. Introduce IPlugin::remoteArgument and use that in core for opening files and in the debugger for attaching. Use -client in qtcdebugger with some logic to keep it alive as long as the debuggee, make CDB break in that case as the events are not replayed correctly in case the debugger is not spawned by the registered handler. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
mae authored
Reviewed-by: con
-
mae authored
The patch introduces a dummy action which eats the respective shortcuts when the real action is disabled. This works around an issue on X11, where some Ctrl-shortcuts do insert printable text, for example Ctrl+. for the next bookmark. Without the patch, Ctrl+. would insert an unexpected '.' into the text when there are no bookmarks. Reviewed-by: con
-
mae authored
This is part of a bigger change to get rid of the output mode. Reviewed-by: con
-
con authored
-
- Dec 11, 2009
-
-
Jens Bache-Wiig authored
Those properties should be recursive. We need to optimize this another way.
-
Friedemann Kleint authored
Use relative paths with -d-option, check for symlinked depots. Add revert-actions. Use different context/kinds for editors, suppressing warnings. Introduce common run-function.
-
Thorbjørn Lindeijer authored
Also removed no longer used .ui file. Reviewed-by: Friedemann Kleint
-
Jens Bache-Wiig authored
Task: QTCREATORBUG-465 Details: We should simply ignore custom styling on our dialogs. I also slightly optimized the panelWidget check.
-
- Dec 09, 2009