aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make middle clicking on Back/Forward toolbar buttons open again inCosimo Cecchi2008-02-011-3/+29
| | | | | | a new tab, as it was in 2.20. Bug #513029. svn path=/trunk/; revision=7903
* HIG fixes for menu. Bug #483312, patch by Luca Ferretti.Cosimo Cecchi2008-01-291-1/+1
| | | | | | | HIG fixes for menu. Bug #483312, patch by Luca Ferretti. svn path=/trunk/; revision=7897
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-2/+7
| | | | svn path=/trunk/; revision=7888
* Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541)Xan Lopez2008-01-151-1/+1
| | | | svn path=/trunk/; revision=7869
* Fix cropped close button on tab labels with gnome-icon-theme 2.21.x.Cosimo Cecchi2008-01-151-4/+10
| | | | | | Bug #499983. svn path=/trunk/; revision=7865
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+1
| | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864
* Add #ifdef for Avahi includes in ephy-bookmarks.c.Cosimo Cecchi2008-01-151-0/+3
| | | | | | Bug #509325. svn path=/trunk/; revision=7863
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1413-309/+541
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-115-14/+38
| | | | | | Fix bug #499613. svn path=/trunk/; revision=7856
* Don't use net-stop signal, it's gone. Switch to notify::load-statusXan Lopez2008-01-091-3/+6
| | | | svn path=/trunk/; revision=7855
* Fix typo when building the back/forward history menuJan Michael C. Alonzo2007-12-311-1/+1
| | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=506563 modified: src/ephy-navigation-action.c svn path=/trunk/; revision=7840
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-303-98/+11
| | | | | | Closes bug #506005 svn path=/trunk/; revision=7836
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-301-4/+7
| | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-301-54/+37
| | | | | | | | | | | Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 svn path=/trunk/; revision=7834
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-271-9/+10
| | | | | | | Fixes bug #505777. svn path=/trunk/; revision=7828
* Have the completion func also check the bookmark URLs for matches as it doesDiego Escalante Urrelo2007-12-271-3/+14
| | | | | | | | with history items. Fixes bug #505683. svn path=/trunk/; revision=7827
* Avoid duplicated history and bookmark entries for the same url in the Diego Escalante Urrelo2007-12-271-0/+24
| | | | | | | | completion popup. Fixes bug #392979. svn path=/trunk/; revision=7826
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
| | | | svn path=/trunk/; revision=7822
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-261-0/+105
| | | | | | | | | | | src/ephy-location-action.c. Adds a function to set the completion_func in lib/widgets/ephy-location-entry.c|h. Part of bug #392979. svn path=/trunk/; revision=7821
* Quick fix for a warning produced by my previous update to epiphany.defs,Diego Escalante Urrelo2007-12-241-1/+1
| | | | | | | ephy_embed_get_loading_title is actually const-char* not char*. svn path=/trunk/; revision=7814
* Add extra methods to EphyEmbed object:Diego Escalante Urrelo2007-12-241-27/+94
| | | | | | | | | | | | | | | | | | | | | get_go_up_list get_security_level get_zoom get_document_type get_load_percent get_load_status get_navigation_flags get_typed_address get_address get_status_message get_icon get_icon_address get_is_blank get_loading_title get_encoding svn path=/trunk/; revision=7813
* Adds a "Clear All" dialog to clear all the privacy information, and a helpCosimo Cecchi2007-12-213-181/+295
| | | | | | section explaining its usage. Close bug #148314. svn path=/trunk/; revision=7793
* Middle click on entries in History Window and Bookmark Editor opens the pageCosimo Cecchi2007-12-202-0/+46
| | | | | | in a new tab. Close bug #385037. svn path=/trunk/; revision=7791
* Hide the Toolbar Editor, if active, when switching to Fullscreen mode.Cosimo Cecchi2007-12-191-0/+11
| | | | | | Bug #163762. svn path=/trunk/; revision=7789
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+5
| | | | | | Bug #332968. svn path=/trunk/; revision=7786
* Indentation fix for previous commit.Cosimo Cecchi2007-12-191-2/+2
| | | | svn path=/trunk/; revision=7785
* Add middle-click-paste for smart bookmarks, as it is for new tab/windowCosimo Cecchi2007-12-191-0/+69
| | | | | | buttons. Close bug #378165. svn path=/trunk/; revision=7784
* Don't store the tabs menu accels in the accel map file.Christian Persch2007-12-161-1/+3
| | | | svn path=/trunk/; revision=7774
* Add secondary text in confirmation dialogs for "Remove All" items in the PDM.Cosimo Cecchi2007-12-081-6/+12
| | | | | | Fix bug #499074. svn path=/trunk/; revision=7761
* Squashed commit of the following:Jan Michael C. Alonzo2007-12-022-0/+7
| | | | | | | | | | | | commit 8ee24f8e307d08d90a7caedf570831c1cab9f708 Author: Jan Michael Alonzo <jmalonzo@unpluggable.com> Date: Sun Dec 2 06:19:44 2007 +1100 wrap EphyEmbedContainer interface - http://bugzilla.gnome.org/show_bug.cgi?id=500729 svn path=/trunk/; revision=7744
* Fix empty line on bookmark tooltip when bookmark has no title.Cosimo Cecchi2007-11-251-5/+21
| | | | | | Close bug #499226. svn path=/trunk/; revision=7730
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: unbreak the build. Use g_strdup_printf. svn path=/trunk/; revision=7725
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: reword tooltip. Followup to http://bugzilla.gnome.org/show_bug.cgi?id=492695 svn path=/trunk/; revision=7724
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-192-4/+9
| | | | | | | bookmarks editor views use it to display address and title columns. Fix bug #132808. svn path=/trunk/; revision=7719
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-192-5/+15
| | | | | | | | as resizable; thanks to Kristian Rietveld for finding out the cause. Make history window columns resizable and bookmarks editor columns resizable and sortable. Part of bug #132808. svn path=/trunk/; revision=7718
* Move EphyNotebook to G_DEFINE_TYPE.Xan Lopez2007-11-181-56/+19
| | | | svn path=/trunk/; revision=7717
* Use go_back and go_forward methods for navigation.Xan Lopez2007-11-181-5/+2
| | | | | | | Instead of jumping to -1 and +1 in the history. Less code, and it even works in WebKit :) svn path=/trunk/; revision=7716
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-74/+1
| | | | | | Last part of bug #490672 svn path=/trunk/; revision=7713
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+19
| | | | svn path=/trunk/; revision=7712
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
| | | | | | | Do not use the ephy_window prefix for them, it's confusing. Also, save the function call for get_active_child. svn path=/trunk/; revision=7710
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-175-65/+53
| | | | | | | | Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-23/+2
| | | | svn path=/trunk/; revision=7706
* Do not change session saving format ;)Xan Lopez2007-11-171-2/+2
| | | | svn path=/trunk/; revision=7705
* Return the new tab's position.Christian Persch2007-11-171-4/+2
| | | | svn path=/trunk/; revision=7704
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-174-17/+15
| | | | | | | Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. svn path=/trunk/; revision=7703
* Unbreak the build...Xan Lopez2007-11-171-4/+4
| | | | svn path=/trunk/; revision=7702
* Use right GtkPaned API to pack history window vbox.Cosimo Cecchi2007-11-171-2/+2
| | | | | | Fix bug #422947. svn path=/trunk/; revision=7701
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-171-1/+3
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-163-8/+8
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings.Xan Lopez2007-11-161-20/+0
| | | | svn path=/trunk/; revision=7697
* And port all the callers in src/Xan Lopez2007-11-1614-61/+113
| | | | svn path=/trunk/; revision=7695
* Change epiphany.defsXan Lopez2007-11-161-47/+53
| | | | svn path=/trunk/; revision=7694
* Port EphyWindow to the new interface.Xan Lopez2007-11-162-220/+193
| | | | svn path=/trunk/; revision=7693
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
| | | | svn path=/trunk/; revision=7691
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-141-0/+11
| | | | | | Use it to update the bookmarks icon, as it was done in EphyTab before. svn path=/trunk/; revision=7687
* Remove last remainings of EphyTab.Xan Lopez2007-11-132-426/+0
| | | | svn path=/trunk/; revision=7684
* Use load-status instead of net-stop in EphySession.Xan Lopez2007-11-131-23/+30
| | | | | | Also added a type check in ephy_session_save for the session object. svn path=/trunk/; revision=7680
* Don't connect to destroy-browser, we do nothing in the cb and it's ↵Xan Lopez2007-11-131-12/+0
| | | | | | GtkMozEmbed specific. svn path=/trunk/; revision=7679
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-121-0/+2
| | | | | | | the call to gtk_widget_show() in editable toolbar's create_item_from_action() conditional. Fixes bug #394795. svn path=/trunk/; revision=7663
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-113-10/+9
| | | | | | | calls to gtk_entry_set_editable, gtk_menu_item_remove_submenu, and gtk_tool_item_set_tooltip to the appropriate replacements in Gtk 2.12. svn path=/trunk/; revision=7659
* Add a checkbox to enable case-sensitive search (disabled by default). No longerCyril Brulebois2007-11-101-8/+84
| | | | | | rely on the presence of uppercase characters to activate case-sensitive search. svn path=/trunk/; revision=7653
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-091-0/+170
| | | | | | the passwords. A confirmation dialogue is used. Addresses bug #148314. svn path=/trunk/; revision=7652
* Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes ↵Cyril Brulebois2007-11-081-11/+3
| | | | | | bug #310811 svn path=/trunk/; revision=7648
* Adds a NULL check to avoid passing illegal values to strtol in ephy-session.Cosimo Cecchi2007-11-071-0/+2
| | | | | | Patch by Ed Catmur. Fix bug #493148. svn path=/trunk/; revision=7644
* Make the password dialog use ephy-time-helpers instead of stock strftime.Cosimo Cecchi2007-11-071-5/+2
| | | | | | Fix bug #494158. svn path=/trunk/; revision=7642
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-071-59/+131
| | | | | | | | visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-051-20/+2
| | | | svn path=/trunk/; revision=7622
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-052-175/+205
| | | | | | This also makes Modifiers+Click shortcuts work again. svn path=/trunk/; revision=7621
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
| | | | | | | of the whole javascript code when bookmarking a scriptlet. Fix bug #492695. svn path=/trunk/; revision=7616
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7609
* Can't use an interface type in signal registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7608
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7607
* Can't use an interface type in signal registrationChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7606
* Remove EphyTabChristian Persch2007-10-282-85/+12
| | | | svn path=/trunk/; revision=7605
* Remove EphyTabChristian Persch2007-10-281-11/+10
| | | | svn path=/trunk/; revision=7604
* Remove EphyTabChristian Persch2007-10-281-34/+22
| | | | svn path=/trunk/; revision=7603
* Remove EphyTabChristian Persch2007-10-281-7/+7
| | | | svn path=/trunk/; revision=7602
* Remove EphyTabChristian Persch2007-10-281-4/+5
| | | | svn path=/trunk/; revision=7601
* Remove EphyTabChristian Persch2007-10-281-11/+11
| | | | svn path=/trunk/; revision=7600
* Remove EphyTabChristian Persch2007-10-281-20/+19
| | | | svn path=/trunk/; revision=7599
* Remove EPhyTab.Christian Persch2007-10-281-16/+8
| | | | svn path=/trunk/; revision=7598
* Remove EphyTab.Christian Persch2007-10-281-7/+3
| | | | svn path=/trunk/; revision=7597
* Remove EphyTab.Christian Persch2007-10-281-7/+6
| | | | svn path=/trunk/; revision=7596
* Remove EphyTab.Christian Persch2007-10-281-3/+3
| | | | svn path=/trunk/; revision=7595
* Remove EphyTab.Christian Persch2007-10-282-2/+1
| | | | svn path=/trunk/; revision=7594
* Remove Ephytab.Christian Persch2007-10-281-3/+3
| | | | svn path=/trunk/; revision=7593
* Remove EphyTab.Christian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7592
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
| | | | svn path=/trunk/; revision=7591
* Remove EphyTab.Christian Persch2007-10-281-176/+121
| | | | svn path=/trunk/; revision=7590
* Remove EphyTab.Christian Persch2007-10-281-3/+0
| | | | svn path=/trunk/; revision=7589
* Remove EphyTab.Christian Persch2007-10-281-4/+4
| | | | svn path=/trunk/; revision=7588
* Remove EphyTab.Christian Persch2007-10-282-39/+36
| | | | svn path=/trunk/; revision=7587
* Remove EphYTab.Christian Persch2007-10-282-17/+18
| | | | svn path=/trunk/; revision=7586
* Remove EphyTab.Christian Persch2007-10-281-26/+26
| | | | svn path=/trunk/; revision=7585
* Renamed ephy_tab_get_active_embed to _tab.Christian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7584
* Remove EphyTab.Christian Persch2007-10-281-11/+11
| | | | svn path=/trunk/; revision=7583
* Remove EphyTab.Christian Persch2007-10-281-6/+3
| | | | svn path=/trunk/; revision=7582
* Remove EphyTab.Christian Persch2007-10-282-8/+8
| | | | svn path=/trunk/; revision=7581
* Remove EphyTab use.Christian Persch2007-10-282-32/+25
| | | | svn path=/trunk/; revision=7580
* Remove ephy-tab.h. This breaks the build; we'll fix it step by step.Christian Persch2007-10-281-73/+0
| | | | svn path=/trunk/; revision=7579
* Move tab ID from EphyTab to EphyTabsMenu which is the only user of it.Christian Persch2007-10-283-69/+89
| | | | svn path=/trunk/; revision=7578
* Use G_DEFINE_TYPE.Christian Persch2007-10-282-30/+3
| | | | svn path=/trunk/; revision=7577
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-272-430/+13
| | | | | | Popup management is non-working now, see bug #490672 svn path=/trunk/; revision=7575
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-1/+1
| | | | | | | | | | Fix double free in link_message property. Fix title by connecting to embed and not to tab in EphyWindow. Fix progress by passing the correct parameter to update_embed_from_net_state. Also use the link_message parsing function in utils. svn path=/trunk/; revision=7566
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+1
| | | | | | | | Implement get_icon and get_icon_address. Fix status-message canonical name. Properly assign private pointer in MozillaEmbed (...) svn path=/trunk/; revision=7565
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-269-128/+50
| | | | svn path=/trunk/; revision=7564
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-261-2/+0
| | | | svn path=/trunk/; revision=7563
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-64/+0
| | | | | | Also refactor some common code in ephy-embed-utils.c svn path=/trunk/; revision=7562
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-164/+0
| | | | | | | | | | | | There's a snippet that needs to be moved elsewhere I think: eb = ephy_shell_get_bookmarks (ephy_shell); ephy_bookmarks_set_icon (eb, priv->address, priv->icon_address); It's done in mozilla_embed_set_icon_address. svn path=/trunk/; revision=7561
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-362/+0
| | | | | | Create a property for link-message in EphyEmbed too. svn path=/trunk/; revision=7560
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-268-15/+7
| | | | | | Also replace all ephy_tab_get_title by ephy_embed_get_title. svn path=/trunk/; revision=7559
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-354/+4
| | | | | | EphyTab still borken. svn path=/trunk/; revision=7558
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-266-190/+23
| | | | | | ephy-tab.c is totally broken now, will fix in next patches. svn path=/trunk/; revision=7557
* Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour whenCosimo Cecchi2007-10-241-9/+13
| | | | | | | restoring Epiphany in some cases. Fix for bug #488718, patch by Leonardo Boshell. svn path=/trunk/; revision=7553
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-224-112/+32
| | | | svn path=/trunk/; revision=7549
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-225-77/+36
| | | | svn path=/trunk/; revision=7547
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-223-74/+13
| | | | svn path=/trunk/; revision=7544
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-213-139/+14
| | | | svn path=/trunk/; revision=7542
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-214-70/+17
| | | | svn path=/trunk/; revision=7541
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-2/+0
| | | | | | Also, remove one extra ephy_tab_get_embed from EphyWindow. svn path=/trunk/; revision=7540
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-10/+11
| | | | svn path=/trunk/; revision=7539
* Remove security data from EphyTab.Xan Lopez2007-10-212-61/+0
| | | | svn path=/trunk/; revision=7538
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-204-95/+0
| | | | svn path=/trunk/; revision=7537
* Updates to new NetworkManager API signals for status monitoring.Cosimo Cecchi2007-10-191-12/+2
| | | | | | Patch by Matthias Clasen, fix for bug #486881. svn path=/trunk/; revision=7535
* 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
* 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
* 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
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-1/+4
| | | | | | | | | | | 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-291-1/+1
| | | | | | | | | 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
* 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
* 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
* 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
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-151-1/+1
| | | | | | what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-141-1/+3
| | | | svn path=/trunk/; revision=7433
* More build fixes for the xulrunner backend.Christian Persch2007-09-131-2/+7
| | | | svn path=/trunk/; revision=7421
* More xulrunner build fixesChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7404
* Update version and API version to 2.21Christian Persch2007-09-131-2/+1
| | | | svn path=/trunk/; revision=7398
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-131-1/+35
| | | | | | | | | | | | | 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-121-8/+19
| | | | | | | | | | | | 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-121-2/+38
| | | | | | | | | | | | | | 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-121-9/+1
| | | | | | | | | | | | 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
* Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in theCosimo Cecchi2007-09-111-14/+147
| | | | | | | | | | | | | | 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
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-103-0/+54
| | | | | | | | | | | | | | 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-101-0/+24
| | | | | | | | | | | | | 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
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-101-1/+11
| | | | | | | | | | | | | | 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-101-1/+39
| | | | | | | | | | | | | | | | | | 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-091-16/+5
| | | | | | | | | | | | | 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
* Make 'Not found' on find toolbar temporairly bold and firesCosimo Cecchi2007-09-091-1/+36
| | | | | | | | | | | | | | 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 the Go button signal handler so it doesn't stop the propagation of theDiego Escalante Urrelo2007-08-271-1/+3
| | | | | | | | | | | | | 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
* Remove cruftChristian Persch2007-08-201-3/+0
| | | | svn path=/trunk/; revision=7285
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-032-7/+0
| | | | | | | | | | | | | | 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
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-16/+26
| | | | | | | | | | | | | | 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
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-3/+0
| | | | | | | | | | | | | | | 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-281-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-3/+9
| | | | | | | | | | | | 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
* Update tab title when the statusbar text is updated, so we don't have outDiego Escalante Urrelo2007-07-261-0/+3
| | | | | | | | | | | | | 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-261-2/+2
| | | | | | | | | | | | | 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-261-0/+2
| | | | | | | | | | | | 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
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-5/+5
| | | | | | | | | | | | | | 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
* String changes based on user feedback: - "Local sites" -> "Nearby sites"Wouter Bolsterlee2007-07-173-3/+4
| | | | | | | | | | | | | | | | | | | | 2007-07-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * src/bookmarks/ephy-bookmark-factory-action.c: (ephy_bookmark_factory_action_new): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_get_topic_uri): * src/bookmarks/ephy-topic-factory-action.c: (ephy_topic_factory_action_new): String changes based on user feedback: - "Local sites" -> "Nearby sites" (because it is a better description) - Drop the "Quick" prefix from Topic/Bookmark items in toolbar editor, because it has no function besides confusing users. svn path=/trunk/; revision=7175
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-3/+3
| | | | | | | | | | | | | | | 2007-07-16 Christian Persch <chpe@gnome.org> * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * plugins/desktop-file/Makefile.am: * src/Makefile.am: s/MOZILLA/GECKO/g for consistency with gge. svn path=/trunk/; revision=7173
* Remove FIXMEChristian Persch2007-07-161-1/+0
| | | | svn path=/trunk/; revision=7167
* Load the appearance capplet. Doesn't seem to work yet, see bug #456337.Christian Persch2007-07-151-9/+14
| | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * src/popup-commands.c: (background_download_completed): Load the appearance capplet. Doesn't seem to work yet, see bug #456337. svn path=/trunk/; revision=7159
* Use gtk_widget_set_has_tooltip here.Christian Persch2007-07-111-1/+1
| | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (connect_proxy): Use gtk_widget_set_has_tooltip here. svn path=/trunk/; revision=7145
* Remove NULL-check here.Christian Persch2007-07-111-2/+0
| | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/ephy-notebook.c: (sync_label): Remove NULL-check here. svn path=/trunk/; revision=7142
* Port to new tooltips API. Fixes bug #347637.Christian Persch2007-07-101-38/+32
| | | | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/bookmarks/ephy-bookmark-action.c: (query_tooltip_cb), (connect_proxy), (ephy_bookmark_action_updated), (ephy_bookmark_action_class_init): Port to new tooltips API. Fixes bug #347637. svn path=/trunk/; revision=7141
* Port to new tooltips API.Christian Persch2007-07-101-31/+12
| | | | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/ephy-navigation-action.c: (connect_proxy), (ephy_navigation_action_class_init): Port to new tooltips API. svn path=/trunk/; revision=7135
* Port to new tooltips API.Christian Persch2007-07-101-9/+2
| | | | | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/ephy-fullscreen-popup.c: (ephy_fullscreen_popup_set_security_state), (ephy_fullscreen_popup_constructor), (ephy_fullscreen_popup_finalize): Port to new tooltips API. svn path=/trunk/; revision=7134
* Port to new tooltips API.Christian Persch2007-07-101-97/+67
| | | | | | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * src/ephy-notebook.c: (ephy_notebook_switch_page_cb), (update_tabs_visibility), (ephy_notebook_init), (ephy_notebook_finalize), (sync_icon), (sync_label), (build_tab_label), (ephy_notebook_set_show_tabs), (ephy_notebook_remove): Port to new tooltips API. svn path=/trunk/; revision=7132
* Update gtk+ req to 2.11.6.Christian Persch2007-07-103-96/+12
| | | | | | | | | | | | | | | | | | | 2007-07-10 Christian Persch <chpe@gnome.org> * configure.ac: Update gtk+ req to 2.11.6. * src/ephy-statusbar.c: (ephy_statusbar_class_init), (create_caret_indicator), (ephy_statusbar_init), (ephy_statusbar_set_security_state), (ephy_statusbar_set_popups_state): * src/ephy-statusbar.h: * src/epiphany.defs: Port EphyStatusbar to the new tooltips API. svn path=/trunk/; revision=7127
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | 2007-07-10 Luca Ferretti <elle.uca@libero.it> * embed/downloader-view.c: (show_status_icon), (downloader_view_build_ui): * embed/mozilla/ContentHandler.cpp: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" named icon. Partially fix 450904. Note: you need latest svn version of gnome-icon-theme to have the download icon @ 16x16 pixels svn path=/trunk/; revision=7126
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-013-3/+3
| | | | | | | | | | 2007-07-01 Jaap Haitsma <jaap@haitsma.org> * src/ephy-history-window.c, src/bookmarks/ephy-bookmarks-editor.c, src/ephy-window.c: Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769 svn path=/trunk/; revision=7108
* Use g_option_group_set_translation_domain to translate commandlineGabor Kelemen2007-06-231-0/+3
| | | | | | | | | | 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu> * src/ephy-main.c: Use g_option_group_set_translation_domain to translate commandline options. Fixes bug #450146 svn path=/trunk/; revision=7090
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-082-2/+2
| | | | | | | | | | | | 2007-06-07 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-history-window.c: * src/bookmarks/ephy-bookmarks-editor.c: Adds SelectAll stock icon. svn path=/trunk/; revision=7077
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-062-6/+6
| | | | | | | | | | | | | | | 2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-history-window.c * src/bookmarks/ephy-bookmarks-editor.c * data/ui/epiphany-history-window-ui.xml * data/ui/epiphany-bookmark-editor-ui.xml: Assign control+T as default delete shortcut. Also move the Delete item to Edit menu. Bug #351100. svn path=/trunk/; revision=7076
* Fix go button behaviour to react to button-release-event and notDiego Escalante Urrelo2007-06-061-1/+1
| | | | | | | | | | | | 2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-go-action.c: Fix go button behaviour to react to button-release-event and not button-press-event. Patch by Sebastiaan Samyn. Bug #441419. svn path=/trunk/; revision=7072
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-1/+1
| | | | | | | | | | | 2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-window.c: Added GTK_STOCK_SELECT_ALL to SelectAll action. svn path=/trunk/; revision=7071
* Make this comment accurate.Christian Persch2007-05-201-1/+1
| | | | | | | | | | 2007-05-19 Christian Persch <chpe@gnome.org> * src/ephy-statusbar.c: Make this comment accurate. svn path=/trunk/; revision=7033
* Make this string static.Christian Persch2007-05-201-3/+2
| | | | | | | | | | 2007-05-19 Christian Persch <chpe@gnome.org> * src/prefs-dialog.c: (prefs_dialog_show_help): Make this string static. svn path=/trunk/; revision=7032
* Make Shift+Return find previous when searching. Patch by Robin Stocker.Diego Escalante Urrelo2007-05-051-0/+8
| | | | | | | | | | | | | | 2007-05-04 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-find-toolbar.c: Make Shift+Return find previous when searching. Patch by Robin Stocker. Fixes #412033 svn path=/trunk/; revision=7021
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-023-1/+31
| | | | | | | | | | | | | | | | * lib/widgets/ephy-location-entry.c: * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: * src/ephy-completion-model.h: * src/ephy-location-action.c: Copy the items on the completion list as the user moves through them. The original input can be restored pressing Esc. The tentative completion can be made definitive pressing Left or Right. Fixes #409291, #102528 svn path=/trunk/; revision=7020
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-19/+3
| | | | | | | | | | | | | 2007-04-24 Diego Escalante Urrelo <diegoe@gnome.org> * src/popup-commands.c: * lib/ephy-file-helpers.c: Avoid opening nautilus if downloads are done to Desktop. This re-fixes bug #383698. svn path=/trunk/; revision=7014
* Middle clicking the Go button should open the location bar address contentDiego Escalante Urrelo2007-04-161-3/+12
| | | | | | | | | | | | 2007-04-16 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-go-action.c: Middle clicking the Go button should open the location bar address content in a new tab. Bug #362591. svn path=/trunk/; revision=6996
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-031-0/+44
| | | | | | | | | | | | | | 2007-04-02 Diego Escalante Urrelo <diegoe@gnome.org> * src/bookmarks/ephy-topic-action.c: Allow the user to select a different bookmark topic on the toolbar by just moving the mouse. Old behaviour forced the user to click each topic button to activate the menu, now only the first click is required. Bug #363848. Patch by John Millikin. svn path=/trunk/; revision=6981
* Make progressbar taller. Bug #421060.Christian Persch2007-03-251-8/+14
| | | | | | | | | | 2007-03-25 Christian Persch <chpe@gnome.org> * src/ephy-statusbar.c: (create_statusbar_progress): Make progressbar taller. Bug #421060. svn path=/trunk/; revision=6975
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-12116-322/+322
| | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * *: Correct FSF address. Bug #409075, patch by John Millikin. svn path=/trunk/; revision=6952
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-112-12/+12
| | | | | | | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Regenerate the type builtins when the Makefile changes. Should fix bug #416994; no code freeze break since it's only fixing a build problem. svn path=/trunk/; revision=6948
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-064-9/+11
| | | | | | | | | | | | | | | | | | | | 2007-03-05 Christian Persch <chpe@svn.gnome.org> * lib/ephy-password-dialog.c: (update_capslock_warning), (ephy_password_dialog_constructor), (ephy_password_dialog_finalize), (ephy_password_dialog_class_init): * src/bookmarks/ephy-bookmark-action.c: (ephy_bookmark_action_updated): * src/ephy-cert-manager-dialog.c: (certs_manager_dialog_remove_button_clicked_cb), (certs_manager_dialog_finalize): * src/ephy-find-toolbar.c: (ephy_find_toolbar_init): * src/ephy-main.c: (unref_proxy_reply_cb): Don't use C++-style comments in C files. No code changes, only comments changed. Bug #414706, patch by John Millikin. svn path=/trunk/; revision=6940
* Don't crash when we cannot access the system bus. Bug #404514, patch byChristian Persch2007-03-041-6/+11
| | | | | | | | | | | | 2007-03-04 Christian Persch <chpe@svn.gnome.org> * src/ephy-net-monitor.c: (ephy_net_monitor_check_network), (ephy_net_monitor_startup): Don't crash when we cannot access the system bus. Bug #404514, patch by Jan de Groot. svn path=/trunk/; revision=6935
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-042-4/+4
| | | | | | | | | | | | | 2007-03-03 Christian Persch <chpe@svn.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Make sure the type builtins are regenerated when the Makefile changes. svn path=/trunk/; revision=6934
* Make this a regular check, not g_return_if_fail.Christian Persch2007-01-291-3/+1
| | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * src/ephy-tabs-menu.c: (sync_active_tab): Make this a regular check, not g_return_if_fail. svn path=/trunk/; revision=6866
* Fix error condition check.Christian Persch2007-01-291-1/+1
| | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * src/ephy-dbus.c: (ephy_dbus_connect_to_session_bus): Fix error condition check. svn path=/trunk/; revision=6862
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-20/+72
| | | | | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * lib/ephy-node.c: (safe_write_string), (ephy_node_write_to_xml): * src/bookmarks/ephy-bookmarks-export.c: (sanitise_string), (write_topics_list), (write_rdf): Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML. Bug #392782. svn path=/trunk/; revision=6856
* Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".Christian Persch2007-01-292-15/+48
| | | | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * src/epiphany.defs: * src/epiphany.override: Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()". Bug #351705. svn path=/trunk/; revision=6854
* configure.acLuca Ferretti2007-01-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 2007-01-18 Luca Ferretti <elle.uca@libero.it> * data/icons/*/places/bookmark-web.*: * data/icons/*/places/Makefile.am: * data/icons/*/Makefile.am: * configure.ac Add to build new "bookmark-web" custom named icon at 16, 22 and 24 pixels - under new places directory. * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/bookmarks/ephy-bookmark-properties.c: * src/bookmarks/ephy-bookmark-action.c: Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using new "bookmark-web" custom named icon. svn path=/trunk/; revision=6830
* Avoid opening a nautilus window when downloads are finished if theDiego Escalante Urrelo2007-01-181-2/+20
| | | | | | | | | | | | | 2007-01-17 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/popup-commands.c: Avoid opening a nautilus window when downloads are finished if the downloaded file was saved to the desktop. Considers the desktop_is_homedir option of Nautilus. Bug #383698. svn path=/trunk/; revision=6829
* Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer.Diego Escalante Urrelo2007-01-101-3/+2
| | | | | | | | | | | 2007-01-10 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/bookmarks/ephy-bookmarks-ui.c: Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer. svn path=/trunk/; revision=6817
* Update for 2007.Christian Persch2007-01-101-1/+1
| | | | | | | | | | | 2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/chrome/about.xhtml: * src/window-commands.c: (window_cmd_help_about): Update for 2007. svn path=/trunk/; revision=6816
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-9/+21
| | | | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/popup-commands.c: * lib/ephy-file-helpers.c: Opens images in a new browser window if EOG is not found. Bug #167595. Patch by Björn Lindqvist. svn path=/trunk/; revision=6811
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-096-28/+28
| | | | | | | | | | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: * src/ephy-main.c: * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-tab.c: * src/ephy-encoding-menu.c: * src/ephy-window.c: * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Changes "..." for the ellipsis character "…". Bug #324380. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6810
* Fixes a problem at link time on Darwin, bug #387233. Patch by paul.Diego Escalante Urrelo2007-01-092-0/+2
| | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-python-extension.c: * src/epiphany.override: Fixes a problem at link time on Darwin, bug #387233. Patch by paul. svn path=/trunk/; revision=6805
* Check the result of ephy_file_launch_desktop_file () so if it fails we tryDiego Escalante Urrelo2007-01-091-1/+7
| | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/popup-commands.c: (background_download_completed) Check the result of ephy_file_launch_desktop_file () so if it fails we try an alternative naming of the background capplet: gnome-background. This is seen in fedora. Bug #387206, which is actually caused by bugzilla.redhat.com #201867. svn path=/trunk/; revision=6798
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-1/+1
| | | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * lib/widgets/ephy-node-view.c: Workaround/semi-fix for bug #351814. The real cause of the problem is the user_data that is never set on a GtkTreeIter, so the Ephy implementation of the tree makes it to have a stamp of 0 being that way an invalid iter. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6796
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-034-8/+13
| | | | | | | | | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): * embed/ephy-history.c: (ephy_history_init): * lib/Makefile.am: * lib/ephy-glib-compat.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save_delayed): * src/ephy-dbus.c: (session_filter_func), (system_filter_func): * src/ephy-extensions-manager.c: (reload_cb): * src/ephy-session.c: (confirm_shutdown_cb): Utilize GLib's new g_timeout_add_seconds to reduce context switches and improve CPU/power efficiency. Patch by Chris Wilson. svn path=/trunk/; revision=6783
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-033-1/+22
| | | | | | | | | | | | | | | | | | | | | | 2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: (ephy_history_window_update_menu): Disables "Add Bookmark" in the File menu when bookmarks are locked down. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor): Makes the topics pane insensitive and the rest of entries non-editables (but sensitive so we can select the text) when bookmarks are locked down. * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark): Don't allow the add bookmark ui to appear if it's locked down. svn path=/trunk/; revision=6778
* Make sure to init gthread as first call to glib.Christian Persch2007-01-011-0/+4
| | | | | | | | | | 2006-12-31 Christian Persch <chpe@svn.gnome.org> * src/ephy-main.c: (main): Make sure to init gthread as first call to glib. svn path=/trunk/; revision=6775
* Remove x bit from source filesChristian Persch2006-12-316-0/+0
| | | | svn path=/trunk/; revision=6772
* Removed uneeded #include <gtk/gtkframe.h>.Diego Escalante Urrelo2006-12-311-1/+0
| | | | | | | | | | | 2006-12-30 Diego Escalante Urrelo <diegoe@cvs.gnome.org> * src/ephy-statusbar.c: Removed uneeded #include <gtk/gtkframe.h>. svn path=/trunk/; revision=6769
* .cvsignore files are obsoleteChristian Persch2006-12-302-23/+0
| | | | svn path=/trunk/; revision=6768
* Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bugChristian Persch2006-12-251-1/+7
| | | | | | | | | 2006-12-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_class_init): Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bug #372452 is fixed.
* === Release 2.17.4 ===RELEASE_2_17_4Christian Persch2006-12-191-0/+1
| | | | | | | | | | | | 2006-12-18 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.4 === * autogen.sh: * configure.ac: * src/Makefile.am: Link with -lxpcomglue_s on trunk.
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-183-1/+42
| | | | | | | | | | | | | | | | 2006-12-18 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (init_favicon_col), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): Show favicons in location entry drop-down. Bug #112748, patch by Diego Escalante Urrelo.
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-181-2/+5
| | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export): Fix file name extension when exporting bookmarks. Bug #358986, patch by Diego Escalante Urrelo.
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-181-0/+7
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (button_deactivate_cb): Fix a signal leak. Bug #363837, patch by John Millikin.
* Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-0/+2
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (cmd_delete): Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.
* Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-1/+7
| | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_init), (sync_label): Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.
* Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.Christian Persch2006-12-181-1/+10
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (notebook_drag_data_received_cb), (ephy_notebook_init), (build_tab_label): Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-183-1/+15
| | | | | | | | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): List title and URL in location entry drop-down. Bug #169550, patch by Diego Escalante Urrelo.
* Load about data from file.Christian Persch2006-12-182-31/+82
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-172-136/+98
| | | | | | | | | | | | | | | | | | 2006-12-17 Björn Lindqvist <bjourne@gmail.com> * embed/ephy-encodings.c * embed/ephy-favicon-cache.c * embed/ephy-history.c * embed/mozilla/GlobalHistory.cpp * lib/ephy-state.c * lib/widgets/ephy-node-view.c * src/ephy-tab.c * src/bookmarks/ephy-bookmarks.c Refactor lots of code by using the function ephy_node_set_property_XXX() instead of ephy_node_set_property(). Also, add emacs mode headers to touched files. Bug #381546.
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-1510-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-gui.c: (ephy_gui_check_location_writable): * lib/ephy-module.c: * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): * lib/ephy-spell-check.c: * lib/ephy-stock-icons.h: * lib/widgets/.cvsignore: * lib/widgets/ephy-spinner-tool-item.c: (ephy_spinner_tool_item_toolbar_reconfigured): * lib/widgets/testspinner.c: * plugins/desktop-file/plugin.cpp: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-history-window.c: (confirmation_dialog_construct): * src/ephy-main.c: (main): * src/ephy-session.c: (confirm_shutdown_cb), (session_command_autoresume): * src/ephy-shell.c: (ephy_shell_add_sidebar_cb): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): * src/ephy-window.c: (construct_confirm_close_dialog): * src/pdm-dialog.c: (pdm_dialog_init): * src/window-commands.c: (window_cmd_help_about): Use a define for the default window icon. Bug #385872. * lib/ephy-module.c: The symbol can be NULL even though the symbol lookup succeeded.
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
| | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * src/ephy-window.c: Remove the proxy icon from View->Page Source menu entry. * lib/ephy-stock-icons.h: Keep STOCK_VIEW_SOURCE by now, but use "text-html" instead deprecated "stock_view-html-source".
* Move code around.Christian Persch2006-12-091-6/+0
| | | | | | | | | 2006-12-08 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * src/ephy-main.c: (main): Move code around.
* Remove old stock iconsLuca Ferretti2006-12-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/Makefile.am: * data/art/epiphany-bookmarks.png: * data/art/epiphany-download.png: * data/art/epiphany-entry.png: * data/art/epiphany-history.png: * data/art/epiphany-popup-hidden.png: * data/art/epiphany-popup-hidden.svg: Remove old stock icons * data/icons/16x16/actions/download.png: * data/icons/16x16/actions/epiphany-download.png: * data/icons/22x22/actions/download.png: * data/icons/22x22/actions/epiphany-download.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/download.png: * data/icons/24x24/actions/epiphany-download.png: * data/icons/24x24/actions/location-entry.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/24x24/actions/web-history.png: * data/icons/32x32/actions/download.png: * data/icons/32x32/actions/epiphany-download.png: * data/icons/scalable/actions/download.svg: * data/icons/scalable/actions/epiphany-download.svg: Move old stock icons here and rename "epiphany-download" to "download" * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Use gtk_icon_source_set_icon_name for EPHY_STOCK* * lib/ephy-stock-icons.h: Update named icons to installed icons. * src/ephy-main.c: (main): Call gtk_icon_theme_append_search_path to add custom Ephy directory for themed icons. This should complete the icon theme support to Epiphany. Of course there is still some work to do, as well as provide fresh icons at all sizes and define the names.
* Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463,Wouter Bolsterlee2006-12-051-1/+1
| | | | | | | | | | 2006-12-05 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463, (trivial) patch by Diego Escalante Urrelo).
* Version 2.17.3.Christian Persch2006-12-052-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-04 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Version 2.17.3. * embed/mozilla/GtkNSSDialogs.cpp: Use NULL for gtk_label_new instead of "". * lib/ephy-print-utils.c: (ephy_print_utils_page_setup_new_from_key_file): Fix possible invalid free. * lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref), (ephy_spinner_images_load), (ephy_spinner_load_images), (ephy_spinner_expose), (bump_spinner_frame_cb), (ephy_spinner_start), (ephy_spinner_stop): Fix compliance with icon theme spec by skipping the first frame in the animation when in spinning mode. Bug #382207. Try the "process-working" icon first and fall back to "gnome-spinner" when it's not available. * m4/gecko.m4: Updated. 2006-12-04 Luca Ferretti <elle.uca@libero.it>
* Make progressbar smaller. Bug #368759.Christian Persch2006-12-042-113/+139
| | | | | | | | | | | | | | | 2006-12-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (ephy_statusbar_size_allocate), (ephy_statusbar_class_init), (create_caret_indicator), (create_icon_frame), (create_statusbar_progress), (ephy_statusbar_init), (ephy_statusbar_set_popups_state), (sync_visibility), (ephy_statusbar_add_widget), (ephy_statusbar_remove_widget), (ephy_statusbar_get_security_frame): * src/ephy-statusbar.h: Make progressbar smaller. Bug #368759.
* Another mozilla API change.Christian Persch2006-12-021-8/+14
| | | | | | | | | | | | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_find_again): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous): Another mozilla API change. * m4/gecko.m4: Add -lxpcomglue_s to EXTRA_LIBS on trunk.
* Remove a double call to history copy when middle-clicking on back/forwardJean-François Rameau2006-11-132-10/+9
| | | | | | | | | | 2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (activate_by_history_index): * src/ephy-shell.c: (ephy_shell_new_tab_full): Remove a double call to history copy when middle-clicking on back/forward buttons. Fix bug #362882.
* Remove redundant gtk_button_set_relief call. Fixes bug #372760.Ryan Lortie2006-11-121-1/+0
| | | | | | | 2006-11-12 Ryan Lortie <desrt@desrt.ca> * src/ephy-notebook.c (build_tab_label): Remove redundant gtk_button_set_relief call. Fixes bug #372760.
* Also disable the "Open Image" context menu action if the desktop wideWouter Bolsterlee2006-11-101-0/+2
| | | | | | | | | 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-lockdown.c: (update_window): Also disable the "Open Image" context menu action if the desktop wide "disable save to disk" lockdown key is enabled. Reported on IRC by Gerald E Butler.
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-101-0/+5
| | | | | | | | 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * src/ephy-window.c: Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings. Fixes bug #372906.
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-061-1/+1
| | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-235-6/+43
| | | | | | | | | | | | | | | | | | | 2006-10-22 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed.h: * embed/ephy-embed.c: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-link.h: * src/ephy-location-action.c: (action_activated_cb): * src/ephy-shell.c: (ephy_shell_new_tab_full): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_open_link): Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko. Add a new load method to EphyEmbed to custom load behaviour and pass (optional) referrer. Fix bug #350053.
* Don't try to close shared dbus connections. This avoids dbus warnings onWouter Bolsterlee2006-10-181-12/+2
| | | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/ephy-dbus.c: (ephy_dbus_shutdown): Don't try to close shared dbus connections. This avoids dbus warnings on quit. Fixes bug #358007.
* Remove unused type variable.Wouter Bolsterlee2006-10-181-1/+0
| | | | | | | 2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/popup-commands.c: (background_download_completed): Remove unused type variable.
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-41/+6
| | | | | | | | | | | | | | | 2006-10-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/Makefile.am: A lib/widgets/ephy-spinner-tool-item.c: A lib/widgets/ephy-spinner-tool-item.h: * lib/widgets/testspinner.c: (change_toolbar_style_cb), (change_toolbar_icon_size_cb), (spin_toolbar_spinner_cb), (main): * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), (ephy_toolbar_constructor): Add EphySpinnerToolItem which encapsulates a spinner and automatically adapts its size to toolbar style changes, and use it in EphyToolbar.
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-151-0/+21
| | | | | | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_file_browse_to): * lib/ephy-file-helpers.h: * src/popup-commands.c: (save_property_url_completed_cb), (save_property_url): Automatically open a Nautilus window after downloading has finished. Fixes bug #138876, patch by Ed Catmur.
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-151-1/+1
| | | | | | | | | 2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego Escalante Urrelo.
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-151-1/+4
| | | | | | | | 2006-10-15 Jean-François Rameau <jframeau@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): Fix unprotected call to ephy_node_remove_child. Bug #362063.
* Fix a bug in the last commit.Christian Persch2006-10-092-2/+2
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix a bug in the last commit.
* Make the enum/flags values not global.Christian Persch2006-10-082-14/+14
| | | | | | | | | | | | 2006-10-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Make the enum/flags values not global.
* Add a window group for the history window.Christian Persch2006-10-031-0/+6
| | | | | | | | | 2006-10-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: (confirmation_dialog_construct), (ephy_history_window_construct): Add a window group for the history window.
* Fix compile warnings.Christian Persch2006-10-011-1/+1
| | | | | | | | | | 2006-10-01 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings.
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-256-47/+123
| | | | | | | | | | | | | | 2006-09-24 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-window.c: (ephy_window_constructor): * src/ephy-lockdown.c: (update_window): * src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab): * src/ephy-toolbar.c: (ephy_toolbar_set_window): * src/ephy-home-action.c: (ephy_home_action_activate): Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715. Both New Tab and New Window actions are now EphyHomeAction.
* Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bugJean-François Rameau2006-09-141-1/+1
| | | | | | | | | 2006-09-13 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-link.c: (ephy_link_flags_from_current_event): Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bug #347750.
* Use UTF-8 copyright symbolChristian Persch2006-09-13116-213/+213
|