[Xfce4-commits] [apps/mousepad] 45/45: Merge branch 'preferences-menu-toolbar'
noreply at xfce.org
noreply at xfce.org
Fri Jul 11 13:03:50 CEST 2014
This is an automated email from the git hooks/post-receive script.
mbrush pushed a commit to branch master
in repository apps/mousepad.
commit 3b084a5adb50fae1cb42c19528d841d80af4d661
Merge: 5e95b16 d23ccc4
Author: Matthew Brush <mbrush at codebrainz.ca>
Date: Fri Jul 11 03:57:29 2014 -0700
Merge branch 'preferences-menu-toolbar'
This merge contains tons of improvements including:
* Add preferences dialog.
* Port to GSettings with compile-time option to force keyfile backend.
* Add a toolbar with various related preferences.
* Re-organize the main menu item grouping.
* Add tons of GtkSourceView preferences which provides much more
control over the editor widget's behaviour and appearance.
* Add fullscreen support
.gitignore | 3 +
Makefile.am | 2 +
README | 3 +-
autogen.sh | 2 +
configure.ac.in | 22 +-
mousepad/Makefile.am | 33 +-
mousepad/mousepad-application.c | 63 +-
mousepad/mousepad-application.h | 3 +
mousepad/mousepad-document.c | 91 +--
mousepad/mousepad-document.h | 6 -
mousepad/mousepad-encoding-dialog.c | 5 +-
mousepad/mousepad-preferences.c | 652 --------------------
mousepad/mousepad-preferences.h | 38 --
mousepad/mousepad-prefs-dialog.c | 569 +++++++++++++++++
mousepad/mousepad-prefs-dialog.glade | 946 ++++++++++++++++++++++++++++
mousepad/mousepad-prefs-dialog.h | 24 +
mousepad/mousepad-print.c | 1 -
mousepad/mousepad-private.h | 1 +
mousepad/mousepad-replace-dialog.c | 229 +++----
mousepad/mousepad-search-bar.c | 47 +-
mousepad/mousepad-settings-store.c | 279 +++++++++
mousepad/mousepad-settings-store.h | 38 ++
mousepad/mousepad-settings.c | 288 +++++++++
mousepad/mousepad-settings.h | 122 ++++
mousepad/mousepad-view.c | 526 ++++++++++++++--
mousepad/mousepad-view.h | 37 +-
mousepad/mousepad-window-ui.xml | 104 +++-
mousepad/mousepad-window.c | 1055 ++++++++++++++++++--------------
mousepad/mousepad-window.h | 2 +
mousepad/org.xfce.mousepad.gschema.xml | 335 ++++++++++
30 files changed, 3948 insertions(+), 1578 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list