sawfish r4227 - in trunk: . themer



Author: chrisb
Date: Mon Jul 28 17:22:22 2008
New Revision: 4227
URL: http://svn.gnome.org/viewvc/sawfish?rev=4227&view=rev

Log:
Remove the Themer from trunk (get it from the sawfish-themer branch)


Removed:
   trunk/themer/
Modified:
   trunk/ChangeLog
   trunk/Makefile.in
   trunk/OPTIONS
   trunk/TODO
   trunk/configure.in

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Mon Jul 28 17:22:22 2008
@@ -27,7 +27,7 @@
 
 SUBDIRS = @SUBDIRS@
 
-OLD_BINARIES = sawmill sawmill-client sawmill-capplet sawmill-ui sawmill-themer
+OLD_BINARIES = sawmill sawmill-client sawmill-capplet sawmill-ui
 
 all : build.h DOC NEWS FAQ
 	for dir in $(SUBDIRS); do \

Modified: trunk/OPTIONS
==============================================================================
--- trunk/OPTIONS	(original)
+++ trunk/OPTIONS	Mon Jul 28 17:22:22 2008
@@ -121,8 +121,6 @@
 ;;  (define-special-variable themes-are-gaolled t
 ;;    "When non-nil themes are assumed to be malicious.")
 
-;;  (define-special-variable sawfish-themer-program "sawfish-themer")
-
 ;;  (define-special-variable default-font nil
 ;;    "Default font.")
 

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Mon Jul 28 17:22:22 2008
@@ -234,8 +234,7 @@
 
     allow applications to inject ``policy'' into the wm to affect their
     windows. This could either be (sandboxed?) lisp code, or something
-    more declarative (but even then it could be lisp data, c.f. themes
-    created by sawfish-themer)
+    more declarative (but even then it could be lisp data)
 
     obvious uses for this: focus policy, placement policy, appearance
     (apps that must (?) theme themself could also control their frames
@@ -251,29 +250,3 @@
 see lisp/sawfish/ui/WISHLIST
 
 
-
-themer tasks
-============
-
-  ! only the `default' window type may be previewed
-
-    [ workaround: temporarily change the `default' mapping ]
-
-  + rewrite to use sawfish.gtk modules
-
-  + allow functional frame part attributes to be defined
-
-    possibly add an `(extra sexp)' field that is evaluated then added
-    to the end of the frame part definition 
-
-  + allow dynamic patterns to be defined (e.g. gradients)
-
-  + better previewing:
-
-    * highlight the current frame part somehow
-
-    * clicking/hovering on a frame part selects that definition
-
-    * auto-update, either after each change, or from the idle-hook?
-
-  + support a pseudo-pattern containing the window's icon

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jul 28 17:22:22 2008
@@ -257,23 +257,6 @@
   add_subdir "capplet"
 fi
 
-AC_ARG_ENABLE(themer,
- [  --enable-themer	  Build the sawfish-themer program [default]
-  --disable-themer	  Don't build the themer], [],
- [enable_themer=yes])
-
-if test "$enable_themer" = yes; then
-  dnl configure redirects &5 to config.log
-  AC_MSG_CHECKING([for rep-gtk libglade wrapper])
-  if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk.libglade 2>&5; then 
-    AC_MSG_RESULT([yes])
-    add_subdir "themer"
-  else 
-    AC_MSG_RESULT([no])
-    AC_MSG_WARN([Can't load rep's libglade wrapper, not building themer])
-  fi
-fi
-
 AC_ARG_ENABLE(gnome-widgets,
  [  --enable-gnome-widgets  Use GNOME widgets in places [default]
   --disable-gnome-widgets Don't use GNOME widgets], [],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]