[gedit-plugins] Drop session saver plugin.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Drop session saver plugin.
- Date: Mon, 5 Nov 2012 21:47:20 +0000 (UTC)
commit 7abf46cf9c6e3f12798e813ffeac28e3594167f0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Nov 5 22:46:30 2012 +0100
Drop session saver plugin.
This plugin has been broken forever. I like the idea but
unless somebody comes up and fixes the plugin we have
decided to drop it.
README | 3 -
configure.ac | 10 +-
plugins/sessionsaver/Makefile.am | 20 --
plugins/sessionsaver/__init__.py | 166 ---------------
plugins/sessionsaver/dialogs.py | 167 ---------------
.../sessionsaver/sessionsaver.plugin.desktop.in.in | 10 -
plugins/sessionsaver/sessionsaver.ui | 213 --------------------
plugins/sessionsaver/store.py | 161 ---------------
po/POTFILES.in | 4 -
po/POTFILES.skip | 1 -
10 files changed, 4 insertions(+), 751 deletions(-)
---
diff --git a/README b/README
index 63385f3..b2d9281 100644
--- a/README
+++ b/README
@@ -29,11 +29,8 @@ drawspaces Draw spaces and tabs.
joinlines Join several lines or split long ones.
multiedit Edit document in multiple places at once
textsize Easily increase and decrease the text size
-sessionsaver Save and restore your working sessions.
showtabbar Add a menu entry to show/hide the tabbar.
smartspaces Forget you're not using tabulations.
-taglist Provides a method to easily insert commonly used
- tags/strings into a document without having to type them.
terminal Embed a terminal in the bottom pane.
textsize Easily increase and decrease the text size.
wordcompletion Word completion using the completion framework.
diff --git a/configure.ac b/configure.ac
index 00860d9..09a4ec8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,9 +92,9 @@ ALL_PLUGINS="bookmarks drawspaces wordcompletion"
USEFUL_PLUGINS="bookmarks drawspaces wordcompletion"
DEFAULT_PLUGINS="bookmarks drawspaces wordcompletion"
-PYTHON_ALL_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize sessionsaver smartspaces terminal synctex"
-PYTHON_USEFUL_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize sessionsaver smartspaces terminal synctex"
-PYTHON_DEFAULT_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize sessionsaver smartspaces terminal synctex"
+PYTHON_ALL_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize smartspaces terminal synctex"
+PYTHON_USEFUL_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize smartspaces terminal synctex"
+PYTHON_DEFAULT_PLUGINS="bracketcompletion charmap codecomment colorpicker commander dashboard joinlines multiedit textsize smartspaces terminal synctex"
DIST_PLUGINS="$ALL_PLUGINS $PYTHON_ALL_PLUGINS"
@@ -116,7 +116,7 @@ AC_ARG_WITH([plugins],
build the specified plugins. Available:
bracketcompletion, charmap, codecomment,
colorpicker, drawspaces, joinlines, multiedit,
- textsize, sessionsaver, smartspaces,
+ textsize, smartspaces,
terminal, wordcompletion, as well as the aliases
default, all, and really-all],
[plugins=$with_plugins],
@@ -342,8 +342,6 @@ plugins/joinlines/Makefile
plugins/multiedit/Makefile
plugins/multiedit/multiedit.plugin.desktop.in
plugins/multiedit/multiedit/Makefile
-plugins/sessionsaver/Makefile
-plugins/sessionsaver/sessionsaver.plugin.desktop.in
plugins/smartspaces/Makefile
plugins/smartspaces/smartspaces.plugin.desktop.in
plugins/synctex/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 649f3ed..a9de3d1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -20,10 +20,6 @@ plugins/joinlines/joinlines.py
plugins/multiedit/multiedit/documenthelper.py
plugins/multiedit/multiedit/__init__.py
plugins/multiedit/multiedit.plugin.desktop.in.in
-plugins/sessionsaver/dialogs.py
-plugins/sessionsaver/__init__.py
-plugins/sessionsaver/sessionsaver.plugin.desktop.in.in
-[type: gettext/glade]plugins/sessionsaver/sessionsaver.ui
plugins/smartspaces/smartspaces.plugin.desktop.in.in
plugins/synctex/synctex.plugin.desktop.in.in
plugins/synctex/synctex/synctex.py
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index b07115b..7cd5418 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -9,7 +9,6 @@ plugins/drawspaces/drawspaces.plugin.desktop.in
plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml.in
plugins/joinlines/joinlines.plugin.desktop.in
plugins/multiedit/multiedit.plugin.desktop.in
-plugins/sessionsaver/sessionsaver.plugin.desktop.in
plugins/smartspaces/smartspaces.plugin.desktop.in
plugins/synctex/synctex.plugin.desktop.in
plugins/terminal/org.gnome.gedit.plugins.terminal.gschema.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]