antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/ACE-desktop ACE guidl/Horizontal_Desk...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE guidl/Horizontal_Desk...
Date: Sun, 11 Nov 2007 23:07:16 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/11/11 23:07:16

Modified files:
        ACE-desktop    : ACE 
        ACE-desktop/guidl: Horizontal_Deskbar.gdl 
Added files:
        ACE-desktop/guidl: File_Shell.gdl 
        ACE-desktop/icons: system_monitor_16.png system_monitor_32.png 

Log message:
        Added file management interface that actually works.  Added new system
        monitor icons.  Use pidgin icon for pidgin in Deskbar.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.52&r2=1.53
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/Horizontal_Deskbar.gdl?cvsroot=antiright&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/File_Shell.gdl?cvsroot=antiright&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/icons/system_monitor_16.png?cvsroot=antiright&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/icons/system_monitor_32.png?cvsroot=antiright&rev=1.1

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- ACE 11 Nov 2007 21:00:55 -0000      1.52
+++ ACE 11 Nov 2007 23:07:15 -0000      1.53
@@ -310,6 +310,7 @@
 
        Check_AR_IN_FM
 }
+
 Modes()
 {
        local FILES="$*"

Index: guidl/Horizontal_Deskbar.gdl
===================================================================
RCS file: 
/sources/antiright/antiright/ACE-desktop/guidl/Horizontal_Deskbar.gdl,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- guidl/Horizontal_Deskbar.gdl        11 Nov 2007 03:42:34 -0000      1.36
+++ guidl/Horizontal_Deskbar.gdl        11 Nov 2007 23:07:15 -0000      1.37
@@ -49,7 +49,7 @@
        ::-->,gtk-network::Network::\n
                ::firefox & # FireFox,www_16.png::\n
                ::gaim & # gaim,chat_16.png::\n
-               ::pidgin & # pidgin,chat_16.png::\n
+               ::pidgin & # pidgin,pidgin_16.png::\n
                ::gtk-gnutella & # gtk-gnutella,gtk-network::\n
                ::<--::\n
        ::-->,gtk-directory::Office::\n

Index: guidl/File_Shell.gdl
===================================================================
RCS file: guidl/File_Shell.gdl
diff -N guidl/File_Shell.gdl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ guidl/File_Shell.gdl        11 Nov 2007 23:07:15 -0000      1.1
@@ -0,0 +1,13 @@
+// Simple file manager panel that actually works.  
+
+option "application";
+
+add button "File::Exit___,gtk-quit";
+add button "Help::About___,gtk-about";
+
+add buttons 
+       "gtkshell -df # List_Directory,gtk-info",
+       "cp $(gtkshell -df) $(gtkshell -df) # Copy,gtk-copy",
+       "move $(gtkshell -df) $(gtkshell -df) # Move,gtk-cut",
+       "rm $(gtkshell -df) $(gtkshell -df) # Delete,gtk-delete",
+       "mkdir $(gtkshell -dd) # New_Directory,gtk-directory";

Index: icons/system_monitor_16.png
===================================================================
RCS file: icons/system_monitor_16.png
diff -N icons/system_monitor_16.png
Binary files /dev/null and /tmp/cvsvNSkZl differ

Index: icons/system_monitor_32.png
===================================================================
RCS file: icons/system_monitor_32.png
diff -N icons/system_monitor_32.png
Binary files /dev/null and /tmp/cvsQBlAhm differ




reply via email to

[Prev in Thread] Current Thread [Next in Thread]