Update of /cvsroot/sheets/sheets
In directory sc8-pr-cvs1:/tmp/cvs-serv32104
Modified Files:
.sheetsrc Sheets.sheets todo.txt
Log Message:
New graphics
* got rid of gray sheet bars (looked ugly when stacked)
* fixed save/cancel buttons (back to green/red, and resize with text)
* fixed expand/close widgets (show up in ToC, and resize with text)
Function completions show weird parameters (may only be constructors)
GC problem on transient fragments (context completion)
Index: .sheetsrc
===================================================================
RCS file: /cvsroot/sheets/sheets/.sheetsrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .sheetsrc 9 Jul 2002 19:03:47 -0000 1.3
--- .sheetsrc 4 Dec 2002 21:11:06 -0000 1.4
***************
*** 30,38 ****
set toc-width 20
set editor-width 50
! set all-fonts.size 14
set code-font.font-name "sansserif"
#set code-font.bold true
! set documentation-font.size 16
! set graph-font.size 14
set default-sheet-view header
--- 30,38 ----
set toc-width 20
set editor-width 50
! set all-fonts.size 18
set code-font.font-name "sansserif"
#set code-font.bold true
! #set documentation-font.size 16
! #set graph-font.size 14
set default-sheet-view header
Index: Sheets.sheets
===================================================================
RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Sheets.sheets 29 Nov 2002 13:54:50 -0000 1.22
--- Sheets.sheets 4 Dec 2002 21:11:07 -0000 1.23
***************
*** 260,269 ****
type=java
section text Administrator:3
! public static final Color Profile.saveButtonColor = Color.lightGray;//new Color(10, 250, 90);
object Administrator:4
pkg=org.browsecode.sheets
type=java
section text Administrator:4
! public static final Color Profile.cancelButtonColor = Color.lightGray;//new Color(250, 10, 90);
object apowers:0
pkg=org.browsecode.sheets
[...1127 lines suppressed...]
***************
*** 107897,107900 ****
--- 108116,108122 ----
schin:1061
schin:1053
+ schin:1095
+ schin:1096
+ schin:1097
schin:1035
schin:728
***************
*** 107906,107909 ****
--- 108128,108134 ----
schin:727
schin:1067
+ schin:1098
+ schin:1099
+ schin:1100
schin:1017
schin:730
Index: todo.txt
===================================================================
RCS file: /cvsroot/sheets/sheets/todo.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** todo.txt 28 Nov 2002 06:54:57 -0000 1.2
--- todo.txt 4 Dec 2002 21:11:30 -0000 1.3
***************
*** 22,25 ****
--- 22,44 ----
Allow the user to reference any properties (not just classpath) by the variable syntax (${})
+ * Graphics:
+ Add bevel to ok/cancel buttons and reverse bevel in edit area (and fix edit area color)
+ Put in new logo (with an indeterminate progress bar for now)
+ Change attribute graphics (make resizable vector images?)
+
+ * Documentation:
+ Fix output to conform to apache dtds
+ - Add a new Document fragment
+ Restrict addition of new fragments to those supported by DTD
+
+ * Website:
+ Test with released version of Centipede
+ - pick up any web page changes
+ Set-up sourceforge site
+ - modify website to have sourceforge nav bar
+ - setup virtual hosting
+ Add JDepend, Checksite results
+ Integrate generated documentation (see documentation section above)
+
* Better File Management:
Don't unnecessarily mark files as dirty on import
***************
*** 32,37 ****
* ByteCode Completion
- Function completions show wierd parameters (may only be constructors)
Fix a few odd cases ("System.out.println")
Middle-click doesn't always work for things which complete successfully
Restrict completion to entities in classpath across projects (JavaSentinel.getClass)
--- 51,56 ----
* ByteCode Completion
Fix a few odd cases ("System.out.println")
+ Need to have repository traverse jars with embedded classpaths
Middle-click doesn't always work for things which complete successfully
Restrict completion to entities in classpath across projects (JavaSentinel.getClass)
|