Skip to content
Snippets Groups Projects
  1. Sep 24, 2010
  2. Sep 23, 2010
  3. Sep 17, 2010
  4. Sep 10, 2010
  5. Sep 03, 2010
  6. Sep 01, 2010
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  7. Aug 24, 2010
  8. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  9. 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
  10. Jul 07, 2010
  11. May 14, 2010
  12. Apr 16, 2010
  13. Apr 12, 2010
  14. Apr 08, 2010
    • dt's avatar
      Revert "Progress so far" · 9ddd7a59
      dt authored
      This reverts commit b1a121c5.
      
      Accidentally pushed the linux icc parser before it was ready.
      
      Conflicts:
      
      	src/plugins/qt4projectmanager/qtversionmanager.cpp
      9ddd7a59
  15. Apr 07, 2010
  16. Mar 29, 2010
    • dt's avatar
      Add LIBS-paths to PATH before running on windows. · a67e8899
      dt authored
      On windows when linking to a library via -L/some/path, the library is
      found in /some/path while linking. But running that app fails, since it
      can't find the library. We now adjust PATH to include all paths from
      LIBS and thus the library is found.
      a67e8899
  17. Mar 25, 2010
  18. Mar 17, 2010
  19. Mar 16, 2010
  20. 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
  21. Mar 05, 2010
  22. Feb 23, 2010
  23. 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
  24. Feb 16, 2010
  25. Feb 09, 2010
    • 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
  26. Feb 08, 2010
  27. Feb 02, 2010
  28. Feb 01, 2010
  29. Jan 29, 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
  31. Dec 22, 2009
  32. Dec 17, 2009
  33. Dec 14, 2009
  34. Dec 08, 2009
  35. Dec 07, 2009
    • dt's avatar
      Rework connections on the project pane for Qt4Projects. · 1e46cb42
      dt authored
      Should fix a lot of corner cases, might introduce a few bugs.
      Also rename functions/slots to be better named.
      
      Generic Project Manager and CMake Project Manager are missing from this
      patch.
      1e46cb42
  36. Dec 02, 2009
Loading