aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Also check for libxul-1.9.pc, which exists in ubuntu's xulrunner-1.9-dev.Christian Persch2007-10-091-0/+6
| | | | svn path=/trunk/; revision=7526
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
| | | | svn path=/trunk/; revision=7525
* Add application.ini file.Christian Persch2007-10-094-0/+28
| | | | svn path=/trunk/; revision=7524
* Fix code style.Christian Persch2007-10-092-10/+9
| | | | svn path=/trunk/; revision=7523
* Makes the Go button behaviour consistent with the "Enter" behaviour. BothDiego Escalante Urrelo2007-10-071-2/+10
| | | | | | | | | * window-commands.c: Makes the Go button behaviour consistent with the "Enter" behaviour. Both actions search for keywords or load the url. Fixes #484178. svn path=/trunk/; revision=7521
* Update HACKING file with new indentation style.Xan Lopez2007-10-071-1/+3
| | | | svn path=/trunk/; revision=7520
* Remove unneeded marshallers. Fixes bug #484060.Felix Riemann2007-10-071-19/+0
| | | | svn path=/trunk/; revision=7519
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
| | | | svn path=/trunk/; revision=7518
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
| | | | | | | | | | | | | Based on the patch by Cosimo Cecchi. This adds the stubs for proper net status notification, implements get_title, get_location and workarounds the bug in webkit that will make pages not load images if the protocol is not specified in the url (it will only work for http though). Fixes bug #461652 svn path=/trunk/; revision=7517
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
| | | | | | | further user interaction to complete. Fix for bug #483312. One-liner by Michael Monreal. svn path=/trunk/; revision=7516
* Fixes wrong use of EphySearchEntry in the history window. Bug #483150. ↵Cosimo Cecchi2007-10-041-5/+15
| | | | | | Initial patch by Diego Escalante Urrelo. svn path=/trunk/; revision=7515
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
| | | | svn path=/trunk/; revision=7514
* Updated Occitan translationYannig MARCHEGAY2007-10-041-3/+3
| | | | svn path=/trunk/; revision=7513
* Updated Dutch translationReinout van Schouwen2007-10-032-63/+73
| | | | | | | | | 2007-10-02 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation svn path=/trunk/; revision=7512
* Make "Up" button dropdown menu show titles instead of URLs for already ↵Cosimo Cecchi2007-10-021-1/+14
| | | | | | | | visited pages. Fix for bug #323764. svn path=/trunk/; revision=7511
* Change the "Powered by" name in the About dialog according to the usedCosimo Cecchi2007-10-011-2/+2
| | | | | | backend. Patch by Nicholas E. Manley. Fix for bug #478196. svn path=/trunk/; revision=7510
* Changes g_value_set_string to g_value_take_string to avoid a leak. Also add theDiego Escalante Urrelo2007-09-301-1/+4
| | | | | | | g_value_unset calls for text and visible vars on extracell_data_func. svn path=/trunk/; revision=7509
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-302-4/+39
| | | | | | | | | | | width of the popup. Also make the extracell (titles of history entries) align to the left so it's less messy and easier to browse a lot of entries with similar titles. Almost-fixes bug #419475. svn path=/trunk/; revision=7508
* Implement size_request for EphyTab. Fixes bug #476120Xan Lopez2007-09-301-0/+19
| | | | svn path=/trunk/; revision=7507
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-292-5/+29
| | | | | | | | | instances of Epiphany remove the profile dir on exit. Note that the profile dir won't be deleted if it's a custom path. Fixes bug #329680. svn path=/trunk/; revision=7506
* Make it build.Christian Persch2007-09-283-18/+25
| | | | svn path=/trunk/; revision=7505
* A new class designed to handle everything we need to run a modal dialogue.Christian Persch2007-09-282-0/+255
| | | | svn path=/trunk/; revision=7504
* Add app lifecycle helper class.Christian Persch2007-09-283-0/+88
| | | | svn path=/trunk/; revision=7503
* Add a preview for the FileChooser. The default size is 150x150. Fixes bugDiego Escalante Urrelo2007-09-281-0/+39
| | | | | | | | | | * lib/ephy-file-chooser.c: Add a preview for the FileChooser. The default size is 150x150. Fixes bug #440859. svn path=/trunk/; revision=7502
* Use g_idle to call embed_find_find_again, to give the time to the embed toCosimo Cecchi2007-09-281-10/+64
| | | | | | | sync with the size change due to toolbar being shown. Fixes bug #415074 and part of bug #333661. svn path=/trunk/; revision=7500
* EphyContentPolicy::ShouldLoad: use the same content policy forJosselin Mouette2007-09-271-4/+4
| | | | | | | http and https, allowing adblock to work on https. Patch reviewed by Christian Persch, fixes bug#471583. svn path=/trunk/; revision=7498
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-272-73/+86
| | | | svn path=/trunk/; revision=7497
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-272-94/+16
| | | | | | | | | | | * embed/xulrunner/components/FilePicker.cpp: * embed/mozilla/FilePicker.cpp: Fix the build of the custom GTK+ filepicker so we can add nice previews and other stuff. svn path=/trunk/; revision=7496
* Make Epiphany properly remember the last saved location in the FileChooser.Cosimo Cecchi2007-09-261-0/+26
| | | | | | Fix for bug #336251. svn path=/trunk/; revision=7494
* Updated Greek tranlationNikos Charonitakis2007-09-262-810/+616
| | | | svn path=/trunk/; revision=7493
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-252-2/+4
| | | | svn path=/trunk/; revision=7490
* Add more mime typesChristian Persch2007-09-251-0/+1
| | | | svn path=/trunk/; revision=7488
* Rename WebKitGdk to WebKitGtk to follow upstream change and fix build againstCosimo Cecchi2007-09-251-1/+1
| | | | | | | WebKit. Fixes bug #479852. One-liner by Cyril Brulebois. svn path=/trunk/; revision=7485
* Add LIBXUL_VERSION defines, and support using libxul-embedding instead of ↵Christian Persch2007-09-241-6/+17
| | | | | | libxul. svn path=/trunk/; revision=7484
* Change the hint of the bookmarking properties dialog to DIALOG, insteadCosimo Cecchi2007-09-241-1/+1
| | | | | | | | of NORMAL. Make bookmarking work in fullscreen mode and does not put bookmark properties windows in the taskbar. Fixes bug #478928. svn path=/trunk/; revision=7482
* Updated Finnish translation (fix for bug #479242)Ilkka Tuohela2007-09-232-11/+15
| | | | svn path=/trunk/; revision=7481
* Add defines for major/minor/micro version.Christian Persch2007-09-202-6/+21
| | | | | | Add SVN branch name, and use it in the ChangeLog generation rule. svn path=/trunk/; revision=7477
* Add ChangeLog.README to explain the ChangeLog policyChristian Persch2007-09-192-23/+31
| | | | svn path=/trunk/; revision=7476
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
| | | | | | | | | | | | | | | | | 2007-09-18 Diego Escalante Urrelo <diegoe@gnome.org> * lib/widgets/ephy-location-entry.c: Add a somewhat tricky fix for url titles not visible on the completion popup of the location entry when using a dark theme (like Darkilouche). We are using GTK_STATE_INSENSITIVE, rationale on the bug report. Fixes bug #446898. Also replaced some spaces for tabs. svn path=/trunk/; revision=7474
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-09-172-105/+113
| | | | svn path=/trunk/; revision=7469
* Updated Danish translationKenneth Nielsen2007-09-172-91/+123
| | | | svn path=/trunk/; revision=7466
* sv.po: Updated Swedish translationDaniel Nylander2007-09-172-7447/+7458
| | | | svn path=/trunk/; revision=7464
* Updated Catalan translationGil Forcada Codinachs2007-09-172-93/+118
| | | | svn path=/trunk/; revision=7463
* Updated Finnish translationIlkka Tuohela2007-09-162-1/+5
| | | | svn path=/trunk/; revision=7460
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-09-162-457/+542
| | | | | | | | | 2007-09-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=7459
* Mark ChangeLog rule as PHONY.Christian Persch2007-09-161-0/+2
| | | | svn path=/trunk/; revision=7455
* Make PromptService QI to nsIPromptService2 (not implemented yet, though).Christian Persch2007-09-162-18/+36
| | | | svn path=/trunk/; revision=7454
* Build ChangeLog from SVN history at dist time. XSL copied from gnucash and ↵Christian Persch2007-09-163-3/+305
| | | | | | | | modified to output UTF-8. svn path=/trunk/; revision=7453
* Use friendly display for mailto: links; shows a nice text in status barCosimo Cecchi2007-09-161-1/+40
| | | | | | | | when hovering a mailto: link. Initial patch by Diego Escalante Urrelo, fixes bug #339161. svn path=/trunk/; revision=7452
* Updated Occitan translationYannig MARCHEGAY2007-09-164-57/+61
| | | | svn path=/trunk/; revision=7451
* Updated Finnish translation (spellchecked)Ilkka Tuohela2007-09-162-1/+5
| | | | svn path=/trunk/; revision=7449
* Add gvfs check.Christian Persch2007-09-161-0/+7
| | | | svn path=/trunk/; revision=7447
* Consistent spacing.Christian Persch2007-09-161-1/+1
| | | | svn path=/trunk/; revision=7446
* Use nsILoginManager.Christian Persch2007-09-161-62/+50
| | | | svn path=/trunk/; revision=7445
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-09-152-81/+108
| | | | | | | | | 2007-09-15 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=7443
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-153-1/+5
| | | | | | what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440
* Fix missing symbol on link.Christian Persch2007-09-151-0/+1
| | | | svn path=/trunk/; revision=7439
* Add libephyxulrunnerembed.la so LDADD.Christian Persch2007-09-151-0/+1
| | | | svn path=/trunk/; revision=7438
* Move EphyHistoryListener from embed/ to components/ since it's only used by ↵Christian Persch2007-09-154-2/+2
| | | | | | GlobalHistory code. svn path=/trunk/; revision=7437
* 2007-09-14 vi.po Updated Vietnamese translationClytie Siddall2007-09-141-0/+4
| | | | | | Clytie Siddall <clytie@riverland.net.au> svn path=/trunk/; revision=7436
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-09-142-639/+467
| | | | svn path=/trunk/; revision=7435
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-147-8/+5
| | | | svn path=/trunk/; revision=7434
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-143-1/+5
| | | | svn path=/trunk/; revision=7433
* Add separate pkg config checks for some modules.Christian Persch2007-09-141-0/+5
| | | | svn path=/trunk/; revision=7432
* Move components from embed/ to components/ and fix the build.Christian Persch2007-09-1442-69/+90
| | | | svn path=/trunk/; revision=7431
* Fix the build. We don't need to manually add the window to the window group,Christian Persch2007-09-141-6/+5
| | | | | | since set_transient_for does that for us since gtk 2.10. svn path=/trunk/; revision=7430
* Fix for move of GeckoPromptService.Christian Persch2007-09-141-23/+3
| | | | svn path=/trunk/; revision=7429
* Move prompt service implementation to components/ and remove theChristian Persch2007-09-139-956/+38
| | | | | | duplicate implementations in src/ and embed/. Doesn't build yet. svn path=/trunk/; revision=7427
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-1338-38/+38
| | | | svn path=/trunk/; revision=7426
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-1328-28/+28
| | | | svn path=/trunk/; revision=7425
* Move AutoJSContextStack and AutoWindowModalState helpers toChristian Persch2007-09-1311-173/+34
| | | | | | | embed/xulrunner/utils instead of having two copies of it in src and embed. svn path=/trunk/; revision=7424
* Create Makefiles for embed/xulrunner/utils and components.Christian Persch2007-09-131-3/+5
| | | | svn path=/trunk/; revision=7423
* Add utils/ and components/ directories.Christian Persch2007-09-133-1/+1
| | | | svn path=/trunk/; revision=7422
* More build fixes for the xulrunner backend.Christian Persch2007-09-132-4/+12
| | | | svn path=/trunk/; revision=7421
* Assert that constructing the single succeeded.Christian Persch2007-09-131-0/+1
| | | | svn path=/trunk/; revision=7420
* Define WITH_XULRUNNER_ENGINE.Christian Persch2007-09-131-0/+2
| | | | svn path=/trunk/; revision=7419
* Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now.Christian Persch2007-09-132-7/+7
| | | | svn path=/trunk/; revision=7418
* Add visibility stuff from mozilla configure, and try to fix the libdir.Christian Persch2007-09-131-9/+140
| | | | svn path=/trunk/; revision=7417
* Translation updated.Gabor Kelemen2007-09-132-93/+116
| | | | | | | | | 2007-09-13 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=7416
* Use G_DEFINE_TYPE.Christian Persch2007-09-131-89/+25
| | | | svn path=/trunk/; revision=7414
* Updated Portuguese translation.Duarte Loreto2007-09-132-86/+106
| | | | | | | | 2007-09-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=7411
* Port to frozen string API by using nsINetUtilChristian Persch2007-09-131-10/+11
| | | | svn path=/trunk/; revision=7410
* Remove check for MOZILLA_INTERNAL_APIChristian Persch2007-09-131-5/+0
| | | | svn path=/trunk/; revision=7409
* Add embed directoryChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7408
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1357-57/+57
| | | | svn path=/trunk/; revision=7407
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1395-95/+95
| | | | svn path=/trunk/; revision=7406
* We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines.Christian Persch2007-09-1314-144/+9
| | | | svn path=/trunk/; revision=7405
* More xulrunner build fixesChristian Persch2007-09-132-2/+3
| | | | svn path=/trunk/; revision=7404
* Disable tests directory for now.Christian Persch2007-09-131-1/+2
| | | | svn path=/trunk/; revision=7403
* Make the xulrunner backend build: change C/CXX/LDFLAGS, comment outChristian Persch2007-09-1315-164/+68
| | | | | | some code that isn't ported to gecko 1.9 yet. Doesn't link yet! svn path=/trunk/; revision=7402
* Move ChangeLogChristian Persch2007-09-131-0/+3
| | | | svn path=/trunk/; revision=7401
* Update version and API version to 2.21Christian Persch2007-09-132-4/+3
| | | | svn path=/trunk/; revision=7398
* Add ChangeLog stub pointing to HACKING file for policyChristian Persch2007-09-131-0/+3
| | | | svn path=/trunk/; revision=7397
* Style fixesChristian Persch2007-09-131-0/+1
| | | | svn path=/trunk/; revision=7396
* Fix the LIBXUL_INCLUDES variableChristian Persch2007-09-131-2/+2
| | | | svn path=/trunk/; revision=7395
* Move old ChangeLog to ChangeLog-20070912, and dist it.Christian Persch2007-09-133-20/+28
| | | | | | Update HACKING file for no-ChangeLog policy. svn path=/trunk/; revision=7394
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-132-1/+43
| | | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-session.c: (write_active_tab), (write_ephy_window), (ephy_session_load): Make session recovery focus work properly and remember the active tab. Fixes bug #317272. svn path=/trunk/; revision=7393
* Fix disable_toolbar_editing lockdown not respected for Remove and MoveCosimo Cecchi2007-09-122-8/+26
| | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-lockdown.c: (update_window): Fix disable_toolbar_editing lockdown not respected for Remove and Move actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois. svn path=/trunk/; revision=7392
* Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds aCosimo Cecchi2007-09-122-2/+47
| | | | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-history-window.c: (search_entry_clear_cb), (build_search_box): Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds a cleaner button in its search entry, like in Bookmarks Editor. Fixes bug #476179. svn path=/trunk/; revision=7391
* Find toolbar now remembers last pattern searched also when opened withCosimo Cecchi2007-09-122-9/+8
| | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_open): Find toolbar now remembers last pattern searched also when opened with GDK_slash or GDK_apostrophe. Fixes bug #343337. svn path=/trunk/; revision=7390
* Updated zh_CN translationYang Zhang2007-09-121-23/+39
| | | | svn path=/trunk/; revision=7389
* Updated French translation by Cyril Brulebois and Robert-André Mauchin.Stéphane Raimbault2007-09-122-132/+167
| | | | svn path=/trunk/; revision=7386
* Updated Brazilian Portuguese translation by Og Maciel.Jonh Wendell2007-09-112-595/+263
| | | | | | | | | 2007-09-11 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel. svn path=/trunk/; revision=7384
* Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in theCosimo Cecchi2007-09-112-14/+156
| | | | | | | | | | | | | | 2007-09-11 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-home-action.c: (action_name_association), (ephy_home_action_activate), (home_action_drag_data_received_cb), (connect_proxy), (disconnect_proxy), (ephy_home_action_class_init): Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in the toolbar. Fixes bug #382383. svn path=/trunk/; revision=7382
* Updated Dutch translationReinout van Schouwen2007-09-112-176/+7552
| | | | | | | | | 2007-09-10 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation svn path=/trunk/; revision=7381
* Make sure the gecko version is set to 0 if we're not compiling with theChristian Persch2007-09-112-0/+11
| | | | | | | | | | | 2007-09-10 Christian Persch <chpe@gnome.org> * m4/gecko.m4: Make sure the gecko version is set to 0 if we're not compiling with the gecko backend. Bug #475461, patch by Cyril Brulebois. svn path=/trunk/; revision=7379
* Error out if the C++ compiler wasn't found. Bug #475360.Christian Persch2007-09-112-1/+16
| | | | | | | | | | 2007-09-10 Christian Persch <chpe@gnome.org> * configure.ac: Error out if the C++ compiler wasn't found. Bug #475360. svn path=/trunk/; revision=7378
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-112-145/+161
| | | | svn path=/trunk/; revision=7376
* Updated Estonian translation.Priit Laes2007-09-102-1/+17
| | | | | | | | 2007-09-10 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation. svn path=/trunk/; revision=7373
* Update Ukrainian translation.Maxim Dziumanenko2007-09-102-363/+460
| | | | | | | | 2007-09-10 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=7369
* Updated German translation.Hendrik Richter2007-09-102-65/+84
| | | | | | | | 2007-09-10 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=7368
* Updated Finnish translationIlkka Tuohela2007-09-102-58/+83
| | | | svn path=/trunk/; revision=7366
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-104-0/+63
| | | | | | | | | | | | | | 2007-09-10 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_set_navigation_tooltips): * src/ephy-toolbar.h: * src/ephy-window.c: (sync_tab_navigation): Makes tooltips for Back and Forward buttons display the titles of relative pages. Fixes bug #341400. Patch by Cyril Brulebois. svn path=/trunk/; revision=7364
* Forces the display of "Close print preview" on the relative toolbar buttonCosimo Cecchi2007-09-102-0/+32
| | | | | | | | | | | | | 2007-09-10 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ppview-toolbar.c: (ppview_toolbar_set_window): Forces the display of "Close print preview" on the relative toolbar button in the print preview window. See bug #109063. Patch by Cyril Brulebois. svn path=/trunk/; revision=7363
* sv.po: Updated Swedish translationDaniel Nylander2007-09-102-163/+182
| | | | svn path=/trunk/; revision=7361
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-107-26/+541
| | | | | | | | | | | | | | 2007-09-09 Christian Persch <chpe@gnome.org> * configure.ac: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * m4/gecko.m4: A m4/libxul.m4: * src/Makefile.am: Integrate the "xulrunner" backend with configure. Not building yet. svn path=/trunk/; revision=7359
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-104-9/+68
| | | | | | | | | | | | | | | | | | 2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org> * lib/widgets/ephy-search-entry.c: (ephy_search_entry_get_type), (ephy_search_entry_timeout_cb), (ephy_search_entry_changed_cb), (ephy_search_entry_init), (ephy_search_entry_clear): * lib/widgets/ephy-search-entry.h: * src/bookmarks/ephy-bookmarks-editor.c: (search_entry_clear_cb), (build_search_box): Modifies the EphySearchEntry to inherit from EphyIconEntry instead of GtkEntry, to have icons on it. Adds a cleaner icon in the search entry of Bookmarks Editor. Fixes bug #463469. svn path=/trunk/; revision=7358
* Marks as translatable some toolbar editor strings and removes referencesCosimo Cecchi2007-09-092-16/+13
| | | | | | | | | | | | | 2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): Marks as translatable some toolbar editor strings and removes references to old Control Center gettext domain. Fixes bug #474429. Patch by Cyril Brulebois. svn path=/trunk/; revision=7357
* Fixes bad state syncing when adding zoom controls to the toolbar. FixesCosimo Cecchi2007-09-092-0/+11
| | | | | | | | | | | | 2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org> * lib/widgets/ephy-zoom-action.c: (connect_proxy): Fixes bad state syncing when adding zoom controls to the toolbar. Fixes bug #338005. Patch by Cyril Brulebois. svn path=/trunk/; revision=7355
* Make 'Not found' on find toolbar temporairly bold and firesCosimo Cecchi2007-09-092-1/+45
| | | | | | | | | | | | | | 2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-find-toolbar.c: (set_status_notfound_cb), (set_status), (ephy_find_toolbar_dispose): Make 'Not found' on find toolbar temporairly bold and fires gtk_widget_error_bell () when searching on a page and no results are found. Fixes bug #363004. svn path=/trunk/; revision=7354
* Fix runtime warnings when downloading small files, due to bad handling ofCosimo Cecchi2007-09-082-2/+18
| | | | | | | | | | | | | 2007-09-08 Cosimo Cecchi <cosimoc@svn.gnome.org> * embed/downloader-view.c: (downloader_view_finalize), (update_buttons_timeout_cb), (downloader_view_add_download): Fix runtime warnings when downloading small files, due to bad handling of g_timeout in DownloaderView. Fixes bug #473566. svn path=/trunk/; revision=7351
* 2007-09-07 vi.po Updated Vietnamese translationClytie Siddall2007-09-072-458/+462
| | | | | | Clytie Siddall <clytie@riverland.net.au> svn path=/trunk/; revision=7350
* Updated Serbian translationGoran Rakic2007-09-072-4/+4
| | | | svn path=/trunk/; revision=7348
* Updated Serbian translationGoran Rakic2007-09-073-698/+793
| | | | svn path=/trunk/; revision=7347
* Updated German translation.Hendrik Richter2007-09-062-5/+11
| | | | | | | | 2007-09-06 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=7344
* Added German translation from 2.20 branch.Jan Arne Petersen2007-09-067-1/+2852
| | | | | | | | | | 2007-09-06 Jan Arne Petersen <jpetersen@jpetersen.org> * Makefile.am: * de/de.po: Added German translation from 2.20 branch. svn path=/trunk/; revision=7343
* Updated Galician Translation.Ignacio Casal Quinteiro2007-09-062-7695/+369
| | | | svn path=/trunk/; revision=7341
* Updated German translation.Hendrik Richter2007-09-052-79/+83
| | | | | | | | 2007-09-05 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=7339
* 2007-09-02 vi.po Updated Vietnamese translationClytie Siddall2007-09-022-307/+383
| | | | | | Clytie Siddall <clytie@riverland.net.au> svn path=/trunk/; revision=7334
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-09-022-19/+21
| | | | | | | | | 2007-09-02 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=7333
* Updated epiphany trunk translationFunda Wang2007-09-022-346/+400
| | | | svn path=/trunk/; revision=7330
* Updated Occitan translationYannig MARCHEGAY2007-09-021-22/+26
| | | | svn path=/trunk/; revision=7329
* Updated catalan translationGil Forcada Codinachs2007-09-022-355/+374
| | | | svn path=/trunk/; revision=7327
* More mime types.Christian Persch2007-08-301-0/+1
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7324
* Updated Finnish translationIlkka Tuohela2007-08-292-332/+84
| | | | svn path=/trunk/; revision=7319
* More mime types.Christian Persch2007-08-291-0/+1
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7316
* More mime types.Christian Persch2007-08-292-0/+7
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7314
* Small fix.Žygimantas Beručka2007-08-282-7/+11
| | | | svn path=/trunk/; revision=7313
* Updated Lithuanian translation.Žygimantas Beručka2007-08-282-268/+271
| | | | svn path=/trunk/; revision=7312
* Updated French translation.Claude Paroz2007-08-282-202/+198
| | | | | | | | 2007-08-27 Claude Paroz <claude@2xlibre.net> * fr/fr.po: Updated French translation. svn path=/trunk/; revision=7310
* Bump version, but not API version yet (wait until e-e is branched too)Christian Persch2007-08-281-2/+2
| | | | svn path=/trunk/; revision=7309
* Merged from embed/mozillaChristian Persch2007-08-282-5/+32
| | | | svn path=/trunk/; revision=7306
* Updated Portuguese translation.Duarte Loreto2007-08-272-351/+418
| | | | | | | | 2007-08-27 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=7302
* Fix the Go button signal handler so it doesn't stop the propagation of theDiego Escalante Urrelo2007-08-272-1/+11
| | | | | | | | | | | | | 2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-go-action.c: Fix the Go button signal handler so it doesn't stop the propagation of the event due to a bad signal handler. Fixes bug #469845. Patch by Cosimo Cecchi. svn path=/trunk/; revision=7301
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-275-5/+59
| | | | | | | | | | | | | | | | | 2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org> * lib/ephy-file-helpers.c: * lib/ephy-file-helpers.h: * embed/mozilla/MozDownload.h: * embed/mozilla/MozDownload.cpp: Add saved files to the GtkRecent list, gnome-panel is broken so don't expect to see the effects of this working there, you can use it on the GtkFileChooser dialog however. Fixes Bug #148401. Original patch by Christian Persch, updated by Cosimo Cecchi. svn path=/trunk/; revision=7300
* Translation updated.Gabor Kelemen2007-08-272-123/+131
| | | | | | | | | 2007-08-26 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=7299
* Skip these filesChristian Persch2007-08-271-0/+18
| | | | svn path=/trunk/; revision=7298
* Initial checkin: merged embed/gecko from xulrunner branch to ↵Christian Persch2007-08-26141-0/+30405
| | | | | | embed/xulrunner, and svn copied embed/mozilla to embed/xulrunner/embed. Not integreated with the build yet. svn path=/trunk/; revision=7297
* More mime types.Christian Persch2007-08-262-0/+8
| | | | | | | | | | 2007-08-25 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7296
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-232-2/+9
| | | | | | | | | | | 2007-08-22 Christian Persch <chpe@gnome.org> * embed/mozilla/GeckoPrintService.cpp: Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed. svn path=/trunk/; revision=7295
* Fixed a invalid XML tagging in help/ja/ja.po.Satoru Satoh2007-08-222-5/+9
| | | | svn path=/trunk/; revision=7294
* Updated Occitan translationYannig MARCHEGAY2007-08-221-0/+2517
| | | | svn path=/trunk/; revision=7293
* Updated Occitan translationYannig MARCHEGAY2007-08-221-1/+1
| | | | svn path=/trunk/; revision=7291
* Updated Occitan translationYannig MARCHEGAY2007-08-211-398/+390
| | | | svn path=/trunk/; revision=7290
* Updated Brazilian Portuguese translationRaphael Higino2007-08-212-105/+111
| | | | svn path=/trunk/; revision=7289
* Updated screenshot.Daniel Nylander2007-08-212-0/+4
| | | | | | | * sv/figures/*png: Updated screenshot. svn path=/trunk/; revision=7288
* Updated French translation.Stéphane Raimbault2007-08-202-49/+96
| | | | svn path=/trunk/; revision=7287
* Updated Danish translationKenneth Nielsen2007-08-202-523/+299
| | | | svn path=/trunk/; revision=7286
* Remove cruftChristian Persch2007-08-201-3/+0
| | | | svn path=/trunk/; revision=7285
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-08-192-208/+228
| | | | | | | | | 2007-08-19 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=7284
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-192-0/+8
| | | | | | | | | | | | 2007-08-19 Diego Escalante Urrelo <diegoe@gnome.org> * lib/widgets/ephy-location-entry.c: Make cursor be at the end of the URL when selecting entries from the completion popup. Fixes bug #466344. svn path=/trunk/; revision=7283
* Updated Occitan translationYannig MARCHEGAY2007-08-171-20/+20
| | | | svn path=/trunk/; revision=7282
* Implement reload.Xan Lopez2007-08-172-0/+5
| | | | svn path=/trunk/; revision=7281
* Estonian translation update by Ivar Smolin.Priit Laes2007-08-162-115/+116
| | | | | | | | 2007-08-16 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=7280
* Fix multihead problems in toolbar editor.Carlos Garcia Campos2007-08-163-6/+23
| | | | | | | | | | 2007-08-16 Carlos Garcia Campos <carlosgc@gnome.org> * lib/egg/egg-toolbar-editor.c: (set_drag_cursor): * lib/egg/egg-editable-toolbar.c: (configure_item_cursor), (new_pixbuf_from_widget): Fix multihead problems in toolbar editor. svn path=/trunk/; revision=7279
* Updated Canadian English translation.Adam Weinberger2007-08-162-1150/+1407
| | | | | | | | | | 2007-08-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=7278
* Updated French translation.Stéphane Raimbault2007-08-162-422/+390
| | | | svn path=/trunk/; revision=7277
* Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-152-3/+16
| | | | | | | | | | | | 2007-08-15 Diego Escalante Urrelo <diegoe@gnome.org> * embed/downloader-view.c: Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bug #343238. svn path=/trunk/; revision=7276
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-152-6/+12
| | | | | | | | | | | | 2007-08-15 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bug #163379. svn path=/trunk/; revision=7275
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-154-4/+18
| | | | | | | | | | | | | | 2007-08-15 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/MozDownload.cpp: Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 years GNOME!. Fixes bug #433173. svn path=/trunk/; revision=7274
* Corrected Japanese help translation.Satoru Satoh2007-08-142-16/+21
| | | | svn path=/trunk/; revision=7273
* Updated German translation.Hendrik Richter2007-08-142-26/+33
| | | | | | | | 2007-08-14 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=7272
* intltool-update deHendrik Richter2007-08-142-270/+299
| | | | | | | | 2007-08-14 Hendrik Richter <hendrikr@gnome.org> * de.po: intltool-update de svn path=/trunk/; revision=7271
* updated ta translationFelix I2007-08-142-303/+499
| | | | svn path=/trunk/; revision=7270
* Post release version bumpChristian Persch2007-08-141-1/+1
| | | | svn path=/trunk/; revision=7269
* === Release 2.19.90 ===RELEASE_2_19_90Christian Persch2007-08-142-0/+11
| | | | | | | | | | 2007-08-13 Christian Persch <chpe@gnome.org> === Release 2.19.90 === * Makefile.am: svn path=/trunk/; revision=7267
* Moved a wrongly added log in po/ChangeLog to help/ChangeLog.Satoru Satoh2007-08-142-4/+4
| | | | svn path=/trunk/; revision=7266
* Updated Japanese help translation.Satoru Satoh2007-08-142-1148/+1478
| | | | svn path=/trunk/; revision=7265
* Corrected Malay translation, on behalf of Hasbullah Bin PitClaude Paroz2007-08-132-1754/+3239
| | | | | | | | | 2007-08-13 Claude Paroz <claude@2xlibre.net> * ms.po: Corrected Malay translation, on behalf of Hasbullah Bin Pit <sebol@my-penguin.org>. Fixes #167405. svn path=/trunk/; revision=7264
* Add low contrast app icon.Christian Persch2007-08-133-0/+8
| | | | | | | | | | 2007-08-12 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Add low contrast app icon. svn path=/trunk/; revision=7263
* Updated Basque translation.Inaki Larranaga Murgoitio2007-08-112-93/+121
| | | | | | | | | 2007-08-11 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation. svn path=/trunk/; revision=7262
* sv.po: Swedish translation updatedDaniel Nylander2007-08-112-4/+8
| | | | svn path=/trunk/; revision=7261
* Fix icons install paths.Christian Persch2007-08-102-16/+41
| | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Fix icons install paths. svn path=/trunk/; revision=7260
* Updated Finnish translationIlkka Tuohela2007-08-092-2/+6
| | | | svn path=/trunk/; revision=7259
* Fix icon cache update command.Christian Persch2007-08-092-1/+7
| | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Fix icon cache update command. svn path=/trunk/; revision=7258
* Add a11y theme icons for our apps icon.Christian Persch2007-08-094-0/+11
| | | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: * data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png: Add a11y theme icons for our apps icon. svn path=/trunk/; revision=7257
* A data/icons/*: R data/icons/*/*/*:Christian Persch2007-08-0984-350/+111
| | | | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * configure.ac: A data/icons/*: R data/icons/*/*/*: Reorganise icons. svn path=/trunk/; revision=7256
* UpdateChristian Persch2007-08-091-2/+2
| | | | svn path=/trunk/; revision=7255
* Updated TranslationAnkitkumar Rameshchandra Patel2007-08-072-69/+69
| | | | svn path=/trunk/; revision=7253
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-072-10/+15
| | | | svn path=/trunk/; revision=7252
* Direct bugs coming in from bb to their own Component, for easy filtering.Christian Persch2007-08-073-2/+10
| | | | | | | | | | | | 2007-08-06 Christian Persch <chpe@gnome.org> * data/bme.desktop.in.in: * data/epiphany.desktop.in.in: Direct bugs coming in from bb to their own Component, for easy filtering. svn path=/trunk/; revision=7251
* updated Dutch translation. update revision numberReinout van Schouwen2007-08-073-622/+634
| | | | | | | | | | 2007-08-06 Reinout van Schouwen <reinouts@gnome.org> * help/nl/nl.po: updated Dutch translation. * help/C/epiphany.xml: update revision number svn path=/trunk/; revision=7250
* Updated Telugu translation done by Pramod <pramodfsf@gmail.com>Sunil Mohan Adapa2007-08-072-1842/+2471
| | | | | | | | | | 2007-08-06 Sunil Mohan Adapa <sunil@atc.tcs.com> * te.po: Updated Telugu translation done by Pramod <pramodfsf@gmail.com> svn path=/trunk/; revision=7249
* Updated Finnish translationIlkka Tuohela2007-08-062-139/+160
| | | | svn path=/trunk/; revision=7248
* Added si entries for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+1
| | | | svn path=/trunk/; revision=7247
* Added Changelog entries for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+5
| | | | svn path=/trunk/; revision=7246
* si.po updated SANDRA MARAKKALA DANISHKA NAVIN2007-08-061-0/+4260
| | | | svn path=/trunk/; revision=7245
* Make ephy_history_set_enabled actually disable history and not delete it.Diego Escalante Urrelo2007-08-063-18/+49
| | | | | | | | | | | | | 2007-08-06 Diego Escalante Urrelo <diegoe@gnome.org> * embed/ephy-history.c: * embed/ephy-history.h: Make ephy_history_set_enabled actually disable history and not delete it. Also make it public. svn path=/trunk/; revision=7244
* Same as last commit, but this time done right.Leonardo Ferreira Fontenelle2007-08-061-292/+356
| | | | svn path=/trunk/; revision=7243
* s/_Conteúdo/S_umário; see bug #461308.Leonardo Ferreira Fontenelle2007-08-062-1/+5
| | | | | | | | 2007-08-05 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: s/_Conteúdo/S_umário; see bug #461308. svn path=/trunk/; revision=7242
* Updated Japanese translation.Takeshi AIHANA2007-08-052-135/+142
| | | | | | | | 2007-08-04 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=7241
* updated Dutch translation. updated Dutch translationReinout van Schouwen2007-08-044-123/+152
| | | | | | | | | | 2007-08-04 Reinout van Schouwen <reinouts@gnome.org> * help/nl/nl.po: updated Dutch translation. * po/nl.po: updated Dutch translation svn path=/trunk/; revision=7240
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-034-10/+9
| | | | | | | | | | | | | | 2007-08-02 Diego Escalante Urrelo <diegoe@gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: * src/ephy-lockdown.c: Remove "Add bookmark" and "Save as" from the document context menu. Patch by Cosimo Cecchi. Part of bug #332968. svn path=/trunk/; revision=7239
* sv.po: Swedish translation updatedDaniel Nylander2007-08-022-1577/+436
| | | | svn path=/trunk/; revision=7238
* sv.po: Swedish translation updatedDaniel Nylander2007-08-022-15/+24
| | | | svn path=/trunk/; revision=7237
* Updated Norwegian bokmål translation.Kjartan Maraas2007-08-012-122/+133
| | | | | | | | 2007-08-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7236
* Updated TranslationAnkitkumar Rameshchandra Patel2007-08-012-94/+109
| | | | svn path=/trunk/; revision=7235
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-012-51/+53
| | | | svn path=/trunk/; revision=7234
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-013-19/+43
| | | | | | | | | | | | | | 2007-08-01 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-completion-model.c: * embed/ephy-history.c: Fix completion model to show icons for history items too, istory/bookmarks/favicon_cache service objects are now stored in the completion priv. Patch by Imran Patel. Fixes bug #459811. svn path=/trunk/; revision=7233
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-012-27/+36
| | | | svn path=/trunk/; revision=7232
* Remove misleading text from hide menu bar lockdown. Fixes bug #321989.Diego Escalante Urrelo2007-08-012-2/+7
| | | | | | | | | | | 2007-08-01 Diego Escalante Urrelo <diegoe@gnome.org> * data/epiphany-lockdown.schemas.in: Remove misleading text from hide menu bar lockdown. Fixes bug #321989. svn path=/trunk/; revision=7231
* Estonian translation update by Ivar Smolin.Priit Laes2007-08-012-45/+43
| | | | | | | | 2007-08-01 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=7230
* 2007-08-01 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-08-011-0/+5
| | | | | | | | | * 2007-08-01 Reinout van Schouwen <reinouts@gnome.org> - don't forget to update the ChangeLog... svn path=/trunk/; revision=7229
* 2007-08-01 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-08-012-83/+65
| | | | | | | | | | * 2007-08-01 Reinout van Schouwen <reinouts@gnome.org> - minor documentation update - updated Dutch documentation translation svn path=/trunk/; revision=7228
* Add a missing space in ge_content_change description.Diego Escalante Urrelo2007-07-312-1/+7
| | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/ephy-embed.c: Add a missing space in ge_content_change description. svn path=/trunk/; revision=7227
* Remove an unused variable. One-liner by Cosimo Cecchi. Part of BugDiego Escalante Urrelo2007-07-312-1/+7
| | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * lib/ephy-file-helpers.c: Remove an unused variable. One-liner by Cosimo Cecchi. Part of Bug #433173. svn path=/trunk/; revision=7226
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-313-4/+37
| | | | | | | | | | | | 2007-07-31 Xan Lopez <xan@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: * embed/webkit/webkit-embed-single.cpp: Do not use #ifdef inside macros, ancient compilers don't like it svn path=/trunk/; revision=7225
* Release markerChristian Persch2007-07-311-0/+4
| | | | svn path=/trunk/; revision=7224
* post-release version bumpChristian Persch2007-07-311-1/+1
| | | | svn path=/trunk/; revision=7223
* updateRELEASE_2_19_6Christian Persch2007-07-311-1/+0
| | | | svn path=/trunk/; revision=7221
* And make it link, tooChristian Persch2007-07-311-17/+23
| | | | svn path=/trunk/; revision=7220
* Trying to fix the docs buildChristian Persch2007-07-311-8/+8
| | | | svn path=/trunk/; revision=7219
* 2007-07-30 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-07-311-0/+47
| | | | | | | | | * 2007-07-30 Reinout van Schouwen <reinouts@gnome.org> - Update NEWS for 2.19.6 svn path=/trunk/; revision=7218
* Estonian translation update by Ivar Smolin.Priit Laes2007-07-312-58/+75
| | | | | | | | 2007-07-30 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=7217
* can_go methods now work, WebKit was missing the implementations for thoseDiego Escalante Urrelo2007-07-302-4/+36
| | | | | | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/webkit/webkit-embed.cpp: can_go methods now work, WebKit was missing the implementations for those functions, it's fixed now so we can use can_go methods. Note that they are useless without the ge_location signal being emitted (dummy code included, commented). Part of Bug #461652. svn path=/trunk/; revision=7216
* Add returns where needed, remove unnecessary variables.Xan Lopez2007-07-303-6/+12
| | | | | | | | | | | 2007-07-30 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed.cpp: Add returns where needed, remove unnecessary variables. svn path=/trunk/; revision=7215
* Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bugDiego Escalante Urrelo2007-07-309-80/+94
| | | | | | | | | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-find.cpp: Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug #461689. svn path=/trunk/; revision=7214
* Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173.Diego Escalante Urrelo2007-07-302-6/+7
| | | | | | | | | | | | 2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * lib/ephy-password-dialog.c: Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. svn path=/trunk/; revision=7213
* Fix memory leak.Carlos Garcia Campos2007-07-302-0/+9
| | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): Fix memory leak. svn path=/trunk/; revision=7212
* Updated Occitan translationYannig MARCHEGAY2007-07-291-5/+5
| | | | svn path=/trunk/; revision=7211
* Updated Basque translationInaki Larranaga Murgoitio2007-07-282-820/+866
| | | | | | | | | 2007-07-28 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation svn path=/trunk/; revision=7210
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-283-3/+14
| | | | | | | | | | | | | | | 2007-07-28 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed.cpp: Implement stop loading method, for some reason can_go methods will fail to link. * src/epiphany.override: Remove mozilla include. svn path=/trunk/; revision=7209
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-2820-122/+1407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Xan Lopez <xan@gnome.org> * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. svn path=/trunk/; revision=7208
* Updated Spanish translationJorge Gonzalez Gonzalez2007-07-272-5/+9
| | | | svn path=/trunk/; revision=7207
* sv.po: Swedish translation updatedDaniel Nylander2007-07-272-754/+295
| | | | svn path=/trunk/; revision=7206
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-272-3/+16
| | | | | | | | | | | | 2007-07-26 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-window.c: Make "Customise toolbars" insensitive when toolbars are hidden. Patch by René Stadler. Fixes bug #164227. svn path=/trunk/; revision=7205
* Updated Thai translation.Theppitak Karoonboonyanan2007-07-272-34/+44
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=7204
* Updated Dutch translationReinout van Schouwen2007-07-272-54/+71
| | | | | | | | | 2007-06-26 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation svn path=/trunk/; revision=7203
* Don't mention 'Epiphany' in the message introduced in the patch for bugReinout van Schouwen2007-07-272-1/+8
| | | | | | | | | | | | 2007-07-26 Reinout van Schouwen <reinouts@gnome.org> * embed/mozilla/EphyAboutModule.cpp: Don't mention 'Epiphany' in the message introduced in the patch for bug #459552. svn path=/trunk/; revision=7202
* Updated Spanish translationJorge Gonzalez Gonzalez2007-07-262-56/+74
| | | | svn path=/trunk/; revision=7201
* Updated Thai translation.Theppitak Karoonboonyanan2007-07-262-100/+88
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=7200
* Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-07-262-9/+14
| | | | | | | | | | | | 2007-07-26 Diego Escalante Urrelo <diegoe@gnome.org> * embed/mozilla/EphyAboutModule.cpp: Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bug #459552. svn path=/trunk/; revision=7199
* Make the status icon clickable so it shows/hides the download window,Diego Escalante Urrelo2007-07-262-1/+15
| | | | | | | | | | | | 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * embed/downloader-view.c: Make the status icon clickable so it shows/hides the download window, works across workspaces. Patch by Kraai. Fixes bug #448610. svn path=/trunk/; revision=7198
* Update tab title when the statusbar text is updated, so we don't have outDiego Escalante Urrelo2007-07-262-0/+11
| | | | | | | | | | | | | 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-tab.c: Update tab title when the statusbar text is updated, so we don't have out of sync messages (like "Loading <page-you-were-before>"). Fixes bug #318947. svn path=/trunk/; revision=7197
* Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPEDiego Escalante Urrelo2007-07-262-2/+10
| | | | | | | | | | | | | 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-notebook.c: Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPE we don't reuse an already existing tab to open the first element of the list. Fixes bug #313636. svn path=/trunk/; revision=7196
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-263-0/+29
| | | | | | | | | | | | 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * src/prefs-dialog.c: * data/glade/prefs-dialog.glade: Added a checkbox for smooth scrolling. Fixes bug #162489. svn path=/trunk/; revision=7195
* Estonian translation update by Ivar Smolin.Priit Laes2007-07-242-12/+20
| | | | | | | | 2007-07-24 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=7194
* Translation updated.Gabor Kelemen2007-07-221-52/+51
| | | | | | | | | 2007-07-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=7193
* Translation updated.Gabor Kelemen2007-07-221-0/+4
| | | | | | | | | 2007-07-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=7192
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-214-9/+21
| | | | | | | | | | | | | | 2007-07-21 Wouter Bolsterlee <wbolster@svn.gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Remove some icons from the context menu, and use better ones for some menu items. Reported by Andreas Nilsson. Patch by Cosimo Cecchi. Fixes bug #410223. svn path=/trunk/; revision=7191