aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* Fixes leak.Vincent Untz2004-11-281-1/+4
* Fix out-of-srcdir build.Christian Persch2004-11-261-0/+1
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-083-17/+63
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-016-59/+78
* Don't open all bookmarks in new tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Correct the property-id for 'tooltip' property.Christian Persch2004-10-251-1/+1
* 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 to default ephy icon.Christian Persch2004-10-051-1/+2
* 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
* Auto-check new topic. Fixes bug #151925.Christian Persch2004-09-131-2/+9
* 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
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-7/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-312-4/+0
* *** empty log message ***Marco Pesenti Gritti2003-08-301-4/+4
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-305-190/+210
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-2/+4
* Make it NULL safeMarco Pesenti Gritti2003-08-222-41/+75
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-1/+1
* Fix mem leak.Christian Persch2003-08-091-11/+7
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-022-0/+2
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-311-12/+3
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-274-26/+105
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-231-4/+4
* Fix incosistency between all topic and bookmarks menu.Marco Pesenti Gritti2003-07-221-56/+49
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-181-1/+6
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-136-19/+40
* Fix mem leaks.Christian Persch2003-07-131-1/+1
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-9/+6
* Fix actionsMarco Pesenti Gritti2003-07-111-0/+5
* Fix export of smart bookmarksLee Willis2003-07-111-1/+4
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-104-35/+237
* broken pipe pfffMarco Pesenti Gritti2003-07-081-1/+1
* Fix crash.Christian Persch2003-07-081-1/+3
* Remove unused define.Marco Pesenti Gritti2003-07-071-8/+18
* *** empty log message ***Marco Pesenti Gritti2003-07-064-13/+37
* Fix mem leaks and a conditional.Christian Persch2003-07-061-1/+3
* Use g_list_prepend instead of g_list_append. Correct erroneous copyrightChristian Persch2003-07-041-5/+6
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-25/+22
* Ellipsise the bookmarks titles.Christian Persch2003-07-031-2/+9
* Oops, fix mem leak introduced by previous checkin.Christian Persch2003-07-031-0/+2
* Moved bookmark tool item creation back to ephy-bookmark-action.c, ForChristian Persch2003-07-034-248/+81
* Implement toolbar overflow menu item for bookmark topics.Christian Persch2003-07-021-9/+72
* Fallback using directories to detect format if the mime is not relevant.Marco Pesenti Gritti2003-06-283-5/+19
* *** empty log message ***Marco Pesenti Gritti2003-06-281-7/+8
* Make the toolbar overflow item really activate the bookmark action.Christian Persch2003-06-273-43/+75
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-6/+1
* Fix capitalisation of menu entry.Christian Persch2003-06-231-1/+1
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-191-1/+1
* Suggest the address as title when web page has no title.Marco Pesenti Gritti2003-06-151-1/+14
* Use g_list_prepend instead of g_list_append, and fix mem leaks along theChristian Persch2003-06-141-4/+4
* Do not use libxml to parse mozilla bookmarks. Use the galeon parserMarco Pesenti Gritti2003-06-141-49/+221
* s/scheme/host for the smartbookmarksMarco Pesenti Gritti2003-06-131-1/+1
* Do not persist node selection in BME between sessions.Xan Lopez2003-06-131-31/+1
* HIGified Import Bookmarks dialog.Christian Neumair2003-06-121-2/+4
* Fix compilation.Xan Lopez2003-06-121-0/+1
* Moved bookmark tool item creation to a dedicated tool item. That way weChristian Persch2003-06-124-53/+204
* Dont try to update menus of dead windows ;)Marco Pesenti Gritti2003-06-111-3/+8
* Small cleanups. Dont crash when adding a bookmark without topics.Marco Pesenti Gritti2003-06-111-14/+18
* Dont set sort function on idle. The sort is visible and we can crash ifMarco Pesenti Gritti2003-06-111-10/+3
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-099-111/+290
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-24/+6
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-20/+3
* Fix mem leak.Christian Persch2003-06-071-0/+2
* Fix signed/unsigned mistake, speed up favorites menu buildingChristian Persch2003-06-061-3/+8
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-042-3/+23
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-046-5/+539
* Add a bookmarks menu. (still not the tree)Marco Pesenti Gritti2003-06-041-18/+70
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-0/+1
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-272-59/+90
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-262-2/+4
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-3/+70
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-70/+5
* Activate the menu on button press down, like other menus.David Bordoley2003-05-231-0/+11
* Yet more new tab logic fixes.Xan Lopez2003-05-221-2/+2
* s/address/page. This always bothered me.David Bordoley2003-05-211-1/+1
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-1/+2
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Made (hopefully) all dialogs HIG compliant, at least when it comes to spacing.Christian Neumair2003-05-202-9/+13
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-201-5/+7
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-208-71/+69
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-176-5/+29
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-0/+1
* Add elipses to rename menu entry.David Bordoley2003-05-161-1/+1
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-143-3/+6
* Don't split sentences.Xan Lopez2003-05-141-3/+7
* Fix the no_topics pointer writing, fixes adding bookmarks to UncategorizedXan Lopez2003-05-141-2/+4
* *** empty log message ***Marco Pesenti Gritti2003-05-141-2/+0
* Don't go modal when showing the duplicate bookmark dialog.David Bordoley2003-05-141-4/+24
* Get rid of the unneeded convenience callback since no one is try to makeDavid Bordoley2003-05-132-25/+4
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-134-19/+92
* Fix google smart bookmarks to use utf8Marco Pesenti Gritti2003-05-121-2/+6
* *** empty log message ***Marco Pesenti Gritti2003-05-112-0/+173
* UpdateMarco Pesenti Gritti2003-05-112-1/+12
* Small cleanup.Xan Lopez2003-05-111-46/+51