Home | History | Annotate | Download | only in ipsgui
      1 To fix sort column:
      2 	Need to put a GtkTreeModelSort between the view and the FilterModel. 
      3 	GtkTreeModelSort is a GtkTreeSortable. DONE
      4 
      5 Some of these need IPS attention (root system)
      6 
      7 How do we tell if freeze is in play ?
      8 How do we tell if update is available ?          (Version numbers the same)
      9 How are we going to get short description ?
     10 
     11 Combobox not supported in tree easly! 
     12 Hacked version is not a good idea, alternatives ?
     13 
     14 pydoc pkg.fmri
     15 image.Image.get_dependents(self.image,'SUNWgtk')
     16 image.Image.get_dependents(self.image,tmodel.get_value(iter, 7))
     17 
     18 Few handy commands: 
     19 1. This check out the project:
     20 svn co svn+ssh://jhawk (a] svn.opensolaris.org/svn/jds/ipsgui ipsgui
     21 
     22 2. This add the files (if you create new file, you need to add it first,
     23 before commiting)
     24 svn add ipsgui/somenewfile
     25 
     26 3. To commit all changes:
     27 cd ipsgui
     28 svn ci
     29 
     30 4. To commit changes for only few files
     31 svn ci file1 gui/file2 file3 ...
     32 
     33 5. To see status of all files (if they are modified/new)
     34 cd ipsgui
     35 svn status
     36 
     37 6. To update your folder to the trunk one (newest from svn)
     38 cd ipsgui
     39 svn up
     40 
     41 svn diff somefile somefile2
     42 shows changes that were made locally
     43 
     44 show changes on revisions
     45 svn diff -r 16:12 ipsgui.py
     46 
     47 
     48 Should we maintain the ability to add notes in log (editabl)
     49 
     50 ('True','False')[not bVar]
     51 
     52 -------------------
     53 Should we use:
     54 - pkg.client.filelist, to make progress better?
     55 
     56 TODO:
     57 - imageconfig.py - check the name for the project and adjust .ipsgui folder
     58 - packagemanager.py - check TODO list
     59