aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HACKING: remove dubious guideline, add guideline for headersXan Lopez2011-09-041-6/+8
|
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-044-167/+187
|
* ephy-web-view: silence compiler warningXan Lopez2011-09-031-0/+1
|
* ephy-web-app-utils: rename ephy_delete_web_application to ↵Xan Lopez2011-09-033-4/+4
| | | | | | ephy_web_application_delete You know, use namespaces correctly and all that.
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-023-9/+26
| | | | And factor out some code
* Move EPHY_WEB_APP_PREFIX declaration to a cleaner locationClaudio Saavedra2011-09-022-2/+2
|
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-024-1/+191
| | | | | | 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.
* EphyWindow: Fix location entry's load progressClaudio Saavedra2011-09-021-12/+24
| | | | | | | | The caching of the GtkEntry was broken, since the toolbar items are destroyed on switching to/from fullscreen. Update the cache right after toolbar is rebuilt. https://bugzilla.gnome.org/show_bug.cgi?id=657936
* Updated Swedish translationDaniel Nylander2011-09-011-417/+260
|
* Updated Lithuanian translationAurimas Černius2011-09-011-467/+513
|
* Updated Norwegian bokmål translationKjartan Maraas2011-09-011-219/+247
|
* Updated Persian translationArash Mousavi2011-08-311-304/+390
|
* Updated Spanish translationJorge González2011-08-311-46/+45
|
* Fixed and updated Russian translationStas Solovey2011-08-311-333/+402
|
* Updated Spanish translationJorge González2011-08-311-42/+44
|
* Updated Spanish translationJorge González2011-08-311-237/+263
|
* [release] 3.1.903.1.90Xan Lopez2011-08-302-1/+9
|
* ephy-window: same hack to allow ephy to launch itself from app modeXan Lopez2011-08-301-0/+4
|
* window-commands: make 'Enter' activate the default responseXan Lopez2011-08-301-0/+1
| | | | Which creates the corresponding Web App.
* ephy-web-view: do not launch ephy with jhbuildXan Lopez2011-08-291-1/+1
| | | | Leftovers from testing.
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-293-2/+41
| | | | | This will probably go away in 3.4 when the new dash design is introduced, but for now it's the best we have.
* ephy-file-helpers: export the UUID env var in our headerXan Lopez2011-08-292-1/+2
| | | | We'll use it from src/ for a bit of a gross hack...
* ephy-file-helpers: make .desktop file launcher method parameters optionalXan Lopez2011-08-291-5/+9
| | | | We don't always need them.
* ephy-window: sandbox app-mode instances to the app domainXan Lopez2011-08-291-0/+39
| | | | | If the user tries to navigate to other domain spawn a new process with "gvfs-open" and the requested URI.
* ephy-main: more parameter sanity checkXan Lopez2011-08-291-0/+5
| | | | | Using private profile and app mode at the same time does not make sense.
* ephy-toolbar: disable New Window and New Tab actionsXan Lopez2011-08-291-4/+11
| | | | | We should refactor EphyWindow so that all these UI bits are not even present in app mode, but for now this will do.
* Add basic support for Web ApplicationsXan Lopez2011-08-298-26/+453
| | | | | | | | Allow to save any page as a "Web Application". A new .desktop file will be created, and added to the Shell as a new application. It will launch epiphany in application mode, with its own private profile (inheriting some data from the main profile, like the relevant domain cookies) and in a new process.
* Updated Canadian English Translation...Tiffany Antopolski2011-08-281-2469/+2451
| | | | ...as part of the process of fixing bug#610152
* Updated Russian translationYuri Myasoedov2011-08-271-317/+375
|
* Updated Brazilian Portuguese translation.Og B. Maciel2011-08-251-72/+57
|
* [release] 3.1.53.1.5Xan Lopez2011-08-242-2/+16
|
* Updated Bulgarian translationIvaylo Valkov2011-08-221-321/+372
|
* update Punjabi TranslationA S Alam2011-08-211-329/+375
|
* Updated Indonesian translationAndika Triwidada2011-08-191-788/+699
|
* Added UG translationAbduxukur Abdurixit2011-08-201-39/+38
|
* Depend on glib >= 2.29.10Gustavo Noronha Silva2011-08-161-1/+1
| | | | | We rely on Unicode API that is only available from that version onwards.
* e-web-view: use hostname in geolocation infobarDiego Escalante Urrelo2011-08-131-1/+4
| | | | | | | Instead of the full URI, make it more readable and use only the hostname. Bug #649164
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-132-1/+3
| | | | | | | Otherwise we can end up with fixed width windows that exceed the display size when long sentences are displayed. Bug #649164
* Use g_markup_printf_escaped when printing urisDiego Escalante Urrelo2011-08-132-10/+7
| | | | | | | This covers GtkInfoBar in ephy-web-view.c, ephy-download-widget.c and also tooltips and labels in ephy-download-widget.c Bug #649164
* e-bookmarks-editor: don't set directoryDiego Escalante Urrelo2011-08-121-3/+0
| | | | | | | | | GTK+ new UX behavior says we shouldn't set the file chooser directory, recent directories should be listed (automatically) instead. Signed-off-by: Xan Lopez <xan@gnome.org> Bug #655508
* [l10n] Updated German translationMario Blättermann2011-08-121-347/+396
|
* e-web-view: use ephy_string_get_host_nameDiego Escalante Urrelo2011-08-111-4/+4
| | | | Bug #655899
* Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com>Gabor Kelemen2011-08-021-316/+375
|
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-305-34/+45
| | | | | | | | | | | | Replace local styling (used for the tab close button and embed's status frame) by a global css sheet loaded at window construction. This allows tweaking style properties without rebuilding. The css file is installed in $(pkgdatadir)/epiphany.css. Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com> Bug #644805
* data/gschema: remove useless newlineDiego Escalante Urrelo2011-07-301-2/+1
|
* e-embed: remove useless e-file-chooser includeDiego Escalante Urrelo2011-07-301-1/+0
|
* Updated Brazilian Portuguese translationRodrigo Padula de Oliveira2011-07-291-1262/+729
|
* Fixed some strings in Brazilian Portuguese translationSergio Cipolla2011-07-291-1296/+1280
|
* Updated Swedish translationDaniel Nylander2011-07-291-324/+560
|
* Don't use g_list_length() to check for empty listsClaudio Saavedra2011-07-232-2/+2
| | | | An empty list is simply NULL.
* Updated Finnish translationTommi Vainikainen2011-07-191-1254/+797
|
* Fixed a typoPriit Laes2011-07-181-1/+1
|
* Remove leftover from Gecko eraPriit Laes2011-07-181-1/+0
|
* ephy-window: clear finished downloads when closing the downloads barDiego Escalante Urrelo2011-07-171-0/+22
| | | | | | | | | | | When a download finishes but you don't 'activate' it (open or browsing) the widget stays alive on the downloads-bar, worse, if open or browse actions fail, the download can't be removed from the bar. This commit clears finished downloads from the downloads-bar when it is closed (with the X button). Hiding it will *not* trigger this cleanup. Bug #653918
* ephy-file-helpers: nautilus now highlights filesDiego Escalante Urrelo2011-07-171-12/+1
| | | | | | | You can now call nautilus on a full path and it will highlight the file in its parent directory. Bug #654763
* ephy-file-helpers: use correct inode/directory typeJosselin Mouette2011-07-171-1/+1
| | | | | | Otherwise "Browse to" feature fails because we are using an obsolete mime type. Bug #651699
* src: clean leftover NetworkManager varsDiego Escalante Urrelo2011-07-171-2/+0
| | | | Bug #653695
* ephy-download-widget: unescape tooltipsDiego Escalante Urrelo2011-07-171-1/+4
| | | | | | | In ae374ca97044684d6a33bb11ae8bccac06a85b9f we forgot about the tooltip. Bug #653690
* Updated Aragonese translationDaniel Martinez Cucalon2011-07-141-210/+252
|
* Don't bypass g-ir-scanner's --pkg, especially when that's already passed.Jasper Lievisse Adriaanse2011-07-141-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653031
* Updated Latvian translation.Rudolfs Mazurs2011-07-121-307/+364
|
* [l10n]Updated Catalan documentationDavid Aguilera2011-07-101-25/+25
|
* [l10n]Updated Catalan documentationDavid Aguilera2011-07-081-617/+630
|
* Added UG translationAbduxukur Abdurixit2011-07-071-164/+199
|
* ephy-location-entry: use new channel-{secure,insecure} symbolic iconsXan Lopez2011-07-071-2/+2
| | | | Bug #650789
* ephy-profile-migrator: use new g_utf8_substringXan Lopez2011-07-051-19/+2
|
* [3.1.3] releaseXan Lopez2011-07-052-1/+19
|
* window-commands: make get_suggested_title a separate functionXan Lopez2011-07-051-21/+29
| | | | We'll reuse it in the future.
* ephy-window: remove unused resize idle handler idXan Lopez2011-07-051-7/+0
|
* Updated Galician translationsFran Dieguez2011-07-051-58/+66
|
* Updated Slovenian translationMatej Urbančič2011-07-031-30/+34
|
* Updated Hebrew translation.Yaron Shahrabani2011-07-021-144/+180
|
* Updated Norwegian bokmål translationKjartan Maraas2011-07-021-58/+66
|
* Updated Spanish translationDaniel Mustieles2011-07-011-50/+54
|
* Updated Turkish translationMuhammet Kara2011-07-011-64/+66
|
* Open a new window in the primary instance when remoting without URIsClaudio Saavedra2011-07-011-3/+13
|
* Delete trailing whitespaces in ephy-shell.cClaudio Saavedra2011-07-011-63/+63
|
* ephy-shell: use new HACKING styleXan Lopez2011-06-302-832/+770
|
* Add an --application-mode flag and global modeXan Lopez2011-06-303-8/+25
| | | | | | | | | For now it's pretty much like a private instance, but: - A profile directory *must* be passed - Global passwords and cookies are accessed. In the future we'll likely restrict cookies to the ones for the web application domain, which we'll copy from the main cookies file.
* Use an enum for the global mode of the applicationXan Lopez2011-06-308-29/+39
| | | | In preparation to add a new mode for WebApps.
* ephy-window: do not set the app for the window twiceXan Lopez2011-06-301-2/+0
| | | | We already call gtk_application_add_window
* ephy-shell: set GApplication flags in constructed vmethodXan Lopez2011-06-301-6/+17
| | | | Cleaner than doing it in the constructor.
* ephy-shell: do not ref the shell more than neededXan Lopez2011-06-301-2/+0
| | | | | We already guarantee that the app will stay up by adding the windows to the GtkApplication, so stop reffing the shell in these callbacks.
* Use GtkApplication's window tracking for EphyWindow tooXan Lopez2011-06-303-45/+1
| | | | | | | | Instead of our own home-grown system. I think we should subclass window_added in GtkApplication and do there the session & state stuff and get rid of ephy_session_add_window and ephy_state_add_window.
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-305-19/+3
| | | | We can now get rid of the EphyFileHelpers method.
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-3012-603/+448
| | | | | | | | | | | 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.
* ephy-application: use our private instance propertyXan Lopez2011-06-292-2/+18
| | | | | | Instead of relying on ephy-file-helpers global method. Down the road we want to do this everywhere, but first we need some refactoring to be able to use EphyApplication outside of src/.
* ephy-application: set G_APPLICATION_NON_UNIQUE inside the objectXan Lopez2011-06-292-9/+6
| | | | Based on the private-instance paramater.
* ephy-application: add a private-instance propertyXan Lopez2011-06-294-4/+62
| | | | | It does not do much at the moment, but we pass the information from ephy-main.c to the app.
* ephy-window: do not assume there's always a location entryXan Lopez2011-06-291-3/+7
| | | | It won't be the case in web app mode.
* Require an EphyApplication parameter when creating an EphyShellXan Lopez2011-06-295-8/+12
| | | | We'll want to create our own in main(), this prepares us for that.
* Updated Slovenian translationMatej Urbančič2011-06-291-89/+93
|
* Updated Spanish translationDaniel Mustieles2011-06-291-118/+116
|
* ephy-main: use new indentation styleXan Lopez2011-06-291-336/+321
|
* ephy-application: format prototypesXan Lopez2011-06-291-11/+11
|
* ephy-window: the move tab actions should not depend on wrap-aroundXan Lopez2011-06-291-12/+9
| | | | They do not make sense on the first/last tab.
* Added ephy-application.h to the list of exported headers.Sergio Villar Senin2011-06-281-1/+1
| | | | | | | We are currently exporting ephy-shell which has a dependency on ephy-application. Fixes bug #653562
* Respect gtk-keynav-wrap-around in the global change-page handlerXan Lopez2011-06-282-30/+29
| | | | | | | We have a global-handler for Ctrl+Page{Up,Down} that is used in some situations (basically, when the notebook is not focused). It does not respect the wrap-around GtkSetting though, so the final experience can be inconsistent.
* toolbareditor: Fix the removal of items by DnD.José Aliste2011-06-281-0/+32
| | | | | | | | | If the 'window-dragging' property of GtkToolbar is set (as it is in adwaita) then the Toolbar starts the drag of the window on 'button-press' event. We prevent this by connecting a handler for 'button-press' which prevents the handler of the toolbar to be run while in edit mode. Fixes bug #647265
* Silent a warningClaudio Saavedra2011-06-281-1/+1
|
* Implement about:memoryXan Lopez2011-06-285-3/+456
| | | | | Gives an estimate of how much memory the browser process is using, extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
* ephy-embed-single: remove add-search-engine signalXan Lopez2011-06-282-27/+0
| | | | | It's not used anymore. If we ever reimplement this we can add it again.
* Mark string parameters in ephy_session_queue_command() as constClaudio Saavedra2011-06-273-5/+5
| | | | | | | ephy_session_queue_command() doesn't take over the strings it receives, so mark these as const for clarity. https://bugzilla.gnome.org/show_bug.cgi?id=622903
* Ensure startup_context is not NULL before freeing itClaudio Saavedra2011-06-271-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622903
* Drop all dbus-glib codeClaudio Saavedra2011-06-276-838/+3
| | | | | | | We still need to provide equivalent ways to activate epiphany, but we will use GActions instead. https://bugzilla.gnome.org/show_bug.cgi?id=622903
* configure.ac: we don't use startup-notification directlyXan Lopez2011-06-271-2/+0
|
* Updated Turkish translation file headerMuhammet Kara2011-06-261-1/+1
|
* Updated Turkish translationMuhammet Kara2011-06-261-181/+225
|
* popup-commands: make 'Use picture as background' work againXan Lopez2011-06-251-22/+7
| | | | | | Things are done differently in GNOME3. Bug #647604
* Updated Serbian translationМилош Поповић2011-06-252-64/+76
|
* Use NM_STATE_CONNECTED_GLOBAL instead of the compat #defineXan Lopez2011-06-242-4/+1
|
* Copy&paste a few NM defines/enums we need at compile timeXan Lopez2011-06-244-3/+59
| | | | | This way we don't need a compile-time dependency on NetworkManager, since we use it through the DBus APIs.
* Require NetworkManagerXan Lopez2011-06-243-56/+11
| | | | It's not optional in GNOME 3
* Implement GtkApplication based activation and uniquenessClaudio Saavedra2011-06-248-250/+537
| | | | | | | | | | | | | | | | | | | | This replaces the existing dbus-glib activation and uniqueness code. The changes are kept to the minimum necessary to make all the features work, but there are still some optimizations possible (like doing most of the initialization in ephy_application_startup() when we know we are not remoting). These changes are left for later to avoid making this patch huge. Command-line parameter parsing is done in the main method and parameters are passed to the application through a EphyApplicationStartupContext structure, which is later passed as a GVariant to the primare instance. This way we avoid moving the GOption code out of the place where it's intended to run: in the main() method. Based in work by Alexandre Mazari. https://bugzilla.gnome.org/show_bug.cgi?id=637334
* Use a gdbus-codegen generated GDBusProxy to monitor NM stateClaudio Saavedra2011-06-247-463/+52
| | | | | | | | | | Get rid of the EphyNetMonitor code and instead generate a GDBusProxy subclass that monitors the StateChanged signal and State property in org.gnome.NetworkManager. This proxy exports these features as standard GObject signal and property, respectively, so we can use it directly through the relevant accessors. https://bugzilla.gnome.org/show_bug.cgi?id=622903
* Updated Galician translationsFran Diéguez2011-06-211-132/+160
|
* eggsmclient-xsmp: fix warningsAntoine Jacoutot2011-06-201-0/+2
| | | | Bug #651030
* Updated Norwegian bokmål translation.Kjartan Maraas2011-06-191-115/+143
|
* Updated Spanish translationDaniel Mustieles2011-06-191-90/+121
|
* ephy-request-about: fix typoXan Lopez2011-06-191-1/+1
|
* ephy-embed-prefs: stop trying to use the GNOME font settingsXan Lopez2011-06-181-37/+7
| | | | | | | | | | | | | | They are particularly ill-suited for us in GNOME 3: - font-name is Cantarell, which is not good as the sans-serif font in the web. - document-font-name, which we hoped would be a serif font, is "Sans 11". So just give up and set "sans" "serif" and use whatever the system is set up to do for that. In Fedora we will get DejaVu, which is not particularly great, so ideally we should add code to get better defaults.
* ephy-request-about: some style fixesXan Lopez2011-06-172-98/+103
|
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-06-161-1/+4
|
* Updated Slovenian translationMatej Urbančič2011-06-151-62/+92
|
* configure.ac: hrm, 2.30 is not out yetXan Lopez2011-06-141-1/+1
|
* Use the generic marshaler throughoutXan Lopez2011-06-1416-57/+24
| | | | Just enough to get rid of ephy-marshal.h
* [release] 3.1.23.1.2Xan Lopez2011-06-142-1/+17
|
* POTFILES.in: add new fileXan Lopez2011-06-141-0/+1
|
* Tweak the "Hide Menubar" UI options slightly.Martin Robinson2011-06-142-10/+8
| | | | | | Remove the menubar visibility options from the content context menu and adds them to the chrome context menu. Invert the meaning of the option and update the option text.
* Added UG translationAbduxukur Abdurixit2011-06-121-3025/+3042
|
* Updated Slovenian translationMatej Urbančič2011-06-111-145/+166
|
* ephy-web-view: do not warn of modified forms for short text in input elementsXan Lopez2011-06-101-2/+23
| | | | | It's not likely the user is interested in saving this, and it's pretty common (eg, google.com).
* about.css: add comments to indicate which pages the css snippets belong toXan Lopez2011-06-101-0/+4
|
* Blast from the pastXan Lopez2011-06-102-7/+34
|
* ephy-embed-utils: make URI normalization for about: genericXan Lopez2011-06-101-3/+3
|
* gedit-overlay: prevent underallocation warningsXan Lopez2011-06-101-2/+12
| | | | This is somewhat hacky, but we'll switch to GtkOverlay soon anyway.
* ephy-window: do not do spell check for the empty stringXan Lopez2011-06-101-1/+1
|
* egg-toolbar-model: fix compiler modelXan Lopez2011-06-101-4/+0
| | | | I don't think this is useful anymore?
* gedit-overlay: fix compiler warningXan Lopez2011-06-101-1/+1
|
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-0921-42/+53
| | | | | | | | | | Gtk[HV]Box, Gtk[HV]Separator, Gtk[HV]Paned are deprecated in GTK+ 3.2, so let's use the GtkOrientable interface instead. GtkBox is likely to dissapear soon too, so a migration to GtkGrid might be necessary at some point. https://bugzilla.gnome.org/show_bug.cgi?id=652201
* use gtk_box_pack_start() with EphyEmbedClaudio Saavedra2011-06-091-1/+1
| | | | | | | Using gtk_container_add() is a bad idea because default fill/expand values can change, and they happened to do in GTK+ 3.1. https://bugzilla.gnome.org/show_bug.cgi?id=652201
* Updated Norwegian bokmål translationKjartan Maraas2011-06-091-131/+143
|
* ephy-window: fix warningXan Lopez2011-06-091-1/+1
|
* Add suggestions to correct misspellings to the context menuXan Lopez2011-06-094-3/+109
| | | | | | When the user right-clicks on a misspelled word a number of possible corrections will be offered by Epiphany. Selecting one of them will replace the misspelled word by the suggestion.
* Simplify ephy_string_commandline_args_to_uris()Claudio Saavedra2011-06-091-41/+10
| | | | | | No need to use realpath(3), we're in 2011 now. https://bugzilla.gnome.org/show_bug.cgi?id=652120
* Move the save/load accelerators methods to the ephy file utilitiesClaudio Saavedra2011-06-093-39/+41
| | | | | | Second patch in an attempt to clean up ephy-main.c https://bugzilla.gnome.org/show_bug.cgi?id=652119
* Add ephy_string_commandline_args_to_uris() to ephy string utilitiesClaudio Saavedra2011-06-093-56/+86
| | | | | | | This is the first patch in an attempt to simplify epiphany's main() method, which is quite bulky by now. https://bugzilla.gnome.org/show_bug.cgi?id=652119
* Tweak style for close buttons in notebooks removing paddings and bordersMario Sanchez Prada2011-06-061-1/+5
| | | | | | | Set to zero 'default-border', 'default-outside-border', 'inner-border' and 'padding' for the GtkButton, following the lead of GEdit. Bug #648116
* Updated Galician translationsFran Diéguez2011-06-061-95/+104
|
* ephy-embed-single: set_network_status needs to notifyDiego Escalante Urrelo2011-06-051-0/+2
| | | | | | Otherwise ephy-window never finds out that the network-status has changed. Bug #624421
* Updated Hebrew translation.Yaron Shahrabani2011-06-041-97/+106
|
* Updated Spanish translationDaniel Mustieles2011-06-041-70/+72
|
* Remove an unnecessary g_strv_length()Claudio Saavedra2011-06-031-3/+2
|
* Added about:plugins support.Sergio Villar Senin2011-06-0110-10/+282
| | | | | | We are now able to show a page with the list of installed plugins. Bug #575498
* configure.ac: remove unused BUILDID variableXan Lopez2011-06-011-4/+0
|
* configure.ac: require WebKitGTK+ 1.5.1Xan Lopez2011-06-011-1/+1
|
* ephy-web-view: warn about unsubmitted forms on closeXan Lopez2011-06-011-0/+33
| | | | | | | Reimplement this again, hopefully a lot more accurately now with WebKit :) Bug #604986
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-291-1242/+1250
|
* Added screenshotsJorge González2011-05-251-86/+94
|
* prefs-dialog: add spacing between font selection comboboxesXan Lopez2011-05-241-0/+4
| | | | Bug #650702
* Add optional spell checking, enabled by defaultXan Lopez2011-05-235-245/+465
| | | | | | | Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
* ephy-location-entry: handle gracefully first callXan Lopez2011-05-221-3/+3
| | | | | The set_stock_id method is called initially with NULL to set things up.
* Stop propagating the "secure" boolean to the location actionXan Lopez2011-05-224-29/+1
| | | | | It was only used to figure out whether to paint the entry background yellow, so we don't need it anymore.
* ephy-location-entry: use symbolic icons for security stateXan Lopez2011-05-221-12/+28
| | | | | The code should probably be cleaned up to stop using the stock-id defines, which don't make much sense anymore.
* ephy-location-entry: do not use a yellow background for secure sitesXan Lopez2011-05-223-134/+0
| | | | | Adds unneeded clutter to the entry, we'll just rely on a visible symbolic lock icon when needed.
* ephy-profile-migrator: call g_type_init explicitlyXan Lopez2011-05-131-1/+1
|
* Updated Aragonese translationDaniel Martinez Cucalon2011-05-131-1491/+1156
|
* Updated Hebrew translation.Yaron Shahrabani2011-05-091-257/+259
|
* egg-toolbars-model: free types listXan Lopez2011-05-061-0/+1
|
* ephy-extensions-manager: plug leakXan Lopez2011-05-061-0/+1
|
* ephy-home-action: plug leakXan Lopez2011-05-061-0/+1
|
* Updated Turkish translationMuhammet Kara2011-05-051-200/+202
|
* Updated Norwegian bokmål translationKjartan Maraas2011-05-041-218/+222
|
* Uploaded UkranianDaniel Korostil2011-05-021-221/+222
|
* Added UG translationAbduxukur Abdurixit2011-05-021-3025/+3025
|
* Be smarter about tab groupingXan Lopez2011-05-013-6/+10
| | | | | | The previous patch was simply grouping new tabs in the current window always, which is too much. For instance, we don't want to group Ctrl+T.
* Updated Slovenian translationMatej Urbančič2011-04-291-234/+229
|
* Updated galician translationsFran Diéguez2011-04-291-221/+222
|
* Updated Spanish translationDaniel Mustieles2011-04-281-245/+245
|
* ephy-bookmark-action: fix warningXan Lopez2011-04-271-2/+0
|
* ephy-overlay-escaping-child: fix warningsXan Lopez2011-04-271-3/+8
|
* Slide out the status overlay when the mouse pointer goes close by.Alexandre Mazari2011-04-265-3/+373
| | | | | | | | | This introduces a GeditOverlayChild subclass, listening to parent overlay mouse events to define the escaping policy. The distance from which the widget "escapes" the mouse pointer can be set at construction time. https://bugzilla.gnome.org/show_bug.cgi?id=643909
* Added UG translationAbduxukur Abdurixit2011-04-251-134/+182
|
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-04-241-1/+4
|
* Updated Persian translationArash Mousavi2011-04-221-358/+315
|
* Think McFly, think!Xan Lopez2011-04-211-0/+3
|
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-2111-37/+3
|
* Updated British English translationBruce Cowan2011-04-201-66/+71
|
* Import latest version of Gedit's overlay code.Alexandre Mazari2011-04-193-95/+169
|
* prefs-dialog: rename "automatically open downloads"Diego Escalante Urrelo2011-04-191-1/+1
| | | | | | | Change "automatically download and open files" to "automatically open downloaded files", which is what actually happens. Bug #646453
* Add a preference to force internal view-sourceDiego Escalante Urrelo2011-04-193-13/+36
| | | | | | | | | | | Using the view-source feature provided by WebKitGTK+ can be handier than opening gedit or the default text/html application in your system. This adds "internal-view-source" to org.gnome.Epiphany to force the internal-viewer always. Based on Ole Laursen's patch. Bug #597156
* Open new tabs to the right of the current one even for location entryDanilo Šegan2011-04-191-1/+1
| | | | | | Ctrl+Enter actions. Bug #647976
* Only unset the value after we are done with the string for 'Save Link As...'Gustavo Noronha Silva2011-04-181-1/+2
| | | | | | | | We get the string from the GValue without making a copy, so we cannot unset it before we are done using the string, otherwise we may end up with our string pointing to garbage. Bug #646724
* Updated Czech translationMarek Černocký2011-04-181-178/+181
|
* configure.ac: bump version to 3.1.0Xan Lopez2011-04-181-1/+1
|
* Add UI options to hide the menubarXan Lopez2011-04-182-1/+32
| | | | | In the future Web-app like windows will have this hidden by default, but for now we can also add an option to hide it elsewhere.
* Do not save state for popup windowsGustavo Noronha Silva2011-04-181-1/+5
| | | | Bug #580951
* Better behaviour when openning new windows that are resized as tabsGustavo Noronha Silva2011-04-182-1/+39
| | | | | | | | | | When a new window is opened and given a specific size and position by javascript, the request should only be respected if the new window is being opened stand alone, and considered a popup. This fixes bad behaviour observed when the new window became a tab on an existing window and messed with its size. Bug #612155
* Mark windows with modified chrome as popups and only allow resizing for themGustavo Noronha Silva2011-04-181-5/+10
| | | | | | | | | | A window with non-modified chrome will potentially be used as a normal window for browsing - there's no reason why it should be different from existing windows when it comes to resize policy. With this change we consider windows with modified chrome as popups and only set a default size on creation for popup windows. Bug #612155
* popup-commands: also group tabs opened through the context menuXan Lopez2011-04-171-1/+2
|
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-165-214/+201
| | | | | It's where it belongs, and it will make things easier for the following patches in this area.
* Rely on WebKit doing the check for mixed symbolsGustavo Noronha Silva2011-04-152-15/+1
| | | | | | | WebKit 1.4.0 checks if symbols are being mixed before loading a plugin. That is more robust, so we should rely on it. Bug #647096
* Updated Arabic translationKhaled Hosny2011-04-131-32/+37
|
* ephy-embed-prefs: auto-shrink images by defaultXan Lopez2011-04-121-1/+0
| | | | | This still has some issues, but until we figure them out I guess it's much better to turn the preference on than off.
* Updated Bulgarian translationAlexander Shopov2011-04-101-14/+19
|
* Update copyright for 2011.Xan Lopez2011-04-051-1/+1
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-04-052-28/+38
|
* [release] 3.0.03.0.0Xan Lopez2011-04-052-5/+17
|
* Updated Latvian translation.Rudolfs Mazurs2011-04-051-41/+41
|
* Updated Czech translationLukas Lommer2011-04-041-15/+20
|
* Updated Czech translationLukas Lommer2011-04-041-981/+479
|
* Updating Persian TranslationMahyar Moghimi2011-04-041-3219/+1379
|
* Updated Turkish translationBaris Cicek2011-04-041-1390/+1445
|
* l10n: Updated Greek translation for epiphanyGeorge Stefanakis2011-04-041-1223/+1222
|
* Updated Russian translationYuri Myasoedov2011-04-041-49/+43
|
* Updated Japanese translation.Takayuki KUSANO2011-04-041-1287/+1290
|
* egg-editable-toolbar: set a device to the DnD eventXan Lopez2011-04-031-11/+12
| | | | Otherwise we'll crash inside GTK+.
* Update Simplified Chinese translation.微尘2011-04-031-8/+13
|
* Updated Danish translationAsk H. Larsen2011-04-031-6/+11
|
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-031-6/+6
|
* Updated Slovenian translationMatej Urbančič2011-04-031-28/+43
|
* Updated Spanish translationJorge González2011-04-021-87/+86
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-04-021-27/+32
|
* Updated Tamil translationDr.T.Vasudevan2011-04-021-14/+19
|
* Updated Korean translationChangwoo Ryu2011-04-021-26/+31
|
* Updated Galician translationsFran Dieguez2011-04-021-22/+27
|
* [l10n]Updated Catalan translationGil Forcada2011-04-011-22/+27
|
* [l10n] Updated Italian translationGianvito Cavasoli2011-04-011-1267/+727
|
* Updated Hungarian translationGabor Kelemen2011-04-011-42/+39
|
* Updated Basque languageInaki Larranaga Murgoitio2011-04-011-1/+1
|
* Updated Basque languageInaki Larranaga Murgoitio2011-04-011-34/+33
|
* Updated French translationClaude Paroz2011-04-011-22/+27
|
* Updated Norwegian bokmål translationKjartan Maraas2011-04-011-22/+27
|
* Updated Portuguese translationDuarte Loreto2011-04-011-6/+11
|
* Updated Hebrew translation.Yaron Shahrabani2011-04-011-25/+30
|
* Fixed typo in Brazilian Portuguese translationAntonio Fernandes C. Neto2011-03-311-1/+1
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-03-311-29/+36
|
* Uploaded UkranianDaniel Korostil2011-03-311-31/+35
|
* Updated Polish translationPiotr Drąg2011-03-311-31/+32
|
* [l10n] Updated German translationMario Blättermann2011-03-311-61/+60
|
* Updated Swedish translationDaniel Nylander2011-03-311-26/+31
|
* ephy-file-helpers: respect our documented special keys for download dirXan Lopez2011-03-311-1/+16
| | | | | | | | 'Desktop' should be the desktop dir, 'Downloads' the downloads dir. If the key is an actual path we'll use it, if all else fails default to Desktop directory. Bug #644641
* Updated Serbian translationМилош Поповић2011-03-312-2472/+2428
|
* Updated Basque languageInaki Larranaga Murgoitio2011-03-291-925/+399
|
* Updated Danish translationKenneth Nielsen2011-03-291-1314/+1311
|
* Update Simplified Chinese translation.Aron Xu2011-03-291-410/+428
|
* Updated Tamil translationDr.T.Vasudevan2011-03-281-1215/+1223
|
* Added UG translationAbduxukur Abdurixit2011-03-281-432/+446
|
* update tranlation for Punjabi by A S AlamA S Alam2011-03-271-1229/+1255
|
* Updated Marathi TranslationsSandeep Shedmake2011-03-251-1408/+880
|