Of course I can give a hand! But wouldn't be dangerous hide menu bar in normal view? I think some people could get stuck after that! It has happened with amarok some years ago until developers remove the functionality.
On Sat, Oct 22, 2011 at 11:38 PM, Matthew Brush mbrush@codebrainz.cawrote:
Hi,
Is there any chance we could not commit this since I'll have to re-convert the old Glade 2 file to Glade 3/GtkBuilder again? Once the switch is complete I can hand-port the changes here.
@Pedro I hate to cause extra effort since we appreciate when people can help out but would it be possible for you to post this to the patch tracker[1] so that it doesn't get lost?
Also, it would be cool to generally add options to show/hide the menu bar and the status bar, whether in fullscreen or not. There's already a feature request[2] about the status bar.
Cheers, Matthew Brush
[1] https://sourceforge.net/**tracker/?group_id=153444&atid=**787793https://sourceforge.net/tracker/?group_id=153444&atid=787793 [2] https://sourceforge.net/**tracker/index.php?func=detail&** aid=3131862&group_id=153444&**atid=787794https://sourceforge.net/tracker/index.php?func=detail&aid=3131862&group_id=153444&atid=787794
On 11-10-22 03:19 PM, Pedro Cirne wrote:
"& ui_prefs.fullscreen" was redundant, state brings "ui_prefs.fullscreen & interface_prefs.hide_menubar_**on_fullscreen" from caller. Now with tabs..I think it's ok!
On Sat, Oct 22, 2011 at 6:03 PM, Dimitar Zhekov <dimitar.zhekov@gmail.com <mailto:dimitar.zhekov@gmail.**comdimitar.zhekov@gmail.com>> wrote:
On Thu, 20 Oct 2011 12:43:15 +0100 Pedro Cirne <pedro@cirne100.eu mailto:pedro@cirne100.eu> wrote:
> Here it is...I hope it's useful! > > On Thu, Oct 20, 2011 at 1:55 AM, Lex Trotman <elextr@gmail.com
mailto:elextr@gmail.com> wrote: > > > On 20 October 2011 11:39, Pedro Cirne <pedro@cirne100.eu mailto:pedro@cirne100.eu> wrote: > > > I have edited the source code to make it works for me, is it useful for > > the > > > project? > > > > If you submit a patch/pull request we will certainly have a look at > > it. Then you may not have to keep applying it each time Geany > > upgrades.
Looks fine to me, except that some of the changes are indented with spaces instead of tabs.
I'm not quite sure why ui_menubar_showhide() should take a gboolean state, check it with & and hide the menu for state = 1 (or TRUE?). It may be the most effective way, but writing an extra line or too to make the code stupid and simple may be a good idea.
A good thing to have, though I personnaly am not going to use it.
-- E-gards: Jimmy ______________________________**_________________ Geany mailing list Geany@uvena.de mailto:Geany@uvena.de https://lists.uvena.de/cgi-**bin/mailman/listinfo/geanyhttps://lists.uvena.de/cgi-bin/mailman/listinfo/geany
______________________________**_________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-**bin/mailman/listinfo/geanyhttps://lists.uvena.de/cgi-bin/mailman/listinfo/geany
______________________________**_________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-**bin/mailman/listinfo/geanyhttps://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 11-10-22 04:18 PM, Pedro Cirne wrote:
Of course I can give a hand! But wouldn't be dangerous hide menu bar in normal view? I think some people could get stuck after that! It has happened with amarok some years ago until developers remove the functionality.
Yep, for sure. It would have to be accessible from another menu somewhere like in GNOME/XFCE terminals.
Cheers, Matthew Brush
I use this module for all GTK programs :)
usege: add to global system environment: "extern GTK_MODULES=/home/gordio/.gtk_modmenubar.so"