aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-app-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-web-app-utils: add EPHY_WEB_APP_ICON defineDiego Escalante Urrelo2012-02-091-0/+1
| | | | | | | Stands for "app-icon.png", which is of interest outside ephy-web-app-utils.c https://bugzilla.gnome.org/show_bug.cgi?id=669182
* Make about:applications prettierXan Lopez2011-09-071-0/+2
| | | | Thanks to Lapo Calamandrei for the CSS.
* Implement about:applicationsXan Lopez2011-09-061-0/+9
| | | | | | A really simple way to list and delete the existing Web Applications. Hopefully this will go completely away in 3.4 replaced with something in the shell itself.
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-041-0/+5
|
* ephy-web-app-utils: rename ephy_delete_web_application to ↵Xan Lopez2011-09-031-1/+1
| | | | | | ephy_web_application_delete You know, use namespaces correctly and all that.
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-021-0/+2
| | | | And factor out some code
* Move EPHY_WEB_APP_PREFIX declaration to a cleaner locationClaudio Saavedra2011-09-021-0/+2
|
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-021-0/+36
Plus the necessary code to implement some sort of UI to do this for the 3.2 time frame. Hopefully for 3.4 we'll have a GNOME-wide system to deal with applications.