Skip to content
Snippets Groups Projects
  1. Jan 16, 2014
  2. Jan 14, 2014
    • Tobias Hunger's avatar
      Fix icons in tasks · fbd9a350
      Tobias Hunger authored
      
      Create Tasks in such a way that they have the correct TaskType from
      the start. This makes sure the icon chosen by default is the correct
      one for that type and avoids the need to override the icon again later.
      
      Change-Id: Ic47f1d119a7d8f85fcb6f2ee9aaaeadf074f8348
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      fbd9a350
  3. Jan 10, 2014
    • Thomas Hartmann's avatar
      WelcomPage: Fix intitial filtering by Qt version · 1ff3a828
      Thomas Hartmann authored
      
      When having multiple Qt versions with examples registered in Creator,
      the welcome mode showed all of them initially.
      
      The reason was that m_uniqueQtId was initialized with noQtVersionsId
      instead of uniqueQtVersionIdSetting().
      
      The function uniqueQtVersionIdSetting() gets the correct Qt version from
      the settings as shown in the combobox.
      
      Task-number: QTCREATORBUG-10790
      
      Change-Id: I9f435f6372f8b0c0495daf6c6efcf4bcc5e70455
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      1ff3a828
  4. Jan 08, 2014
  5. Jan 06, 2014
  6. Dec 11, 2013
  7. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  8. Dec 09, 2013
  9. Dec 03, 2013
  10. Nov 26, 2013
  11. Nov 14, 2013
  12. Nov 12, 2013
  13. Nov 07, 2013
  14. Nov 06, 2013
  15. Nov 04, 2013
  16. Nov 01, 2013
  17. Oct 29, 2013
  18. Oct 25, 2013
  19. Oct 24, 2013
  20. Oct 23, 2013
  21. Oct 18, 2013
  22. Oct 16, 2013
  23. Oct 15, 2013
  24. Oct 14, 2013
  25. Oct 10, 2013
  26. Oct 09, 2013
  27. Oct 08, 2013
  28. Oct 07, 2013
  29. Oct 02, 2013
    • Fawzi Mohamed's avatar
      ios: preliminary support for ios · 8d96ce55
      Fawzi Mohamed authored
      
      first work in progress support for ios
      * separate iosTool using xml communication used for device info and run
      * iossim tool to handle the simulator
      * debug prepared but not working
      * separate gcc toolchain detection fix for simulator
      
      1) add a QT built for ios
      2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro
      3) build/run...
      
      Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      8d96ce55
  30. Sep 27, 2013
  31. Sep 26, 2013
Loading