Skip to content

Commit ce7fa7f

Browse files
author
Jonathan Matthew
committedFeb 25, 2013
Convert everything to GMenu and add an app menu
Most significantly, this removes the menu bar, scattering its contents into an application menu, additional menus added to source toolbars, and a toolbar in the source list. The playlist related parts of the music menu are now in the source list toolbar. The rest formed the basis of the app menu. Most sources now have an edit menu that corresponds roughly to the edit menu from the menu bar. The view and tools menus are now part of the app menu. The control menu is gone, since it didn't do anything that wasn't already represented in the controls in the main toolbar. The help menu is now part of the app menu.
1 parent f95589b commit ce7fa7f

File tree

152 files changed

+8752
-10428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+8752
-10428
lines changed
 

‎bindings/gi/Makefile.am

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ rb_introspection_sources = \
7979
rhythmdb/rhythmdb-song-entry-types.c \
8080
rhythmdb/rb-refstring.h \
8181
rhythmdb/rb-refstring.c \
82+
shell/rb-application.h \
83+
shell/rb-application.c \
8284
shell/rb-shell.h \
8385
shell/rb-shell.c \
8486
shell/rb-shell-player.h \
@@ -128,6 +130,8 @@ rb_introspection_sources = \
128130
sources/rb-device-source.c \
129131
sources/rb-transfer-target.h \
130132
sources/rb-transfer-target.c \
133+
widgets/rb-button-bar.h \
134+
widgets/rb-button-bar.c \
131135
widgets/rb-entry-view.h \
132136
widgets/rb-entry-view.c \
133137
widgets/rb-property-view.h \

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
4444
AC_C_BIGENDIAN
4545
AC_CHECK_SIZEOF(long)
4646

47-
GTK_REQS=3.4.0
47+
GTK_REQS=3.6.0
4848

4949
GST_REQS=0.11.92
5050
GDK_PIXBUF_REQS=2.18.0

0 commit comments

Comments
 (0)
Please sign in to comment.