Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/XbookActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't prepend file://, the shell will pass it.Tomeu Vizoso2007-03-221-1/+1
|
* Make filechoosers be transient windows.Tomeu Vizoso2007-03-161-2/+6
|
* File chooser improvements.Tomeu Vizoso2007-03-151-5/+15
|
* Display document title, if anyDan Williams2007-03-141-0/+5
|
* Don't show hidden files in open dialogDan Williams2007-03-141-0/+1
|
* Use home directory, not DocumentsDan Williams2007-03-131-6/+1
|
* Move document open logic out of toolbarDan Williams2007-03-131-2/+36
|
* Dispose document when loading new oneDan Williams2007-03-131-6/+9
|
* Add open functionalityDan Williams2007-03-131-6/+14
|
* Adapt to API changes.Tomeu Vizoso2007-02-281-19/+9
|
* Adapted to API changes.Tomeu Vizoso2007-02-281-12/+22
|
* Adjust page to screen width.Tomeu Vizoso2007-01-101-5/+0
|
* Correct indentation.Tomeu Vizoso2007-01-051-38/+38
|
* return boolean from execute methodManusheel2007-01-041-0/+4
| | | | * solution for the mismatch of signatures b/w sugaractivity and xbookactivity
*