aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Don't try to connect signals to the destroyed node!Christian Persch2005-12-061-6/+0
* === Release 1.9.2 ===Release192Christian Persch2005-11-131-4/+8
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+1
* More static strings.Christian Persch2005-11-082-5/+5
* Mark strings in param specs as static.Christian Persch2005-11-086-9/+9
* More curly quotes.Christian Persch2005-11-014-7/+7
* Constification.Christian Persch2005-11-012-20/+12
* Add array bounds check; fixes bug #320169.Christian Persch2005-10-301-1/+1
* Remove info text referring to the not-committed markers in H18.Christian Persch2005-10-241-22/+11
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-191-56/+36
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-1734-3819/+3099
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-1/+1
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-031-0/+30
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-3/+6
* Repair the previous b0rkage, see previous logRaphael Slinckx2005-09-172-70/+45
* If the search term is empty for a smart bookmark use the normal URLRaphael Slinckx2005-09-151-0/+18
* Version 1.9.Christian Persch2005-08-291-1/+1
* 2005-08-21 Christian Persch <chpe@cvs.gnome.org>Christian Persch2005-08-211-1/+1
* Tiny string fix just before string freeze :)Christian Persch2005-08-091-0/+2
* Only show the leaf name on bookmarksbar for hierarchical topics.Christian Persch2005-07-281-2/+9
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-274-60/+115
* Use connect_object to connect to the menu's deactivate signal. May fix bugChristian Persch2005-07-261-2/+2
* Also ellipsise the menu entries in the toolbar overflow menu.Christian Persch2005-07-252-1/+18
* *** empty log message ***Christian Persch2005-07-241-1/+1
* Make sure the option is in the right option group.Christian Persch2005-07-181-1/+1
* Only allow alphanumeric option arguments, and limit length to 32Christian Persch2005-07-181-2/+9
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-181-2/+1
* Fix smart bookmark options parsing. Now encoding= really works, and addedChristian Persch2005-07-173-177/+117
* Check all selected nodes if they allow dragging.Christian Persch2005-07-122-5/+12
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-113-6/+218
* Check return value of fgets.Christian Persch2005-05-291-4/+6
* Replaces all %s in smartbookmarks. Fixes bug #167319, patch by RaphaelChristian Persch2005-04-241-5/+7
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-13/+13
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-4/+13
* Version 1.7.0.Christian Persch2005-03-081-1/+1
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Shut upChristian Persch2005-02-191-0/+2
* Define variants with startup ID.Christian Persch2005-02-021-0/+3
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2913-43/+43
* Better wording for the import-failed dialogue.Christian Persch2005-01-251-1/+3
* `head -5 ChangeLog`Christian Persch2005-01-251-1/+1
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-241-5/+40
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-223-23/+27
* Make ephy-bookmarks.h's enum a named enum. Auto-generate types forJean-François Rameau2005-01-213-3/+63
* Add a translator comment.Christian Persch2005-01-201-0/+1
* Don't leak the path.Christian Persch2005-01-201-0/+2
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-203-57/+98
* Unify more strings.Christian Persch2005-01-161-2/+2
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-3/+3
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-4/+4
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-142-5/+6
* Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.Christian Persch2005-01-142-4/+10
* Make all structs prefixed by _.Christian Persch2005-01-0914-26/+26
* Don't focus the buttons on click.Christian Persch2005-01-052-1/+8
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-27/+26
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Save a strdup.Christian Persch2005-01-011-6/+2
* Add translator's comments to contextualised strings.Christian Persch2004-12-311-3/+9
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-261-3/+6
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-241-7/+15
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-249-276/+142
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-191-15/+38
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-21/+4
* Prompt for bookmark update.Christian Persch2004-12-141-11/+74
* Make distcheck fix.Christian Persch2004-12-141-7/+8
* Make distcheck fix.Christian Persch2004-12-144-31/+19
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-073-25/+209
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-0/+25
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-19/+14
* Fixes leak.Vincent Untz2004-11-281-1/+4
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Do not warn if topic is empty, better title and primary text.Xan Lopez2004-11-111-10/+25
* Warn before deleting a topic, fixes #149294Xan Lopez2004-11-111-1/+51
* Fix 2 mem leaks; thanks to Xan for noticing them.Christian Persch2004-11-101-0/+2
* This dialogue doesn't need to be modal.Christian Persch2004-11-081-2/+3
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-082-13/+61
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-0313-26/+0
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-016-61/+80
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-302-40/+80
* Don't open all bookmarks in tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-286-18/+1
* Fix label of "All" topic on bookmarksbar.Christian Persch2004-10-271-4/+3
* Use ellipsising labels to shorten the bookmarks and topics titles inChristian Persch2004-10-274-76/+122
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-50/+17
* Unset the use-underline label property instead of doubling theChristian Persch2004-10-252-20/+14
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-257-281/+232
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-2411-31/+31
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-8/+10
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-201-1/+1
* When adding a bookmark, check if it has same node ID as one scheduled forChristian Persch2004-10-081-0/+17
* *** empty log message ***Marco Pesenti Gritti2004-10-083-3/+3
* Set window icon.Christian Persch2004-10-053-27/+13
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-285-9/+8
* Fix a mem leak.Christian Persch2004-09-231-0/+2
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-151-6/+2
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-151-2/+4
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-143-4/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-132-5/+10
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+4
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+5
* Add debug outputChristian Persch2004-08-281-0/+2
* Remove the save timeout on dispose.Christian Persch2004-08-281-6/+12
* === Release 1.3.7 ===Release137Christian Persch2004-08-251-2/+2
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-4/+8
* Change hierarchy separator to "->". Fixes bug #149150.Christian Persch2004-08-231-1/+1
* Make the hierarchy separator a #define.Christian Persch2004-08-236-197/+432
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-101-2/+2
* Fix a mem leak.Christian Persch2004-08-091-8/+15
* Free list and filter on finalize; fixes bug #149689. Use g_list_prependChristian Persch2004-08-091-12/+30
* Sort topics in topic selector by name. Fixes #149639.Christian Neumair2004-08-091-0/+2
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-1/+0
* Use s/""/NULL/ in g_string_new().Christian Persch2004-08-061-1/+1
* Fix submenu creation with non-ascii topic names. Fixes bug #147469.Christian Persch2004-07-311-30/+17
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-316-62/+118
* Switch parameter order for egg_toolbars_model_set_flags().Christian Persch2004-07-261-1/+1
* Do not remove the topic when rename is cancelled.Marco Pesenti Gritti2004-07-232-4/+4
* Add support for toggles. When editing is canceled remove the node.Marco Pesenti Gritti2004-07-233-315/+146
* Handle the bookmark in the root folder case correctly. Fix #145611Marco Pesenti Gritti2004-07-221-10/+14
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-5/+9
* Add a Properties item to bookmark context menuMarco Pesenti Gritti2004-07-131-1/+71
* When opening bookmarks in a tab from toolbars jump to them.Marco Pesenti Gritti2004-07-111-1/+2
* Disable sliding when not in toolbar editing mode. We cant assumeMarco Pesenti Gritti2004-07-112-52/+0
* Make sure we stop the drag check also when button is released while theMarco Pesenti Gritti2004-07-111-6/+14
* Add api to move items.Marco Pesenti Gritti2004-07-112-18/+150
* Hide the item when dragging it like we do for normal toolbars.Marco Pesenti Gritti2004-07-112-0/+52
* Implement topics drag and drop. Totally tricky but it seem to work fine :)Marco Pesenti Gritti2004-07-111-16/+153
* Fix a mem leak.Christian Persch2004-07-111-0/+2
* Support also GDK_ACTION_COPY. Fix #145254.Marco Pesenti Gritti2004-07-051-1/+2
* "Open in tabs" insensitive when there are not multiple bookmarks in theMarco Pesenti Gritti2004-07-041-9/+19
* Use blank document as default faviconMarco Pesenti Gritti2004-07-031-1/+1
* Follow popups keybindings.Marco Pesenti Gritti2004-07-022-9/+32
* Implement bookmark context menu.Marco Pesenti Gritti2004-07-021-3/+68
* Implement topic context menu.Marco Pesenti Gritti2004-07-021-6/+78
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-029-59/+449
* Do not show the icon for smartbookmarksMarco Pesenti Gritti2004-07-011-1/+4
* No need to show the default icon for bookmarks menu.Marco Pesenti Gritti2004-07-011-8/+11
* Allow to drag bookmarks around also when not in edit mode. Use the defaultMarco Pesenti Gritti2004-07-011-16/+111
* Use a new window for "Open in Tabs"Marco Pesenti Gritti2004-07-012-13/+25
* Preserve hierarchy in the xbel importer too. Use mime sniffing toMarco Pesenti Gritti2004-06-261-51/+37
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-247-14/+14
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-243-23/+104
* Use g_signal_connect_after to connect to the toolbar_added signal,Christian Persch2004-06-241-2/+2
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-232-37/+84
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-221-22/+39
* Drop some unused code.Marco Pesenti Gritti2004-06-221-28/+11
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-223-1/+18
* Add a New topic button to the new bookmark dialog.Marco Pesenti Gritti2004-06-223-0/+90
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-211-0/+4
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-161-28/+3
* Use g_markup_print_escaed().Christian Persch2004-06-151-4/+2
* Escape strings before using them with markup in labels.Christian Persch2004-06-152-6/+5
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-122-9/+18
* Merging bookmarksbar-separation branch.Christian Persch2004-06-118-202/+288
* 2004-06-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-06-101-20/+34
* Separation of bookmarks and normal toolbars.Christian Persch2004-06-094-0/+1123
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-201-5/+35
* Fix capitalisation.Christian Persch2004-05-191-1/+1
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-2/+23
* Document UTF-8 requirement.Christian Persch2004-04-221-1/+1
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-141-7/+16
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-5/+0
* Fixes #138263.Federico Mena Quintero2004-03-301-1/+1
* Fix opening in new tabs when there is no existing window. Fixes bugChristian Persch2004-03-291-2/+13
* Use verb for action button and various minor tidy ups.Piers Cornwell2004-03-281-11/+17
* the xbel mime type is now application/x-xbelMarco Pesenti Gritti2004-03-221-1/+1
* Don't try to unref NULL icon. Fixes bug #137715.Christian Persch2004-03-201-2/+5
* Add firefox option in bookmarks import dialogue.Christian Persch2004-03-183-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-03-1711-5/+26
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-071-32/+51
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-042-10/+3
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-031-1/+29
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-021-3/+13
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-021-0/+30
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-021-1/+1
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-021-0/+40
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-021-4/+92
* Separately profile bookmarks menu clean and rebuild.Christian Persch2004-02-291-2/+6
* fix typo that was causing categorized bookmarks to go in the uncategorizedMarco Pesenti Gritti2004-02-291-1/+1
* If a folder has no name, don't tag its bookmarks with "Untitled" keyword,Christian Persch2004-02-291-3/+6
* Add missing check for Firebird bookmarks, patch by André Dahlqvist.Xan Lopez2004-02-281-1/+2
* Fix potential crash.Christian Persch2004-02-271-2/+7
* Replace entities also in folder names, fixes bug #135440.Christian Persch2004-02-271-1/+1
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-131-0/+6
* Increase bookmarks format version.Christian Persch2004-02-121-1/+1
* Update bookmarks keywordsMarco Pesenti Gritti2004-02-121-0/+1
* CleanupMarco Pesenti Gritti2004-02-111-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-02-114-52/+78
* No need to connect to the toolitem's create-menu-proxy signal, gtk+ doesChristian Persch2004-02-052-49/+2
* Don't crash when reading the RDF file fails.Christian Persch2004-01-292-3/+11
* Use rdf:resource instead of rdf:about, fixes bug #131543.Christian Persch2004-01-291-1/+1
* Sync topic names in the menu. Fixes bug #128097.Christian Persch2004-01-291-19/+60
* Fix options parsing.Christian Persch2004-01-291-15/+23
* Fix mem leak.Christian Persch2004-01-261-1/+7
* Fix mem leaks.Christian Persch2004-01-261-2/+1
* Fix mem leak.Christian Persch2004-01-261-9/+5
* Set "tooltip" property on bookmark actions to the url. That way we displayChristian Persch2004-01-211-4/+23
* Implement history disabling.Christian Persch2004-01-111-0/+42
* Added disable_bookmark_editing key.Chris Lahey2004-01-102-4/+61
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-6/+3
* *** empty log message ***Marco Pesenti Gritti2003-12-176-20/+0
* Better way of mapping hierarchy to topics when importing bookmarks fromChristian Persch2003-12-141-5/+35
* *** empty log message ***Marco Pesenti Gritti2003-11-301-5/+6
* When exporting to RDF, write all bookmarks, not just every secondChristian Persch2003-11-241-2/+0
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-221-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-208-0/+11
* Api fixMarco Pesenti Gritti2003-11-181-1/+1
* New extensions API.Christian Persch2003-11-112-3/+7
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-091-4/+1
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-082-104/+175
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-068-8/+8
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Unref the store once added to the combo.Marco Pesenti Gritti2003-10-291-0/+1
* One set of buttons is enough.Christian Persch2003-10-261-6/+1
* Port to new gtk+ file chooser.Christian Persch2003-10-261-9/+38
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-22/+2
* Grab focus in the entry when showing because we dont rebuild the dialog.Marco Pesenti Gritti2003-10-171-2/+13
* *** empty log message ***Marco Pesenti Gritti2003-10-171-0/+2
* Port to new combo.Marco Pesenti Gritti2003-10-131-40/+50
* Merge completion branchMarco Pesenti Gritti2003-10-124-89/+43
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-112-1/+1
* Use new gtk api for empty submenusMarco Pesenti Gritti2003-10-021-28/+8
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-7/+27
* Offer to import from Firebird too.Christian Persch2003-09-272-3/+6
* *** empty log message ***Marco Pesenti Gritti2003-09-251-4/+1
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-243-10/+27
* Fix topic labels.Christian Persch2003-09-241-1/+1
* Use Bookmarks instead of All as labelMarco Pesenti Gritti2003-09-241-2/+13
* Correct popup path; fixes context menu on topics.Christian Persch2003-09-231-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-09-231-1/+1
* Complete view menu impl. There is a gtk bug that make it behave funnilyMarco Pesenti Gritti2003-09-221-6/+57
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-17/+56
* *** empty log message ***Marco Pesenti Gritti2003-09-192-2/+2
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-42/+6
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-171-3/+14
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-4/+3
* ephy_new_bookmark_construct):Christian Persch2003-09-171-1/+1
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-131-1/+1
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-122-4/+0
* Port to the new gtk dynamic menus apiMarco Pesenti Gritti2003-09-071-60/+41
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-061-0/+1
* Fix a typo in the xmlMarco Pesenti Gritti2003-09-041-1/+1
* Rewrote xbel bookmarks importer using xmlreader api. Should fix bugChristian Persch2003-09-031-81/+258
* Fix galeon bookmarks import for the case of there existing a subdirectoryChristian Persch2003-09-031-5/+6
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-0211-144/+76
* Some more missing ensure update.Marco Pesenti Gritti2003-09-021-0/+1
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-012-1/+2
* *** empty log message ***Marco Pesenti Gritti2003-09-011-10/+10