1. 15 Sep, 2008 5 commits
  2. 14 Sep, 2008 15 commits
  3. 13 Sep, 2008 17 commits
  4. 12 Sep, 2008 3 commits
    • Jean-Baptiste Kempf's avatar
      Qt: InputSlider modification to close #2033. · 038ee68f
      Jean-Baptiste Kempf authored
      Qt: InputSlider: wheeling on it will seek of 1% in position.
      (cherry picked from commit af7cf494)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      
      Qt: Don't accept focus on the input slider. Never. Just process mouseEvents...
      (cherry picked from commit 47591074)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      038ee68f
    • Antoine Cellerier's avatar
      Oops. · 54a22246
      Antoine Cellerier authored
      (cherry picked from commit 24bacb28)
      54a22246
    • Jean-Baptiste Kempf's avatar
      Change the default hotkeys to avoid conflicts. · d6ff5d2c
      Jean-Baptiste Kempf authored
      1) Every Human Interface Guideline on Unix/Linux/Windows reserves alt key for menu and button accessibility... Try to NOT use those...
      Moreover, you have NO idea how the translators are going to translate your accelerators...
      
      On the other hand, with this long list of keys it was become more than difficult... I'll document on the wiki.
      
      2) Use keys next-to-each-other like-a-cross for cropping
      
      Those keys are making a cross in most layouts ( on the contrary to the previous ones).
      
      3) At the same time, use easier snapshot key. (shift+s is easier than Ctrl+alt+s)
      
      4) Comment previous changes and remove whitespace.
      
      Nota Bene:
      I have no idea on how are the default on the mac and if the are conflicts there too, so I won't make changes there.
      d6ff5d2c