aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
Commit message (Collapse)AuthorAgeFilesLines
* Add help buttons to the pdm and pref dialogsEkaterina Gerasimova2013-08-042-2/+30
|
* Update links to help, add app menuitemEkaterina Gerasimova2013-08-044-0/+7
| | | | | | | Update ephy_gui_help to link to pages, not sections. Update links to pages in the new help. Add an app menu Help item. Change the link from the preference dialog to link to the pref.page because one page per tab is not compatible with the help style…
* Remove duplicate GtkBuilder propertyEkaterina Gerasimova2013-08-041-1/+0
|
* Added missing mnemonics in application menu.Adam Dingle2013-05-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696894
* Compile template pages as GResourcesCarlos Garcia Campos2013-04-053-0/+248
| | | | | | | | So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system. https://bugzilla.gnome.org/show_bug.cgi?id=696792
* ephy-shell: add application menu item for reopening closed tabsClaudio Saavedra2013-02-081-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=128184
* prefs-dialog: remove some vertical sizeDiego Escalante Urrelo2013-01-051-99/+124
| | | | | | Move Web Content from Privacy to General. https://bugzilla.gnome.org/show_bug.cgi?id=690053
* e-window: add a smarter CopyEmailAddress actionDiego Escalante Urrelo2013-01-051-0/+1
| | | | | | | It omits the mailto: in mail links and has a different string in the context menu, to make this clear. https://bugzilla.gnome.org/show_bug.cgi?id=688166
* ephy-shell: fix the incognito app menu itemClaudio Saavedra2012-12-121-4/+4
|
* First iteration for 'Incognito mode'Xan Lopez2012-12-122-0/+6
| | | | | | | | | | | | | | | For now this is just a private mode but with the following two twists: - We use the dark theme. - We steal our history and bookmarks from the main profile. This is done in 'read-only' mode though, so any changes made in this session will be lost. Add command line options and a UI item to launch the browser in this mode. https://bugzilla.gnome.org/show_bug.cgi?id=676914
* Add the zoom controls to the gear menuXan Lopez2012-12-101-0/+3
| | | | | | There was no way of zooming in or out from the UI. https://bugzilla.gnome.org/show_bug.cgi?id=683625
* resources: tidy up application menu orderDiego Escalante Urrelo2012-12-091-7/+5
| | | | | | Copy the sort order of other GNOME3 applications. https://bugzilla.gnome.org/show_bug.cgi?id=678962
* Fixed bug #686711Diego Escalante Urrelo2012-10-291-1/+1
|
* Remove extensions supportXan Lopez2012-10-081-1/+0
| | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630
* Add 'History' item to the gear menu when not in the ShellXan Lopez2012-10-081-0/+1
|
* Merge the app menu into the gear menu when we are not in the ShellXan Lopez2012-10-071-1/+6
| | | | | | Gets rid of the ugly menubar with a single menu. https://bugzilla.gnome.org/show_bug.cgi?id=673054
* prefs-dialog: remove JavaScript preference from the UIXan Lopez2012-10-031-17/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685393
* Remove UI code from adblock, un-extensionify itXan Lopez2012-10-031-198/+0
| | | | | | | | | We are not using this code for now, easy enough to re-add somehow if we want to provide a UI to edit the adblock rules. With that gone, it's now trivial to drop the extension code too, so now the adblocker is just a GObject implementing the Adblock interface. https://bugzilla.gnome.org/show_bug.cgi?id=681657
* prefs-dialog: add a checkbox to enable/disable the adblock functionalityXan Lopez2012-10-021-47/+53
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657
* Import adblock extension into the source treeXan Lopez2012-10-011-0/+198
| | | | | | | | | | | | | | | This commit imports the adblock extension from 'epiphany-extensions' with as few modifications as possible. Further modifications and simplifications are possible, but for now we just load it unconditionally, enabled. We have it in the src/ directory because it depends on some high-level objects in Epiphany (EphyExtension, EphyWindow), but in the future we'll probably move it to embed/, transforming it from an extension into just the specific implementation of our EphyAdblockManager object. https://bugzilla.gnome.org/show_bug.cgi?id=681657
* ephy-embed: show a message popup when entering fullscreen modeClaudio Saavedra2012-06-201-0/+7
| | | | | | | | The message is different depending on whether we are entering HTML5 fullscreen mode or application fullscreen, since the keys used to leave either mode are different. https://bugzilla.gnome.org/show_bug.cgi?id=671195
* embed: remove custom CSS styling for the overlay progressbarCosimo Cecchi2012-05-241-29/+0
| | | | | | | Now that the overlay progressbar is styled by the theme, we can just set the OSD style class on the overlay to get the same effect. https://bugzilla.gnome.org/show_bug.cgi?id=676660
* preferences: fix 'Add language' dialog layoutXan Lopez2012-05-191-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676043
* prefs: expose the Do Not Track setting in the preferences UIXan Lopez2012-05-191-25/+54
|
* Move resources to its own directory inside src/Xan Lopez2012-04-167-0/+2328