lp:~weboide/wupload-dead/beta-0.1.0

Created by Arnaud Soyez and last modified
Get this branch:
bzr branch lp:~weboide/wupload-dead/beta-0.1.0
Only Arnaud Soyez can upload to this branch. If you are Arnaud Soyez please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Arnaud Soyez
Project:
wupload
Status:
Experimental

Recent revisions

26. By Arnaud Soyez

 * Changed GUI:
  - Changed layout to be a little more friendly
  - Added a context menu for loglist (for later)
  - Added a Selection Details part for information about the selected file
 * Added a new module (misc.py) for some common use methods (just a humanReadable size converter for now)
 * Added some logging possibility to gWTools
 * Less columns in filelistview to be proper and changed the CellRenderer Progress bar with a built-in one
 * Possibility to see file information when a file is clicked in filelistview, so right click in the treeview is now handled
 * in mainGTKwindow, gtk_on_sendbtn_clicked is now just calling startTransfer() (for other buttons to be able to call it properly)
 * Removed some left over threadedsafe stuff
 * Added some intermediary functions in mainGTKwindow and in xfile (to be proper, again)

25. By Arnaud Soyez

 Switch to Twisted
     part 2/2

Mostly functionnal

24. By Arnaud Soyez

 *Intermediary commit*
  Change to twisted framework.
       part 1/2

23. By Arnaud Soyez

 * Added command line args and options parser
 * Removed debug output option from config gile, but added to command
line options
 * Added file size humanly readable to getsize() and added to file list
(in the treeview)
 * Moved all the files from the 'includes' directory to the
wuploadmodules directory, to be more convenient for now

22. By Arnaud Soyez

 * Changed a few lines in README file

21. By Arnaud Soyez

 * Removed wrong import server in mainGTKwindow
 * Changed FTPserver's inherited class to server instead of object

20. By Arnaud Soyez

 * Added right click context menu for the File List (modify/delete actions) but not yet functionnal
 * Rewritten the autoconnect to be more generic (to use it with other widget trees, like the context menu)

19. By Arnaud Soyez

 * Proper GUI (glade file):
  - Removed some fixed size area and replaced with alignments
  - Removed some useless hboxes
  - Bigger space around edges (between widgets and edges)

18. By Arnaud Soyez

 * Added the info module (forgotten in previous revision)
 * Changed GUI (glade file):
   - Removed the single file selection
   - Added Toolbar button for multiple file selection (file chooser)
   - Added a Treeview with progress bar for the files-to-be-transfered list
   - Made the window wider so we can see the treeviews better
 * Proper way to check states in FTPtransfer
 * Transfer.addfile now returns the xfile added
 * Added getPercDone() function to xfile
 * Added gWTools module. This helps building the following objects (without overloading mainGTKwindow module):
   - Filechooser
   - ProgressCellRenderer
   - FileListView
 * Added functions for creating the lists (treeviews) in mainGTKwindow
 * Now both the treeviews scroll automatically to the row that has just been updated
 * Added some docstrings to functions

17. By Arnaud Soyez

 * Added About Dialog
 * Added info.py to keep track of version for now

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers