aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ephy-file-helpers: allow desktop in ephy_file_browse_toDiego Escalante Urrelo2011-03-081-20/+7
| | | | | | | | Nautilus doesn't draw the desktop as always anymore. It's not visible unless you browse there, so the reason to not allow browse_to desktop is not valid anymore. Bug #618443
* ephy-file-helpers: only one downloads_dir functionDiego Escalante Urrelo2011-03-083-99/+7
| | | | | | | Remove all the ambiguity, we always throw downloads to the same place or the Desktop. Bug #618443
* Require GTK+ 3.0.2Xan Lopez2011-03-071-1/+1
| | | | | A few nasty bugs have been fixed since 3.0.0, I'd rather not have them reported.
* po/vi.po: better "Powered by"Nguyễn Thái Ngọc Duy2011-03-071-2/+2
|
* Updated Portuguese translationDuarte Loreto2011-03-071-1222/+1191
|
* Updated Latvian translation.Rudolfs Mazurs2011-03-051-1301/+1210
|
* ephy-embed: add a border and a little padding to the status frameXan Lopez2011-03-051-0/+18
| | | | Otherwise it blends a bit too effectively into clear backgrounds.
* ephy-window: make construct_confirm_close_dialog reusableDiego Escalante Urrelo2011-03-051-12/+16
| | | | Bug #618443
* popup-commands: indent fixDiego Escalante Urrelo2011-03-041-2/+2
| | | | Bug #618443
* ephy-file-helpers: add uninstalled ui/ in ephy_fileDiego Escalante Urrelo2011-03-041-0/+1
| | | | Bug #618443
* Uploaded UkranianDaniel Korostil2011-03-041-1394/+1376
|
* [l10n] Updated Catalan translationGil Forcada2011-03-031-1052/+1025
|
* Updated Esperanto translationKristjan SCHMIDT2011-02-281-1029/+943
|
* Small cleanup in widget's Makefile.amXan Lopez2011-02-271-2/+1
|
* Updated Korean translationChangwoo Ryu2011-02-271-1353/+1102
|
* Updated Korean translationChangwoo Ryu2011-02-271-8/+8
|
* Sync with upstream GeditOverlayXan Lopez2011-02-264-107/+21
|
* prefs-dialog: use GtkBuildable id instead of nameDiego Escalante Urrelo2011-02-252-17/+12
| | | | | Using the widget name is error prone because Glade removes the name property of objects. This makes cookie configuration work again.
* Updated French translationBruno Brouard2011-02-251-1011/+985
|
* ephy-location-entry: add DNS prefetchingSergio Villar Senin2011-02-251-5/+54
| | | | | | | | Proactively perform DNS lookups when the user sets the cursor over an autocompleted entry in the location bar. This way the prefetching is likely to already have been resolved by the time the user actually clicks on the entry. https://bugzilla.gnome.org/show_bug.cgi?id=606087
* Remove deprecated gtk_button_pressed/released usageAlexandre Mazari2011-02-242-2/+0
| | | | | | | | Remove useless calls to gtk_button_release. Those calls had no effect, since they were following calls to gtk_toggle_button_set_active (FALSE) doing implicit release. https://bugzilla.gnome.org/show_bug.cgi?id=628364
* [release] 2.91.902.91.90Xan Lopez2011-02-232-1/+12
|
* Require GTK+ 3.0.0Xan Lopez2011-02-211-1/+1
| | | | | GTK+ changed its soname in 3.0.0, so we need to depend on that if we want to use 3.x.
* ephy-embed: hide toplevel child widgetXan Lopez2011-02-211-2/+8
| | | | | | Since that's what we add to the overlay, its visible property will be in sync with the child container. Gets rid of bothering 1px visible leftover when statusbar is hidden.
* gedit-overlay-child: sync visible property of container and childXan Lopez2011-02-211-1/+8
| | | | | That way user can hide the inner widget and the overlay child container will be hidden automatically.
* Updated Spanish translationJorge González2011-02-201-117/+115
|
* Updated Spanish translationDaniel Mustieles2011-02-201-43/+44
|
* Updated Spanish translationDaniel Mustieles2011-02-201-71/+69
|
* gedit-overlay: sync with upstreamXan Lopez2011-02-201-0/+7
|
* Updated Arabic translationKhaled Hosny2011-02-191-39/+38
|
* Updated Bengali India TranslationRuna Bhattacharjee2011-02-181-1292/+1330
|
* ephy-web-view: do not update statusbar text for webviews without embed objectSergio Villar Senin2011-02-161-1/+3
| | | | | | Fixes a crash when trying to open the WebInspector https://bugzilla.gnome.org/show_bug.cgi?id=642306
* gedit-overlay: always proxy main widget size requestXan Lopez2011-02-161-26/+4
| | | | | | | We don't want for the children to be able to overflow the main widget, it makes sense to keep them contained in the overlay. Bug #642451
* Sync with latest GeditOverlay codeXan Lopez2011-02-164-301/+54
| | | | And adapt to the new API.
* Sync with latest GeditOverlayXan Lopez2011-02-161-19/+12
|
* Updated Gujarati TranslationsSweta Kothari2011-02-151-1271/+805
|
* Updated Bulgarian translationIvaylo Valkov2011-02-151-997/+517
|
* Sync with latest libeggXan Lopez2011-02-132-0/+8
|
* ephy-window: append new tabs after parent by defaultXan Lopez2011-02-121-1/+1
| | | | | | I think this makes much more sense as a default behavior when opening a tab from an existing page, since it keeps logically related tabs together.
* gedit-overlay: Fix a crash when overlay is detroyedCarlos Garcia Campos2011-02-121-6/+8
|
* Updated Norwegian bokmål translation.Kjartan Maraas2011-02-121-30/+30
|
* Forgot these filesXan Lopez2011-02-122-0/+497
|
* Updated Indonesian translationDirgita2011-02-121-3328/+1274
|
* ephy-web-view: do not update status after we are deadXan Lopez2011-02-121-17/+19
| | | | We now reach to the EphyEmbed, so this is dangerous.
* Sync with upstream GeditOverlay codeXan Lopez2011-02-128-469/+244
|
* Change packing order for gedit overlayXan Lopez2011-02-111-4/+4
| | | | | Seems GeditOverlay works better if we pack directly the scrollable widget on it, then pack the overlay in a scrolled window. Do that.
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-119-98/+1096
| | | | | | | | | | Works correctly in framed pages, and fixes a few bugs along the way (not to mention it should be more efficient since it does not redraw needlessly). The gedit code has been modified to get rid of the animation stuff we don't really need atm; we have coordinated with the gedit developers and hopefully both versions will be in sync again really soon.
* Fixed Epiphany translation bugNorayr Chilingarian2011-02-091-1/+1
|
* [release] 2.91.62.91.6Xan Lopez2011-02-032-2/+11
|
* ephy-embed-single: Update to use direct-from-libsoup SoupCacheDan Winship2011-02-032-9/+11
| | | | | | and update configure.ac to require the corresponding libsoup https://bugzilla.gnome.org/show_bug.cgi?id=636861
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-01-272-529/+640
|
* QA of Galician translationsFran Diéguez2011-01-271-98/+98
|
* Updated Russian translationYuri Myasoedov2011-01-231-1097/+693
|
* Updated zh_CN translation.Funda Wang2011-01-221-1803/+545
|
* Updated Basque languageInaki Larranaga Murgoitio2011-01-211-1280/+1237
|
* ephy-window: missing g_list_freeDiego Escalante Urrelo2011-01-211-0/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2011-01-211-50/+43
|
* Updated Arabic translationKhaled Hosny2011-01-121-1388/+174
|
* [release] 2.91.52.91.5Xan Lopez2011-01-112-2/+12
|
* ephy-embed-single: make sure flash plugin is disabledCarlos Garcia Campos2011-01-111-3/+1
| | | | | | | | | There might be more than one plugin instance for flash. Iterate the whole list to be sure we have disabled all the possible instances. Bug #637959 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Use the new GTK_STATE_FLAG_NORMAL flagDiego Escalante Urrelo2011-01-113-7/+7
| | | | | | | Until 2.99.0 GtkStyleContext didn't have a "normal" flag, the closest thing was GTK_STATE_FLAG_ACTIVE, but it is not necessarily correct. Bug #636501
* ephy-location-entry: GdkRGBA colors are doublesDiego Escalante Urrelo2011-01-111-2/+2
| | | | Bug #636501
* ephy-bookmarks-editor: fix new topic selection bugVincas Dargis2011-01-111-0/+1
| | | | | | | | | | When the search entry is not empty and "New topic" is activated from the menu, the "All" topic will set for renaming instead of the new "Type a topic" node. This can cause serious data loss. Bug #518727 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Some fixed in Russian translationYuri Myasoedov2011-01-111-5/+4
|
* Updated Russian translationYuri Myasoedov2011-01-111-454/+298
|
* Updated Galician translationsFran Diéguez2011-01-091-65/+85
|
* configure.ac: require GTK+ 2.99.0Xan Lopez2011-01-071-1/+1
|
* ephy-file-helpers: do not use deprecated APIsXan Lopez2011-01-061-3/+2
|
* [l10n] Updated German translationMario Blättermann2011-01-041-197/+248
|
* Updated Norwegian bokmål translation from Torstein Adolf WintersethKjartan Maraas2011-01-031-24/+39
|
* Updated Swedish translationDaniel Nylander2011-01-011-882/+866
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2010-12-241-1302/+1265
|
* Added UG translationGheyret T.Kenji2010-12-241-190/+199
|
* [release] 2.91.4.12.91.4.1Xan Lopez2010-12-232-2/+10
|
* egg: cherry-pick fixes for compilation against GTK+ 2.91.7Xan Lopez2010-12-232-2/+10
|
* Updated Kurdish translations by Omer EnsariErdal Ronahi2010-12-231-99/+243
|
* Updated Spanish translationJorge Gonzalez2010-12-231-78/+73
|
* ephy-node-view: don't use gdk_cursor_unrefXan Lopez2010-12-221-1/+1
| | | | | It's deprecated since GdkCursor is a GObject now. The stuff in egg/ still needs fixing, but we'll just sync from upstream.
* Updated Hebrew translation.Yaron Shahrabani2010-12-211-340/+342
|
* [l10n] Updated Estonian translationIvar Smolin2010-12-211-7/+7
|
* [release] 2.91.42.91.4Xan Lopez2010-12-212-2/+18
|
* The Soviet government has fallen!Xan Lopez2010-12-211-4/+4
|
* [l10n] Updated Estonian translationMattias Põldaru2010-12-201-468/+519
|
* tests: clean up filenamesDiego Escalante Urrelo2010-12-197-31/+31
| | | | Make filenames readable and tab-completion friendly.
* Updated Norwegian bokmål translationKjartan Maraas2010-12-171-28/+31
|
* configure.ac: bump GTK+ versionDiego Escalante Urrelo2010-12-161-1/+1
| | | | Required for GtkStyleContext API.
* Updated Spanish translationJorge González2010-12-161-49/+66
|
* ephy-extensions-manager: fix g_variant_builder usageDiego Escalante Urrelo2010-12-161-2/+4
| | | | | | g_variant_builder_end is not needed at all. Bug #636740
* epiphany.convert: Fix cache-size schema locationYanko Kaneti2010-12-151-1/+1
| | | | | | Bug #634969 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Port to gtk+ master's GtkStyleContextDiego Escalante Urrelo2010-12-155-80/+95
| | | | | | | Updates all our uses of GtkStyle stuff to the newer GtkStyleContext API. ephy-web-view porting done by Matthias Clasen <mclasen@redhat.com> Bug #636501
* egg: update from masterDiego Escalante Urrelo2010-12-154-5/+46
| | | | Bug #636501
* ephy-embed-single: move code from init to initializeXan Lopez2010-12-141-16/+16
|
* ephy-embed-single: couple of style fixesXan Lopez2010-12-141-2/+2
|
* Updated Hebrew translation.Yaron Shahrabani2010-12-141-41/+58
|
* ephy-embed-single: disable Flash by defaultXan Lopez2010-12-131-0/+16
| | | | | | The Adobe flash plugin uses GTK+2.x, so it cannot be loaded in our (GTK+3.x) process without causing a crash. Disable it by default until we implement a solution.
* Updated Norwegian bokmål translationKjartan Maraas2010-12-131-83/+118
|
* prefs-dialog: enhance Fonts tab layoutDiego Escalante Urrelo2010-12-122-81/+188
| | | | | We need labels next to the buttons or after setting a custom font you won't know what setting are you configuring.
* prefs-dialog: fix General tab sizingDiego Escalante Urrelo2010-12-121-2/+4
|
* ephy-web-view.c: fix typoXan Lopez2010-12-121-1/+1
|
* ephy-spell-check: remove unused filesDiego Escalante Urrelo2010-12-123-372/+0
| | | | | | WebKitGTK+ implements this for us. Bug #637021
* Updated Spanish translationJorge González2010-12-111-998/+958
|
* .gitignore: add EphyEgg gir/typelibDan Winship2010-12-111-0/+2
|
* Updated Hebrew translationYaron Shahrabani2010-12-111-86/+117
|
* 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