- Feb 19, 2010
-
-
Tobias Hunger authored
... when simulatorPath is unset.
-
- Feb 18, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
when presenting them in the new project wizard.
-
Tobias Hunger authored
* When creating a new project for some device: Set UI element size to the device resolution.
-
Tobias Hunger authored
-
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).
-
con authored
-
Friedemann Kleint authored
Move code to locate gcce from S60Manager to CCE toolchain and make it handle empty GCCE-root's correctly (locate compiler in path and warn if none found). Set up environment correctly.
-
- 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.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
when not set to true in the .user-file.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
* Remove default Qt version from list of available versions
-
dt authored
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-
dt authored
-
Tobias Hunger authored
* Accidentally included a header not ready to commit yet.
-
Tobias Hunger authored
-
- Feb 16, 2010
-
-
Tobias Hunger authored
* Fixes RunConfigurations not updating when changing something in the BuildConfiguration. Reviewed-by: dt
-
Tobias Hunger authored
* Do not use the BuildManager but have the qmakestep trigger the update via the target and project. Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Initialize it to the toolchain used, not the preferred one
-
- Feb 12, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
... in Qt Options page.
-
Tobias Hunger authored
* Update the import label (and related stuff) whenever the project was rebuild.
-
Tobias Hunger authored
-
Friedemann Kleint authored
suppressing the "~QX11PixmapData(): QPixmap objects must be destroyed ..." warning.
-
con authored
-
ck authored
-
- Feb 11, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
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).
-
Tobias Hunger authored
-
- Feb 10, 2010
-
-
Tobias Hunger authored
-
con authored
Since the target names are translated, we cannot use the saved display name from the user file. Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
* This is necessary as the decission on whether Symbian support is available at all depends on the ToolChain used to build. We should improve this!
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-