- Jan 07, 2010
-
-
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
-
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
- Dec 08, 2009
-
-
con authored
-
con authored
-
Friedemann Kleint authored
Fixes: - Cannot diff a file that does not belong to a project - Cannot commit when a temporary diff/log view is open due to the current file pointing to a temporary directory - git's project-related actions not passing the correct relative path. Implementation: - Centralize code to listen for Qt Creator's relevant state changes in VCSBasePlugin, dispatching the changes to the instances affected. (avoiding multiple invocations of searches/QFileInfo on current). - Do the same for the corelistener catching closing SubmitEditors. - Introduce VCSBasePluginState representing the relevant state (current file/project). - Call git with working directory set and relative arguments - Remove setEnabled/isEnabled() logic of IVersionControl - Pass toplevel from VCSManager to avoid duplicate searches.
-
- Dec 02, 2009
-
-
Daniel Molkentin authored
Complements 275146af Task-Number: QTCREATORBUG-386
-
con authored
-
- Dec 01, 2009
-
-
mae authored
-
Friedemann Kleint authored
-
- Nov 30, 2009
-
-
Daniel Molkentin authored
Allow compiling with older Windows SDKs, link ole32 explictly. If you want this feature to work, you need to compile and test it on Windows 7. Task-Number: QTCREATORBUG-252
-