Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge EphyApplication into Ephy(Embed)Shell | Xan Lopez | 2011-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | We want to use EphyApplication from embed/ too, so instead of following the EphyEmbedShell/EphyShell pattern just fold the code into the Shell itself. This makes sense since both classes have basically the same function, and we can easily leave the non-embed code in EphyShell and move to EphyEmbedShell the bits we want to be global. The better name would be EphyCoreApplication/EphyApplication for the resulting object, but we can do this later. | ||||
* | Require an EphyApplication parameter when creating an EphyShell | Xan Lopez | 2011-06-29 | 1 | -1/+1 |
| | | | | We'll want to create our own in main(), this prepares us for that. | ||||
* | tests: clean up filenames | Diego Escalante Urrelo | 2010-12-19 | 1 | -0/+125 |
Make filenames readable and tab-completion friendly. |