Re: [patch] emblem sidebar



On Thu, 2002-09-26 at 18:14, James Willcox wrote:
> Hi,
> 
> I've made a little sidebar thing that lets you drag emblem icons to
> files to set/unset the chosen emblem.  I'm not sure if it's the correct
> use of the sidebar, but I like it.  What do you guys think?  Here's a
> screenshot:
> 
> http://www.cs.indiana.edu/~jwillcox/files/screenshots/nautilus-emblem-sidebar.png
> 
> (it's a little inaccurate...the "erase" icon is actually at the end)

I've attached a new patch that implements the sidebar as a bonobo
component (so it can now be disabled, etc.).

Thanks,
James

Attachment: nautilus_emblem_view.tar.gz
Description: GNU Zip compressed data

? components/emblem
? components/nautilus_emblem_view.tar.gz
? components/adapter/Nautilus_ComponentAdapterFactory_std.server.in
? components/history/Nautilus_View_history.server.in
? components/loser/content/Nautilus_View_content-loser.server.in
? components/loser/sidebar/Nautilus_View_sidebar-loser.server.in
? components/music/Nautilus_View_music.server.in
? components/notes/Nautilus_View_notes.server.in
? components/sample/Nautilus_View_sample.server.in
? components/text/Nautilus_View_text.server.in
? components/throbber/Nautilus_Control_throbber.server.in
? components/tree/Nautilus_View_tree.server.in
? src/emblem_panel_patch.diff
? src/nautilus-emblem-panel.c
? src/nautilus-emblem-panel.h
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5527
diff -u -5 -r1.5527 ChangeLog
--- ChangeLog	27 Sep 2002 17:40:07 -0000	1.5527
+++ ChangeLog	28 Sep 2002 01:30:34 -0000
@@ -1,5 +1,10 @@
+2002-09-27  James Willcox  <jwillcox gnome org>
+
+	* components/Makefile.am:  Added emblems component
+	* configure.in:  same
+
 === nautilus 2.1.0 ===
 
 2002-09-27  Dave Camp  <dave ximian com>
 
 	* src/nautilus-window-manage-views.c: #include
Index: configure.in
===================================================================
RCS file: /cvs/gnome/nautilus/configure.in,v
retrieving revision 1.469
diff -u -5 -r1.469 configure.in
--- configure.in	27 Sep 2002 10:40:24 -0000	1.469
+++ configure.in	28 Sep 2002 01:30:35 -0000
@@ -342,10 +342,11 @@
 components/sample/Makefile
 components/text/Makefile
 components/text/services/Makefile
 components/throbber/Makefile
 components/tree/Makefile
+components/emblem/Makefile
 cut-n-paste-code/Makefile
 cut-n-paste-code/widgets/Makefile
 cut-n-paste-code/widgets/gimphwrapbox/Makefile
 data/Makefile
 data/emblems/Makefile
Index: components/Makefile.am
===================================================================
RCS file: /cvs/gnome/nautilus/components/Makefile.am,v
retrieving revision 1.40
diff -u -5 -r1.40 Makefile.am
--- components/Makefile.am	30 Apr 2002 22:21:40 -0000	1.40
+++ components/Makefile.am	28 Sep 2002 01:30:35 -0000
@@ -9,10 +9,11 @@
 	notes 					\
 	sample 					\
 	text 					\
 	throbber 				\
 	tree 					\
+	emblem 					\
 	$(NULL)
 
 
 #	news					\
 # Disable the news-sidebar for now, It has lots of bugs and doesn't


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