1. 29 Mar, 2010 3 commits
  2. 28 Mar, 2010 34 commits
  3. 27 Mar, 2010 3 commits
    • Jakob Leben's avatar
      Qt: make ground for proper main interface size management · 9d9ffe9f
      Jakob Leben authored
      - Simplify switching between widgets in central stack: showTab() allows
      switching only between two states - video state and playlist state - and
      does everything needed according to circumstances
      
      - Do not setMinimumWidth/Height/Size() on main interface, because it
      inhibits children sizeHint() evaluation, thus preventing interface
      self-adjustment when controls are added/removed or shown/hidden.
      
      - Subclass QStackedWidget so it's minimumSizeHint() matches exactly
      the one of the currentWidget(), and not the sum of all children.
      
      - Suggest compact mode implementation (commented out for now):
      setSizeConstraint( QLayout::SetFixedSize ) on main interface layout.
      This automatically keeps and adjusts fixed size in respect to
      sizeHint() of children.
      9d9ffe9f
    • Jakob Leben's avatar
      Qt: appropriate SoundSlider size · 02ee6240
      Jakob Leben authored
      02ee6240
    • Rémi Denis-Courmont's avatar
      Work around cleanup handler bug in kfile plugin · 9cca111d
      Rémi Denis-Courmont authored
      Parental advisory: explicit hack.
      
      If kfilemodule is loaded, bypass run cleanup handlers. Library really
      should not use this C feature in any case (IMHO). And I find it
      outright idiotic for a (Qt4) plugin to use cleanup handlers.
      This is causing so many crash reports that it's not funny anymore:
      https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719
      9cca111d