Skip to content
  1. Jan 28, 2010
  2. Jan 27, 2010
  3. Jan 26, 2010
  4. Jan 25, 2010
  5. Jan 22, 2010
  6. Jan 16, 2010
  7. Jan 13, 2010
  8. Jan 12, 2010
  9. Jan 11, 2010
  10. Jan 10, 2010
  11. Jan 09, 2010
  12. Jan 05, 2010
    • Federico Mena Quintero's avatar
      Merge the reusable-osd-window branch. · 641c6d86
      Federico Mena Quintero authored
      Several plugins need to use an on-screen-display (OSD) window like the
      media-keys plugin does.  However, the media-keys plugin had a heavily
      hard-coded OSD window for its own purposes.
      
      This branch takes the basis of GsdMediaKeysWindow and turns it into a
      generic GsdOsdWindow.  You can use that widget as a normal GtkWindow
      and pack your widgets in it.  The GsdOsdWindow draws itself as a nice,
      semi-opaque, rounded rectangle and takes care of hiding itself after a
      timeout after it is shown.
      
      Now, GsdMediaKeysWindow is simply a subclass of GsdOsdWindow that
      knows the specifics of the media-keys plugin.
      
      The GsdOsdWindow will get used by the XRANDR plugin and hopefully
      others if they need it.
      
      Merge branch 'reusable-osd-window'
      641c6d86
    • Federico Mena Quintero's avatar
      Take into account the frame's size properly · 0bea6c51
      Federico Mena Quintero authored
      
      
      We need a custom size_request handler in GsdOsdWindow, as it draws its
      own frame instead of depending on child widgets to do it.
      
      Signed-off-by: default avatarFederico Mena Quintero <federico@novell.com>
      0bea6c51
    • Federico Mena Quintero's avatar
      Remove a superfluous GtkFrame in acme.ui · 7496a60b
      Federico Mena Quintero authored
      
      
      The frame now gets drawn by the toplevel GsdOsdWindow.  The main widget
      in acme.ui is now 'acme_box' instead of 'acme_frame'.
      
      Also, make the frame drawn by GsdOsdWindow use GTK_SHADOW_OUT, for consistency
      with the old acme_frame.
      
      Signed-off-by: default avatarFederico Mena Quintero <federico@novell.com>
      7496a60b
    • Maxim V. Dziumanenko's avatar
      Update Ukrainian translation · d663db1b
      Maxim V. Dziumanenko authored
      d663db1b
  13. Jan 04, 2010
  14. Jan 03, 2010
  15. Jan 01, 2010