aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Galician translationsFran Diéguez2010-12-111-1014/+961
|
* po: add ephy-profile-migrator to POTFILESDiego Escalante Urrelo2010-12-111-1/+1
|
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-119-88/+312
| | | | | | Show nice error pages instead of WebKitGTK+'s defaults. Bug #592667
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-12-092-3738/+1591
|
* prefs: remove broken preferences from UIXan Lopez2010-12-092-36/+0
| | | | | | | Allow pages to use their own colors/fonts preferences have never really worked in WebKit. I'm not even sure we want this in the UI, but at the very least remove them until there's a setting in the engine to control this.
* Fix .gir generation for srcdir != builddirXan Lopez2010-12-091-1/+1
| | | | Add --includedir as needed. Diego, talk to me after class.
* ephy-web-view: make defines friendlier with introspectionDiego Escalante Urrelo2010-12-093-5/+5
| | | | | | Non prefixed names trigger lots of warnings, avoid them. Bug #636790
* ephy-permission-manager: fix names of permission typesDiego Escalante Urrelo2010-12-092-5/+7
| | | | | | Prefix them with EPHY_PERMISSION_TYPE instead of "EPT_". Bug #636790
* ephy-bookmarks: remove unused BOOKMARKS_HIERARCHY_SEPDiego Escalante Urrelo2010-12-091-2/+0
| | | | Bug #636790
* introspection: separate Egg into another gir fileDiego Escalante Urrelo2010-12-091-8/+28
| | | | | | | | Don't mix up Epiphany and Egg prefixes into a single file. We now produce and install EphyEgg-version.gir and Epiphany-version.gir. Version being the Epiphany API version. Bug #636790
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-0911-35/+104
| | | | Bug #636790
* EphyLocationAction: fix potential leakJonathon Jongsma2010-12-091-0/+1
| | | | | | Free the lock_stock_id before setting a new one. https://bugzilla.gnome.org/show_bug.cgi?id=636742
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-085-12/+240
| | | | | | | | Allow users to set custom sans, serif and monospace fonts if they don't want the defaults, which are the desktop wide settings in the org.gnome.desktop.interface schema. Bug #636761
* ephy-embed-prefs: use minimum-font-size instead of minimum-logical-font-sizeDiego Escalante Urrelo2010-12-081-1/+1
| | | | | | minimum-logical-font-size doesn't works as expected by the UI. Bug #636761
* .gitignore: add thisDan Winship2010-12-081-0/+69
|
* ephy-file-helpers: prioritize uninstalled filesDiego Escalante Urrelo2010-12-081-4/+6
| | | | | This patch prioritizes uninstalled files so modified files in your epiphany checkout are used, avoiding the need to install them to see your changes.
* data/glade: update orientation property of GtkBox widgetsDiego Escalante Urrelo2010-12-085-5/+57
|
* ephy-embed-single: don't use macros when not neededDiego Escalante Urrelo2010-12-081-1/+1
| | | | We can use the arguments of the function safely.
* ephy-embed-prefs: initialize prefs from settingsDiego Escalante Urrelo2010-12-071-11/+15
| | | | Settings kept in sync with g_signal_connect were missing an initialization.
* ephy-profile-utils: fix crasher when .migrated is unreadableDiego Escalante Urrelo2010-12-071-3/+5
| | | | | When .gnome2/epiphany/.migrated file is unreadable we can hit a crasher due to sscanf. We now check for NULL before feeding sscanf.
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-0711-245/+340
| | | | | | | | | | | The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685
* Added UG translationSahran2010-12-071-475/+539
|
* Updated Norwegian bokmål translationKjartan Maraas2010-12-071-160/+135
|
* ephy-embed: clean up embed widget skeletonDiego Escalante Urrelo2010-12-062-65/+37
| | | | | | | | The inspector embedding breaks some assumptions about the internal embed widgetry, mainly breaking EPHY_GET_EMBED_FROM_EPHY_WEB_VIEW macro. The embed now has the main EphyWebView in a GtkPaned permanently. Bug #628459
* Updated Hebrew translation.Yaron Shahrabani2010-12-061-938/+853
|
* Updated Hebrew translation.Yaron Shahrabani2010-12-061-1/+1
|
* window-commands: hackfest mooded epiphanyDiego Escalante Urrelo2010-12-061-4/+4
| | | | Party-approved-by: Comrade Xan
* window-commands: fix GtkAboutDialog property nameDiego Escalante Urrelo2010-12-061-1/+1
|
* Revert "Updated Russian translation from Yuri Myasoedov"Diego Escalante Urrelo2010-12-061-2947/+2979
| | | | | | This reverts commit 4289565b836e12d67449228ef6af4e6e031c54e8. This translation file is for Empathy, not Epiphany!
* Handle all the different kind of errors in the load_error_cb callbackAlejandro G. Castro2010-12-011-16/+57
| | | | | | and control they are caused by the main frame. Bug #623012
* [release] 2.91.32.91.3Xan Lopez2010-11-302-3/+13
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-11-231-973/+897
|
* ephy-web-view: manually unref DOM objects when neededXan Lopez2010-11-221-0/+8
| | | | | | Some DOM objects are not garbage collected by WebKit (since they are not in the DOM tree), manually unref them when they are not needed anymore.
* Added UG translationGheyret T.Kenji2010-11-201-16/+16
|
* Updated Arabic translationKhaled Hosny2010-11-201-948/+873
|
* WebKitSoupCache expects a max cache size in bytesSergio Villar Senin2010-11-181-1/+1
| | | | Bug #635066
* Added UG translationGheyret T.Kenji2010-11-141-0/+1
|
* Added UG translationGheyret T.Kenji2010-11-141-0/+2890
|
* [release] 2.91.2.1Xan Lopez2010-11-091-2/+2
| | | | Do not depend on unreleased GTK+ (!).
* Use gtk_paned_new() instead gtk_[h|v]paned_new()Javier Jardón2010-11-093-3/+3
|
* [release] 2.91.22.91.2Xan Lopez2010-11-092-2/+14
|
* ephy-web-view: use full content zoom by defaultXan Lopez2010-11-081-0/+7
| | | | | | | As a FIXME we could support both (at the same time) somewhat easily, we just need to add the needed APIs in WebKitGTK+. Bug #615362
* ephy-web-view: remove ge-dom-mouse signalsXan Lopez2010-11-062-37/+0
| | | | They are not even emitted anymore, and are unused.
* ephy-main: remove libnotify leftoverXan Lopez2010-11-061-4/+0
|
* Updated Japanese translationTakayuki KUSANO2010-11-031-5/+5
|
* tests: DBUS_LIBS is needed for libephymain.laDiego Escalante Urrelo2010-11-011-0/+1
|
* Drop usage of deprecated size-request signalMatthias Classen2010-10-301-4/+21
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Remove libnotify dependencyXan Lopez2010-10-293-103/+0
| | | | | We are going to revamp the downloads UI to fit better in the Shell design, but for now we can just get rid of this.
* popup-commands: use the image name on Open imageDiego Escalante Urrelo2010-10-251-13/+16
| | | | | | Name the temp file "<original_name>.XXXXXX" instead of "viewimageXXXXXX.tmp". Bug #302986
* Always enable Web InspectorXan Lopez2010-10-247-74/+1
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* Spinner changesXan Lopez2010-10-2417-1691/+3
| | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442
* ephy-web-view: don't use set-scroll-adjustments signalXan Lopez2010-10-241-7/+19
| | | | Instead rely on notify::{h,v}adjustment
* ephy-node-view: use new GtkScrollable APIsXan Lopez2010-10-241-1/+1
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-124/+124
|
* Use the new GtkComboText APIsMatthias Classen2010-10-214-15/+15
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* configure.ac: post-release version bumpXan Lopez2010-10-201-1/+1
|
* configure.ac: remove .1 from paper-bag releaseXan Lopez2010-10-201-1/+1
|
* [release] 2.91.1.12.91.1.1Xan Lopez2010-10-201-2/+2
| | | | | Do not depend on gsettings-desktop-schemas 0.0.2, which is not released yet.
* Updated Spanish translationJorge González2010-10-201-44/+44
|
* [release] 2.91.12.91.1Xan Lopez2010-10-192-2/+14
|
* Added sl for Slovenian translationMatej Urbančič2010-10-171-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-10-171-0/+2033
|
* Updated Norwegian bokmål translationKjartan Maraas2010-10-161-925/+448
|
* Added soup cacheSergio Villar Senin2010-10-151-0/+44
|
* Plug g_file_new_for_path leaksXan Lopez2010-10-132-3/+8
|
* ephy-node-db: make the db unref all remaining nodes on destructionXan Lopez2010-10-121-1/+8
|
* ephy-bookmarks: plug leakXan Lopez2010-10-121-0/+1
|
* epiphany.desktop: declare ability to handle http and httpsDiego Escalante Urrelo2010-10-111-1/+1
| | | | Bug #631450
* ephy-extensions-manager: improve toggle load codeDiego Escalante Urrelo2010-10-111-10/+9
| | | | | | | g_variant_builder_end is not needed after using the builder with g_settings_set. Bug #631839
* ephy-extensions-manager: remove an always-true checkDiego Escalante Urrelo2010-10-111-2/+1
| | | | It's not really a needed check anyway.
* [i18n] Updated German translationMario Blättermann2010-10-111-958/+488
|
* ephy-session: plug memory leaksXan Lopez2010-10-101-0/+3
|
* Revert "Port to GtkSpinner"Xan Lopez2010-10-106-34/+1078
| | | | | | This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f. Accidentally committed.
* ephy-extensions-manager: plug memory leakXan Lopez2010-10-101-0/+3
|
* Port to GtkSpinnerXan Lopez2010-10-096-1078/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=598442
* ephy-spinner: fix spinner drawingXan Lopez2010-10-091-8/+1
| | | | Was using a no longer calculated rect for the drawing coordinates.
* Update Czech translation by Lucas LommerPetr Kovar2010-10-091-1123/+1059
|
* Use odd middle number for the release.Xan Lopez2010-10-081-1/+1
|
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-0850-4150/+1564
| | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485
* Require GTK+ 2.91.1Xan Lopez2010-10-051-1/+1
|
* Use gtk_widget_get_preferred_size instead of gtk_widget_size_requestXan Lopez2010-10-052-7/+7
|
* Adapt to latest changes in the GTK+ drawing modelXan Lopez2010-10-053-47/+33
| | | | | Mostly moving from ::expose-event to ::draw, and adapting to the changes in the paint functions.
* ephy-embed: add _ prefix to instance/class structsXan Lopez2010-10-042-6/+6
|
* Use gobject-introspection 0.9.5 syntaxXan Lopez2010-10-042-5/+7
|
* ephy-notebook: use set_group_name instead of set_groupXan Lopez2010-10-041-2/+2
| | | | The latter was removed.
* Updated Bulgarian translationIvaylo Valkov2010-09-261-148/+156
|
* [l10n] Updated Italian translationFrancesco Marletta2010-09-221-481/+431
|
* Updated Japanese translationTakayuki KUSANO2010-09-201-292/+255
|
* Do not default to --enable-maintainer-mode in configureVincent Untz2010-09-151-3/+0
| | | | | | Note that gnome-autogen.sh (called by autogen.sh) will call --enable-maintainer-mode. The current setup just means we have --enable-maintainer-mode by default in tarballs, which is wrong.
* Update for latest GTK+ 3.x release.Xan Lopez2010-09-1110-63/+63
|
* Added Aragonese translation on behalf of Daniel Martinez CucalonAndre Klapper2010-09-072-0/+3379
|
* pdm-dialog: do not crash when clearing the passwords from prefs dialogXan Lopez2010-09-051-44/+41
| | | | | | | The code (wrongly) assumed we could only be called from withing the PDM dialog. Do some refactoring to make it more generic. Bug #606933
* GtkDialog separators are gone in GTK+ 3.xXan Lopez2010-09-058-12/+1
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-031-33/+33
|
* ephy-dialog: remove useless modal propertyDiego Escalante Urrelo2010-09-032-42/+0
| | | | Bug #624485
* Updated Hebrew translation.Yaron Shahrabani2010-09-021-39/+39
|
* Makefile: pass ACLOCAL_FLAGS to aclocalXan Lopez2010-09-021-1/+1
| | | | | That way it can pick up m4 files in weird places if set-up properly, like by jhbuild.
* pdm-dialog: use gtk_message_dialog_get_message_area instead of home-grown hackXan Lopez2010-09-011-18/+1
| | | | Yay.
* Update British English translationPhilip Withnall2010-09-011-493/+499
|
* l10n: Updated Greek translation for epiphanyMichael Kotsarinis2010-09-011-436/+452
|
* Updated Spanish translationJorge González2010-08-311-27/+27
|
* Updated Hungarian translationGabor Kelemen2010-08-311-17/+17
|
* Updated Serbian translationМилош Поповић2010-08-312-54/+70
|
* lib/egg: update to libegg masterDiego Escalante Urrelo2010-08-314-242/+186
| | | | Bug #580557
* lib/egg: update scriptsDiego Escalante Urrelo2010-08-312-35/+8
| | | | Bug #580557
* Updated Slovenian translationMatej Urbančič2010-08-311-11/+11
|
* ephy-favicon-cache: remove failed download filesDiego Escalante Urrelo2010-08-311-1/+7
| | | | Bug #618627
* ephy-favicon-cache: don't store invalid icon typesDiego Escalante Urrelo2010-08-311-11/+48
| | | | | | | Refuse to store in the cache any invalid icon type, this prevents us from storing 404 html pages as favicons. Bug #618627
* ephy-favicon-cache: remove invalid files on getDiego Escalante Urrelo2010-08-311-2/+2
| | | | | | | When calling ephy_favicon_cache_get we might hit an invalid file type that we didn't catch previously, delete it. Bug #618627
* ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLDDiego Escalante Urrelo2010-08-311-5/+0
| | | | Bug #618627
* downloader-view.c: do not overwrite timeout IDXan Lopez2010-08-301-1/+2
| | | | | | We just use it to update the buttons 100ms later, so having one is enough. If we overwrite it we might crash down the road when we run the timeout on a disposed DV.
* Updated Galician translationsFran Diéguez2010-08-301-3/+3
|
* about.ini: reality checkXan Lopez2010-08-301-3/+3
|
* Bump version to 2.90.0Xan Lopez2010-08-301-2/+2
| | | | We won't release from master for 2.32, so skip that cycle.
* prefs-dialog.ui: fix capitalization of "Enable Plugins"Xan Lopez2010-08-301-1/+1
| | | | Bug #627496
* [i18n] Updated Manx translationReuben Potts2010-08-291-633/+824
|
* [l10n] Updated Estonian translationIvar Smolin2010-08-271-69/+22
|
* Updated Hebrew translation.Yaron Shahrabani2010-08-271-137/+146
|
* Updated French translationBruno Brouard2010-08-271-1/+1
|
* Updated French translationBruno Brouard2010-08-271-440/+396
|
* Updated Hungarian translationGabor Kelemen2010-08-261-4/+6
|
* Updated Hungarian translationGabor Kelemen2010-08-261-437/+392
|
* Updated Swedish translationDaniel Nylander2010-08-261-19/+35
|
* update translation for PunjabiA S Alam2010-08-251-471/+453
|
* Updated Slovenian translationMatej Urbančič2010-08-251-94/+108
|
* lib/widgets: use cairo_fill() instead of cairo_paint()Carlos Garcia Campos2010-08-251-1/+1
|
* Update Galician translationsFran Diéguez2010-08-251-95/+110
|
* Updated Spanish translationJorge González2010-08-251-18/+35
|
* Brow paper bag commit fixing bracer style.Gustavo Noronha Silva2010-08-251-2/+1
|
* Use the Geolocation support in WebKitGTK+Gustavo Noronha Silva2010-08-251-0/+84
| | | | | | | | | Using the infrastructure for info bars, present policy requests to the user so they can allow/deny them based on the URI of the frame that is requesting. Moving forward, it would be a good idea to offer to save the decision, and store it in the history entry for that site. Bug #626687
* Make the inspector window biggerGustavo Noronha Silva2010-08-251-1/+1
| | | | | | | Its current size is not very helpful, and causes a small part of the inspector to be cut off horizontally. Bug #626625
* Bring inspector window to front when the inspector requests a showGustavo Noronha Silva2010-08-251-1/+1
| | | | Bug #626493
* Only show/hide the inspector window when it is detachedGustavo Noronha Silva2010-08-251-9/+17
| | | | Bug #626489
* lib/widgets: use cairo for drawing widgetsDiego Escalante Urrelo2010-08-222-55/+45
| | | | | | Drop deprecated gdk_* drawing functions. Bug #627450
* Updated Brazilian Portuguese TranslationJonh Wendell2010-08-201-445/+442
|
* Updated Arabic translationKhaled Hosny2010-08-201-454/+448
|
* Updated Slovenian translationMatej Urbančič2010-08-181-128/+126
|
* Updated Serbian translationМилош Поповић2010-08-171-30/+8
|
* Updated Serbian translationМилош Поповић2010-08-171-30/+8
|
* Updated Serbian translationМилош Поповић2010-08-172-976/+976
|
* Set Accept-Language header correctlyJosselin Mouette2010-08-171-4/+48
| | | | | | | | | | | | This makes language autodetection, as implemented by some websites, to work. Most of the code stolen from libsoup. Original patch from Mario Sánchez Prada. Updated to work with non-English locales. Approved by Gustavo Noronha. Bug 602547
* Updated Russian translation from Yuri MyasoedovLeonid Kanter2010-08-161-2979/+2947
|
* ephy-embed-prefs.h: remove old unused definesDiego Escalante Urrelo2010-08-101-12/+0
| | | | Bug #626454
* Updated Swedish translationDaniel Nylander2010-08-061-447/+425
|
* Updated Spanish translationJorge González2010-08-051-132/+126
|
* Allow attaching/detaching the inspector in Epiphany's windowGustavo Noronha Silva2010-08-031-8/+114
| | | | Bug #625640
* schemas: remove old and unused font preferencesDiego Escalante Urrelo2010-08-031-12/+0
| | | | Bug #625922
* ephy-embed-prefs: remove old font definesDiego Escalante Urrelo2010-08-031-6/+0
| | | | Bug #625922
* ephy-gui: remove ephy_gui_connect_checkbutton_to_gconfDiego Escalante Urrelo2010-08-031-18/+0
| | | | | | | It's functionality can be replaced by GSettings API, plus it's not being used anywhere. Bug #625921
* ephy-web-view: use GObject DOM for ge-feed-linkDiego Escalante Urrelo2010-08-021-137/+28
| | | | Bug #625808
* ephy-web-view: use GObject DOM for form fill/saveDiego Escalante Urrelo2010-08-021-289/+121
| | | | Bug #625404
* Add zh_CN to DOC_LINGUASAron Xu2010-07-271-1/+1
|
* Add Simplified Chinese help translation.Teliute2010-07-271-0/+3032
|
* Updated Bulgarian translationIvaylo Valkov2010-07-251-379/+329
|
* Updated Tamil translationdrtv2010-07-251-374/+371
|
* Fixed headers in galician translation fileFran Diéguez2010-07-191-82/+85
|
* Adapt to GtkNotebook signal signature changesDiego Escalante Urrelo2010-07-154-5/+5
| | | | Bug #624421
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-07-142-744/+734
|
* 2.31.52.31.5Xan Lopez2010-07-142-1/+12
|
* Complete Simplified Chinese translation.Aron Xu2010-07-141-744/+878
|
* Defaults to ALL FILES on save_as dialogsJorge Kalmbach2010-07-092-2/+2
| | | | Bug #601312
* Added Manx translationReuben Potts2010-07-072-0/+3413
|
* Bump libnotify dependency to 0.5.1Carlos Garcia Campos2010-07-071-1/+1
| | | | To avoid symbols conflict, since old libnotify linked to gtk+-2.0
* Updated Slovenian translationMatej Urbančič2010-07-061-382/+322
|
* epiphany.pc.in: use 3.0 not 2.0 versionsDiego Escalante Urrelo2010-07-021-1/+1
|
* The new pc file for webkit is webkitgtk-X.0.pc2.31.4Xan Lopez2010-06-291-1/+1
|
* 2.31.4Xan Lopez2010-06-292-2/+11
|
* Bump GTK+ dependency to GTK+ 3.x branchXan Lopez2010-06-272-6/+6
| | | | | We require at least 2.90.4 to build, there is no support for the old 2.x versions anymore.
* popup-commands: remove unneeded includeXan Lopez2010-06-271-1/+0
|
* [i18n] Updated German translationMario Blättermann2010-06-211-350/+345
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-06-201-6/+6
|
* configure.ac: update required GTK+ versionXan Lopez2010-06-131-1/+1
|
* pdm-dialog: plug leakXan Lopez2010-06-131-2/+4
|
* pdm-dialog: nasty hack to compile with GSEAL enabledXan Lopez2010-06-131-2/+20
|
* Use accessor functions when possibleXan Lopez2010-06-132-5/+5
|
* ephy-gui: remove unused methodXan Lopez2010-06-132-28/+0
|
* configure.ac: enable GSEAL in maintainer modeXan Lopez2010-06-131-1/+1
|
* 2.31.3Xan Lopez2010-06-132-1/+11
|
* ephy-embed: don't create Save As button manuallyDiego Escalante Urrelo2010-06-121-10/+3
| | | | Bug #621050
* ephy-embed: clean up confirm_action_from_mimeDiego Escalante Urrelo2010-06-121-35/+36
| | | | | | Avoid duplication of code. Bug #621050
* Add Esperanto translationKristjan Schmidt2010-06-112-1/+2
|
* Add Esperanto translationKristjan Schmidt2010-06-111-0/+3799
|
* Updated Irish translationSeán de Búrca2010-06-091-637/+607
|
* Fixed detected feed URL for relative URIsFrédéric Péters2010-06-081-1/+14
| | | | Bug #609817
* Updated Thai translation.Sira Nokyoongtong2010-06-041-861/+860
|
* tests: fix wrong variable name in MakefileDiego Escalante Urrelo2010-06-041-5/+5
|
* ephy-file-helpers: use g_mkstemp instead of mkstempDiego Escalante Urrelo2010-06-041-1/+1
| | | | | | This allows the "XXXXXX" token to be anywhere in the tmpl string. Bug #302986
* Estonian translation updatedMattias Põldaru2010-06-031-2/+2
|
* Do not change the address if we are still loading the previous pageAlejandro G. Castro2010-06-021-4/+8
| | | | | | | | | We were replacing the address with the old one even in the case the user cancelled the load because he added a new web page before the previous one finished the loading process. This patch adds a check to control if we can expire the address. Bug #620129
* Do not access im_context GtkEntry element directlyJavier Jardón2010-06-021-0/+4
| | | | | | Use gtk_entry_reset_im_context() instead. https://bugzilla.gnome.org/show_bug.cgi?id=595791
* Estonian translation updatedMattias Põldaru2010-06-021-4/+4
|
* Estonian translation updatedIvar Smolin2010-05-311-4/+3
|
* Updated Galician translationsusFran Diéguez2010-05-301-194/+189
|
* Updated Norwegian bokmål translationKjartan Maraas2010-05-301-17/+16
|
* Estonian translation updatedIvar Smolin2010-05-301-98/+112
|
* Updated Hebrew translation.Yaron Shahrabani2010-05-301-26/+16
|
* Updated Spanish translationJorge González2010-05-291-195/+190
|
* ephy-location-action: don't request EXTRA_COLDiego Escalante Urrelo2010-05-291-2/+0
| | | | | | EXTRA_COL is never used in the match_func. Bug #616345
* Removed encoding breaking translation of … stringsDiego Escalante Urrelo2010-05-292-2/+2
| | | | | | | | Glade caused the … character to be escaped in ui files, bug #596205. This makes messages including such character to not be caught by translations in the UI so you get untranslated labels. Bug #613119
* Updated Hebrew translation.Yaron Shahrabani2010-05-281-699/+1318
|
* configure.ac: bump WebKitGTK+ requirement to 1.3.1Xan Lopez2010-05-281-1/+1
|
* Updated Georgian translationVladimer Sichinava2010-05-261-4/+4
|
* Updated Georgian translationVladimer Sichinava2010-05-261-2174/+2356
|
* 2.31.22.31.2Xan Lopez2010-05-252-1/+25
|
* ephy-web-view: remove dom-content-loaded signalXan Lopez2010-05-252-20/+0
| | | | | Would duplicate the functionality of the WebKit DOM signals, if it worked at all...
* Updated Norwegian bokmål translationKjartan Maraas2010-05-241-339/+293
|
* ephy-web-view: factor statusbar drawing code out of expose handlerXan Lopez2010-05-231-39/+47
|
* ephy-web-view: add a bit of padding to the statusbarXan Lopez2010-05-231-12/+17
|
* Minor fix to Catalan translation and updated POTFILES.inGil Forcada2010-05-232-342/+339
|
* Remove obsolete includeXan Lopez2010-05-191-1/+0
|
* Update copyright stringXan Lopez2010-05-191-1/+1
|
* ephy-find-toolbar: highlight matches on find_againDiego Escalante Urrelo2010-05-191-1/+10
| | | | | | | | Find next and Find previous where not highlighting matches when the find toolbar had been closed. We now trigger a highlight when the toolbar was hidden when the user requested to find again. Bug #611499
* ephy-find-toolbar: remove ephy_find_toolbar_find_againDiego Escalante Urrelo2010-05-191-12/+1
| | | | | | It's used only in one place. Bug #611499
* ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResultDiego Escalante Urrelo2010-05-191-18/+18
| | | | Bug #611499
* ephy-find-toolbar: simplify find next/prev functionsDiego Escalante Urrelo2010-05-191-35/+31
| | | | | | | Add EphyFindDirection enum and consolidate the code of ephy_find_toolbar_find_next() and ephy_find_toolbar_find_previous(). Bug #611499
* ephy-find-toolbar: remove useless ephy_find_toolbar_set_selectionDiego Escalante Urrelo2010-05-191-10/+2
| | | | Bug #611499
* Update the status message from within the EphyWebViewXan Lopez2010-05-192-24/+24
| | | | | There's no need anymore for the EphyWindow to do this, we can get rid of one extra roundtrip.
* Do not hardcode the statusbar context descriptionsXan Lopez2010-05-192-2/+5
| | | | | Define them in the EphyWebView header, since we'll need to create the context ids from multiple files.
* Avoid ending up with stuck URL-entry statusbar messagesXan Lopez2010-05-191-1/+7
| | | | | | | Turns out we can get two enter messages in a row followed by just one leave message, which will make the statusbar get stuck with a message forever. As a solution do not allow two enter messages to be processed unless we have gone through the corresponding leave message.
* Use a chromium-like status bar by defaultXan Lopez2010-05-1913-542/+358
| | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713
* Do not create statusbar messages for navigation actionsXan Lopez2010-05-193-107/+1
| | | | They are not very useful and add clutter to the UI.
* Install introspection files in our own prefix, not g-i'sDan Winship2010-05-181-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=618935
* Fix crash when trying to load URIs with no pathGustavo Noronha Silva2010-05-171-1/+1
| | | | | Trying to load file:, for instance, will crash Epiphany. This commit fixes this. See http://bugs.debian.org/554595.
* Updated Shavian translationThomas Thurman2010-05-171-316/+159
|
* ephy-embed-single: remove add_sidebar signalDiego Escalante Urrelo2010-05-143-65/+0
| | | | We removed the sidebar extension for 2.30.
* Updated Galician translationsFran Diéguez2010-05-141-47/+58
|
* tests: add test for ephy-embed-singleDiego Escalante Urrelo2010-05-142-1/+130
|
* tests: silence testephylocationentry.c debuggingDiego Escalante Urrelo2010-05-141-0/+2
|
* Updated Spanish translationJorge González2010-05-141-59/+69
|
* Remove popup state from the statusbarXan Lopez2010-05-134-117/+1
| | | | | The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI.
* ephy-statusbar: remove caret browsing indicatorXan Lopez2010-05-134-46/+0
| | | | | We now show a dialog before enabling the preference, which should be warning enough.
* Show a dialog when the user wants to enable caret browsingXan Lopez2010-05-131-0/+37
| | | | | | | Otherwise it's really simple to enable it by mistake and never notice you did, which can be very confusing. Bug #501666
* ephy-statusbar: remove lock-clicked signalXan Lopez2010-05-133-23/+0
| | | | It's unused now.
* Updated Shavian transliterationThomas Thurman2010-05-131-481/+1480
|
* Do not show the security status in the statusbarXan Lopez2010-05-124-56/+0
| | | | | It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good...
* Remove smooth scrolling pref from the UIXan Lopez2010-05-122-18/+0
| | | | | We'll add it back whenever we manage to add support for it in WebKitGTK+.
* Updated Galician translationFran Diéguez2010-05-051-125/+123
|
* Updated Spanish translationJorge González2010-05-051-20/+22
|
* Do not consider dots in directory names when looking for the extension of a ↵Sergio Villar Senin2010-05-051-1/+3
| | | | file name
* Handle the WEBKIT_NETWORK_ERROR_CANCELLED failAlejandro G. Castro2010-05-041-1/+9
| | | | | | In this case the user cancelled the load, we set the address of the current page loaded in the webview again in order to avoid showing an URL that was not committed.
* Handle LOAD_FAILED statusAlejandro G. Castro2010-05-041-0/+36
| | | | | | | Modified the state of the webivew in case the load failed to avoid keeping the old title or icon in that situation. Bug #593743
* Fix title modification in provisional stateAlejandro G. Castro2010-05-041-3/+5
| | | | | | | | Avoid setting the provisional uri as the title if there is already a typed address, and set the loading_title before using it in the status message. Bug #593743
* ephy-embed: add FIXME about redirects and EphyHistoryXan Lopez2010-05-041-0/+2
|
* ephy-session: fix thinko when restoring a multiple-window sessionXan Lopez2010-05-041-7/+9
| | | | | | We were trying to reuse the first EphyEmbed in each window, but only the first one will actually have one. Refactor the code to only attempt this on the first window.
* ephy-web-view: fix compiler warningXan Lopez2010-05-041-1/+1
|
* Updated Spanish translationJorge González2010-05-041-100/+96
|
* Remove obsolete get_type function from headerXan Lopez2010-05-031-1/+0
|
* configure.ac: bump version to 2.31Xan Lopez2010-05-031-3/+3
|
* ephy-session: use an infobar to inform the user about session restorationXan Lopez2010-05-032-93/+196
| | | | Much nicer than a modal dialog that blocks the browser initialization.
* Emit a signal when loading the homepageXan Lopez2010-05-031-12/+29
|