Skip to content
Snippets Groups Projects
  1. Apr 01, 2010
  2. Mar 30, 2010
  3. Mar 29, 2010
  4. Mar 26, 2010
  5. Mar 25, 2010
  6. Mar 17, 2010
  7. Mar 16, 2010
  8. 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
  9. Mar 05, 2010
  10. Feb 26, 2010
    • Tobias Hunger's avatar
      Remove Maemo emulator · 07d02560
      Tobias Hunger authored
       * kh1 says there is no such thing as there is no technical
         destinction between Maemo devices and the Maemo emulator.
      
      Reviewed-by: kh1
      07d02560
  11. Feb 23, 2010
  12. Feb 19, 2010
    • dt's avatar
      Simpler · c5cac927
      dt authored
      c5cac927
  13. Feb 17, 2010
  14. Feb 16, 2010
  15. 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
  16. Feb 10, 2010
  17. 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
      4fd60a19
    • 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
Loading