1. 22 Dec, 2015 1 commit
  2. 16 Dec, 2015 1 commit
  3. 11 Dec, 2015 1 commit
  4. 03 Dec, 2015 1 commit
    • Craig Watson's avatar
      Fixed compilation on Windows; · 8254e807
      Craig Watson authored
      The project didn't compile on Windows.. list of modifications:
      
      - Added essential changes that hadn't been committed / pushed (Qt4->Qt5
      changes; other misc. changes by Abdel)
      - Temporarily disabled podcasts, as the modules don't compile with Qt5.2/
      5.5
      
      Currently, the application compiles on Windows, with MSVC2010 32-bit
      8254e807
  5. 24 Nov, 2015 1 commit
    • Craig Watson's avatar
      Hide dock and menubar on OSX; · 20ebdf3c
      Craig Watson authored
      Due to QWidget::showFullScreen having side-effects on OSX (setting the
      dock and menubar to autohide, making it impossible to then set them as
      hidden), the calls to that method were replaced with
      UBPlatformUtils::showFullScreen(QWidget *). This function then calls
      QWidget::showMaximized() on OSX, or QWidget::showFullScreen() on Linux
      and Windows.
      
      It is currently still impossible to switch smoothly between showing or
      hiding the dock on OSX; current behaviour is to hide it all the time,
      even in desktop mode.
      20ebdf3c
  6. 16 Nov, 2015 1 commit
    • Craig Watson's avatar
      First pass at OS X port (Qt4->5; Carbon->Cocoa) · 91cc74fb
      Craig Watson authored
      Application compiles and runs, with some caveats. Full list of changes:
      
      - minor changes related to Qt4->Qt5 API differences
      
      - Replaced calls to Carbon framework by Cocoa
      
      - Removed registering of AE event handler. Seems to be done
      automatically in Qt5.
      
      - temporarily removed Podcast functionality, pending (presumably)
      complete re-write due to Quicktime being obsolete in newer OS X
      versions.
      
      - Created OBCocoa namespace, and associated files src/core/OBCocoa.h/.mm, to
      handle OS X - specific system calls. Currently used only by
      UBApplication, but can in the future provide a useful interface between
      the cocoa framework and OB, to avoid having too much OSX-specific code
      in various files
      91cc74fb
  7. 09 Nov, 2015 2 commits
  8. 06 Nov, 2015 2 commits
  9. 14 Aug, 2013 1 commit
  10. 13 Aug, 2013 1 commit
  11. 22 Jul, 2013 1 commit
  12. 21 Jun, 2013 1 commit
  13. 29 Apr, 2013 1 commit
  14. 28 Feb, 2013 1 commit
  15. 27 Feb, 2013 1 commit
  16. 19 Feb, 2013 1 commit
  17. 15 Feb, 2013 1 commit
  18. 16 Nov, 2012 1 commit
  19. 07 Nov, 2012 2 commits
  20. 02 Nov, 2012 1 commit
  21. 23 Oct, 2012 1 commit
  22. 27 Sep, 2012 1 commit
  23. 17 Sep, 2012 1 commit
  24. 14 Sep, 2012 1 commit
  25. 13 Sep, 2012 1 commit
  26. 12 Sep, 2012 1 commit
  27. 11 Sep, 2012 2 commits
  28. 10 Sep, 2012 2 commits
  29. 04 Sep, 2012 2 commits
  30. 30 Aug, 2012 1 commit
  31. 29 Aug, 2012 1 commit
  32. 28 Aug, 2012 3 commits