- Sep 11, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 24, 2010
-
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
- Aug 20, 2010
-
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
Pawel Polanski authored
Bug QTCREATORBUG-2088 has been fixed Task-number: QTCREATORBUG-2088 Reviewed-by: Friedemann Kleint
-
- Aug 16, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 03, 2010
-
-
Pawel Polanski authored
-
- Jul 26, 2010
-
-
dt authored
We create a .sis package per leaf project now, deploy all of them and start the executable for the runconfiguration that was selected. This does not cover all use cases, but works for development.
-
Pawel Polanski authored
Silent installation added to Sumbian's Run Configuration UI Reviewed-by: Tobias Hunger
-
- Jul 22, 2010
-
-
Pawel Polanski authored
* Add buildstep to handle the deployment * Remove deployment code from the runconfiguration * Update .user files to add new deployment step into existing setups Reviewed-by: Tobias Hunger
-
- Jul 14, 2010
-
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- Jun 23, 2010
-
-
hjk authored
-
- May 21, 2010
-
-
con authored
-
- May 03, 2010
-
-
dt authored
And use it to implement changing the run icon in the application output. That implementation does only support the two run modes run and debug for now. Further abstraction for more run modes to be done once needed. Task-Nr: QTCREATORBUG-1232
-
- Apr 22, 2010
-
-
Friedemann Kleint authored
-
- Apr 19, 2010
-
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
- Apr 01, 2010
-
-
con authored
Instead of renaming it first. We agree on always deploying target.sis (where target is the qmake TARGET). For older Qt for Symbian versions we rename to match this.
-
- Mar 25, 2010
- Mar 11, 2010
-
-
Friedemann Kleint authored
Tested with Qt 4.6.1/4.6.2. Detect both 'basename.sis' (4.6.2 onwards) as well as 'basename_debug-arm5.sis' (4.6.1). Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- Mar 10, 2010
-
-
dt authored
This is a big change touching almost all of our .pro file parsing. With this patch we only evaluate once exact for all needs and once greedy for the filelist. That is the qt runconfigurations don't have own evaluaters but reuse the project wide exact evaluation. We reevaluate if the user changes the build directory, the qmake buildconfiguration or the qmake arguments. That is if you open src.pro (or projects.pro) of qt with a shadow build you still don't get all the files, but after correcting the build directory, we reevaluate the .pro files and find all files. So for a suitable definition of fixed, that bug is now fixed. We now get the exact defines of all .pro files instead of all defines for all buildconfigurations. We still don't distinguish in which .pro file a DEFINE is set. So the code model now knows about all the defines set for the given configuration but not for which files it is actually set. Also that includes all DEFINES set in .qmake.cache or the mkspecs. This means all defines from .pro files should now work. The intial loading is still synchronous. I haven't looked into it to deeply, but it seems possible to make it also async.There are probably a few issues which need to be solved fist. Also due to the asynchronous nature of the code, the executable is updated a few seconds after actually changing the build configuration
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 03, 2010
-
-
Friedemann Kleint authored
Reviewed-by: con
-
- Feb 23, 2010
-
-
Friedemann Kleint authored
No longer set EPOCDEVICE as it causes an error in createpackage. Remove obsoleted code calling signis.exe and package file rewriting.
-
- Feb 19, 2010
-
-
Friedemann Kleint authored
-
- Feb 18, 2010
-
-
Friedemann Kleint authored
- Prepare usage of 'make sis' target for GnuPoc. - Change the package names to '_unsigned.sis', '.sis' instead of using '.sisx' for signed, adding accessors to S60DeviceRunconfiguration. - Determine the local executable file name from the package template for GnuPoc (as it is no longer located under the SDK tree).
-
- Feb 17, 2010
-
-
Friedemann Kleint authored
- Autodetect SDK by environment variable EPOCROOT and qt directory below. - Environment::appendOrSet/prependOrSet: Avoid duplicate entries - Rename toolchain enumeration value - Adapt S60ToolChainMixin to new GnuPoc setup, provide routines for all required variables. - RVCTToolChain: Make RVCT detection smarter (Check for RVCT<v1><v2>BIN variable). Set all required variables in case of RVCTToolChain/GnuPoc - QtVersionManager: Detect toolchain and Qt version properly, make S60 device run config accept toolchain. - Modify S60DeviceRunControl to execute 'make sis' - Modify S60Devices::detectQt...() to check for Qt installed into SDK first and symlink as fallback.
-
- Feb 11, 2010
-
-
Friedemann Kleint authored
...making use of a shared device by all clients. Detect device removal by delaying the WM_DEVICE event handling. Introduce Acquire/Release mechanism to SymbianDeviceManager and let acquire() fail if the device is in use, thus preventing starting 'run' while debugging is active, etc. Handle "Device removed" (unplugging of cable) signal by closing the device and adding handlers to the clients, stabilize TrkDevice against it. Remove communication type from the run configuration parameters (now handled by SymbianDeviceManager). Working towards keeping the Trk-connection always open and a giving the target pane a meaningful tooltip. For the moment, pass on tooltips from device manager additional information (Trk version and such as determined by the launcher).
-
- Feb 09, 2010
-
-
con authored
Use that for showing details about connected Symbian devices. Also update the icon with an (not-)connected overlay icon. Graphics design pending.
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Feb 01, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 21, 2010
-
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe Conflicts: src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe
-
Friedemann Kleint authored
This reverts commit 607e5452.
-
Friedemann Kleint authored
Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Friedemann Kleint authored
Add command line arguments to trklauncher. Add input field to S60DeviceRunConfiguration and pass on to RunControl and debugger.
-
- 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
-