Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Jun 04, 2021
  3. Apr 11, 2020
    • Alexandre Janniaux's avatar
      qt: use local-path for ui header wrapper · 744f4190
      Alexandre Janniaux authored
      Those files could generated in implementation-specified location by
      build systems, as it's the behaviour of qmake based build system.
      
      In particular, meson implementation provides the same behaviour and
      it will be handled automatically, thus having a full path makes the
      file not found with meson.
      
      Use local-path and specify all include directories to simulate this.
      New files must not have the same filename as existing ones.
      744f4190
  4. Feb 29, 2020
  5. Dec 17, 2019
  6. Jul 05, 2019
  7. Jan 17, 2019
  8. Apr 27, 2018
  9. Jul 23, 2017
  10. Feb 27, 2016
  11. Jan 05, 2015
  12. Sep 03, 2014
    • Uwe L. Korn's avatar
      qt4: Replace redundant virtual with Q_DECL_OVERRIDE · 212bf2e8
      Uwe L. Korn authored
      
      Declaring a virtual function in a subclass as virtual may be a good
      documentation that we are overriding a method from the superclass but
      has no effect during compilation. With C++11, we can use the override
      keyword for this (which will even trigger a compiler error if we try to
      override a non-virtual function).
      
      To stay backwards-compatible, we use Qt5's Q_DECL_OVERRIDE macro to
      support C++ <11.
      
      Signed-off-by: default avatarTristan Matthews <le.businessman@gmail.com>
      212bf2e8
  13. Feb 14, 2014
  14. Jul 28, 2010
  15. Apr 15, 2010
  16. Dec 25, 2009
  17. Mar 15, 2009
  18. Mar 12, 2009
  19. Feb 08, 2009
  20. Dec 30, 2008
  21. Jul 28, 2008
    • Jean-Baptiste Kempf's avatar
      Qt Imageset update. · b5077c0e
      Jean-Baptiste Kempf authored
      - Add alias for most of the pixmpas. Separate in different folders.
      - Change some pixmaps
      - Close most of #852
      - Close #1799
      - Close #1780
      b5077c0e
  22. May 31, 2008
  23. Mar 17, 2008
  24. Mar 02, 2008
  25. Jan 28, 2008
  26. Jan 25, 2008
  27. Jan 24, 2008
  28. Jan 23, 2008
  29. Jan 13, 2008
  30. Jan 12, 2008
  31. Dec 22, 2007
  32. Dec 21, 2007
  33. Dec 15, 2007
Loading