Skip to content
Snippets Groups Projects
  1. Sep 11, 2010
  2. Aug 24, 2010
  3. Aug 20, 2010
  4. Aug 16, 2010
  5. Aug 03, 2010
  6. Jul 26, 2010
  7. Jul 22, 2010
    • Pawel Polanski's avatar
      Refactor deployment for Symbian OS · 647b91c7
      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
      647b91c7
  8. Jul 14, 2010
    • dt's avatar
      Refactor OutputFormatter · 7862e312
      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.
      7862e312
  9. Jun 23, 2010
  10. May 21, 2010
  11. May 03, 2010
    • dt's avatar
      Add a runMode method to the RunControl · f4ea0d79
      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
      f4ea0d79
  12. Apr 22, 2010
  13. Apr 19, 2010
  14. Apr 16, 2010
  15. Apr 01, 2010
    • con's avatar
      Agree on a default sis package name. · 1d663484
      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.
      1d663484
  16. Mar 25, 2010
  17. Mar 11, 2010
  18. Mar 10, 2010
    • dt's avatar
      Use exact and aysnc .pro file evaluate · ab8fc52d
      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
      ab8fc52d
  19. Mar 05, 2010
  20. Mar 03, 2010
  21. Feb 23, 2010
  22. Feb 19, 2010
  23. Feb 18, 2010
    • Friedemann Kleint's avatar
      Rework S60DeviceRunconfiguration/RunControl. · b70a4e62
      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).
      b70a4e62
  24. Feb 17, 2010
    • Friedemann Kleint's avatar
      Symbian/Linux: Enable building with makefile-based system. · 7c9c99dc
      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.
      7c9c99dc
  25. Feb 11, 2010
    • Friedemann Kleint's avatar
      Symbian: Let SymbianDeviceManager handle TrkDevice leases. · dc006860
      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).
      dc006860
  26. Feb 09, 2010
    • con's avatar
      Give targets a tool tip property. · d8def183
      con authored
      Use that for showing details about connected Symbian devices.
      Also update the icon with an (not-)connected overlay icon.
      Graphics design pending.
      d8def183
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      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
      d1bdfcc3
  27. Feb 01, 2010
  28. Jan 29, 2010
  29. Jan 21, 2010
  30. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      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
      a6ad7737
Loading