Skip to content
Snippets Groups Projects
  1. Nov 29, 2023
    • Ulf Hermann's avatar
      small fixes · e346a91c
      Ulf Hermann authored
      Change-Id: I47f8b50d4389e34f99c166efa0930e2fe431475e
      e346a91c
  2. Nov 27, 2023
  3. Nov 20, 2023
  4. Sep 29, 2023
  5. Sep 28, 2023
    • Ulf Hermann's avatar
      remove cruft · 143925da
      Ulf Hermann authored
      Change-Id: If7c3b75d63a48b74ed52628ff496ead5a7e9fbe6
      143925da
    • Ulf Hermann's avatar
      styling · fd866fd1
      Ulf Hermann authored
      Change-Id: Ib2948fd6131bb0f7d96fd00dd9c3d97ddb3b50fd
      fd866fd1
    • Ulf Hermann's avatar
      more · c922cbd6
      Ulf Hermann authored
      Change-Id: I8df1ce2288c8de9f33819910a893cb39d9e4637a
      c922cbd6
    • Ulf Hermann's avatar
      auto syntax highlight · b56b16c9
      Ulf Hermann authored
      Change-Id: I9e25a7cde74c0e1c5ade6e4f625bdd3793279cf4
      b56b16c9
    • Ulf Hermann's avatar
      integrate · 05900cbb
      Ulf Hermann authored
      Change-Id: I7f2ed939e36e7b1f9786d25887552bec3e024f78
      05900cbb
    • Ulf Hermann's avatar
      own slides · dd0b30c5
      Ulf Hermann authored
      Change-Id: Ide3df9c459ed30db083ba12d098d3afe5386eae4
      dd0b30c5
  6. Sep 27, 2023
  7. Apr 04, 2017
  8. Feb 20, 2017
    • Shawn Rutledge's avatar
      (mostly) use Shortcut rather than Keys · 719d2198
      Shawn Rutledge authored
      
      Thus it's not required for the root Presentation to retain key focus.
      That way each slide can also use the keyboard as long as those uses
      don't interefere with the global shortcuts.  The shortcuts can also be
      disabled in case they interfere (e.g. using arrow navigation globally
      prevents using it for navigating within a slide).
      
      The remaining exception is for directly entering slide numbers.
      IMO this is impractical anyway; but if you need to do that, then
      you also need to give the Presentation keyboard focus, as before.
      
      The shortcut which used Esc to quit is removed, and replaced with
      the more-standard Control-Q.  Enter and Backspace are also no longer
      used for slide navigation: there seem to be enough keys for that.
      
      Change-Id: I0a54ae62305aa28b0ffef15b5ec010058c36fb8e
      Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@qt.io>
      719d2198
    • Shawn Rutledge's avatar
      Presentation.qml: allow directly changing currentSlide · 04555d2d
      Shawn Rutledge authored
      
      instead of needing to go through the switchSlides function.
      
      Change-Id: Ia28df40025070fbdd699720f7017ec0619ec85a6
      Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@qt.io>
      04555d2d
  9. Feb 13, 2017
  10. May 11, 2015
  11. May 08, 2015
  12. Sep 29, 2014
  13. Oct 21, 2013
  14. May 30, 2013
    • Teemu Kaukoranta's avatar
      Changed contact details · 171c7228
      Teemu Kaukoranta authored
      
      Contact details from qt-project.org to qt-project.org/legal
      
      Used the following command:
      
      find . -path '*/3rdparty/*' -prune -o  -exec grep -ilI -E
      '.*Copyright.*Nokia.*|.*Contact.*' {} \; | tee
      >(xargs sed -i -r '1,50 { /INdT|copy[a-z]*[ ]*=/ !{
      s/(^[ \t:#*;/"\\-]*)([a-z ]*)(Copyright.*Nokia.*)/
      \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I
      }}') >(xargs sed -i -r '1,50 s/(^[ \t:#*;/"\\-]*)
      (.*info@qt\.nokia\.com.*|.*INSERT EMAIL ADDRESS.*
      |.*qt-info@nokia\.com.*|.*qt-label1@nokia\.com.*
      |.*http:\/\/qt\.nokia\.com\/contact.*|.*qt-sales@nokia\.com.*
      |.*http:\/\/www\.qt-project\.org\/.*)/
      \1Contact: http:\/\/www\.qt-project\.org\/legal/I') >(xargs
      sed -i -r '1,50{/(^[ \t:#*;/"\\-]*)(all rights reserved.*)/Id}')
      
      Change-Id: I9c3e3b701dd1e14b76bef8b216e9c9e3294843cd
      Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
      171c7228
  15. May 23, 2013
  16. May 15, 2013
  17. Apr 19, 2013
  18. Apr 08, 2013
  19. Feb 11, 2013
  20. Dec 14, 2012
  21. Dec 11, 2012
  22. Nov 26, 2012
  23. Nov 08, 2012
  24. Nov 07, 2012
    • Gunnar Sletta's avatar
      Added: · c1364c4b
      Gunnar Sletta authored
       - SlideCounter
       - Clock
       - titleColor
      
      Changed:
       - Slide.slideTextColor -> Slide.fontColor
       - Slide.slideFontFamily -> Slide.fontFamily
      c1364c4b
  25. Nov 05, 2012
  26. Nov 03, 2012
Loading