Page 209 of 299 FirstFirst ... 109159199207208209210211219259 ... LastLast
Results 2,081 to 2,090 of 2990

Thread: Mac-style Menu Bar for GTK and Java/Swing applications!

  1. #2081
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    A fancy way to manipulate your menus--

    I can now
    (1) play with the menus with the in-process navigator.
    (2) keep the in-process navigator sync with application's menu.
    (3) show/hide the menubar on-the-fly.

    With less than 50 lines of patch to GTK.
    Attached Images Attached Images

  2. #2082
    Join Date
    Apr 2006
    Location
    Netherlands
    Beans
    3
    Distro
    Dapper Drake Testing/

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Keep up the good work! I still have the old release that crashes with Pidgin windows, but it's very nice already.

  3. #2083
    Join Date
    Feb 2007
    Beans
    88
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    I don't actually know much about this type of thing, but would it not be possible to recreate the Firefox menubar options inside the globalmenu whenever it detects that Firefox is the active window, and then just rely on an extension to hide the menubar that's already in Firefox (such as https://addons.mozilla.org/en-US/firefox/addon/4762)?
    If anyone needs real-time support, feel free to contact me through MSN, AIM, or Google Talk at buu700@gmail.com (don't omit the '@gmail.com' even in AIM).

  4. #2084
    Join Date
    Jun 2007
    Beans
    5

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    i cant patch gtk2.14.3 with any patchs. some patch succeed but cant compile . any other update to gtk 2.14?

  5. #2085
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Global Menu Navigator...

    This screenshot demonstrates gnomenu-navigator, a tool to draw global menu of any global menu client.

    After one week's absence from job, I accomplished three major components of Global Menu:

    [Client]
    libgnomenu-gtk with several small patches in GTK.
    bus
    org.gnome.GlobalMenu.Application-{number}
    object
    /org/gnome/GlobalMenu/Application
    interfaces
    org.gnome.GlobalMenu.Client
    org.gnome.GlobalMenu.Document
    [Server]
    gnomenu-server
    bus
    org.gnome.GlobalMenu.Server
    object
    /org/gnome/GlobalMenu/Server
    interfaces:
    org.gnome.GlobalMenu.Server
    org.gnome.GlobalMenu.Document

    [Viewer]
    A GtkTreeView viewer ListView
    A GtkMenuBar viewer MenuView.
    gnomenu-navigator utilized both.
    a panel-applet should utilize MenuView

    I gotta disappear for a few days to catch up with job schedule.

    svn://gnome2-globalmenu.googlecode/svn/branches/0.6-devel

    testing the code is welcomed. One has to get a 0.3.5+ vala compiler to compile them.

    to compile gtk-aqd from global menu source tree, installing git is recommended. see gtk-aqd/Makefile.am for reasons.

    Remember to override the existed libgnomenu and GTK with LD_LIBRARY_PATH

    Put a .service file in ~/.local/share/dbus-1/services
    modify from libgnomenu/server/org.gnome.GlobalMenu.Server.service.in.

    qdbusviewer (part of qt4) will be a very handy tool.

    Cheers.
    Attached Images Attached Images

  6. #2086
    Join Date
    Mar 2007
    Location
    Bucks, United Kingdom
    Beans
    488
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Does anyone have any instructions on how to install this on Intrepid?

  7. #2087
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    A widget for viewing Global Menus

    we are almost there...
    Attached Images Attached Images

  8. #2088
    Join Date
    Mar 2007
    Location
    Bucks, United Kingdom
    Beans
    488
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    cool cool, my desktop seems empty without it on intrepid! lol

  9. #2089
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Pretty much already there. Any ideas about making packages?
    Attached Images Attached Images

  10. #2090
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    I got some source package.


    http://gnome2-globalmenu.googlecode.....6.1320.tar.gz
    and a screenshot
    Attached Images Attached Images

Page 209 of 299 FirstFirst ... 109159199207208209210211219259 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •