aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-113-19/+120
* Don't show broken sub-menus for topics that have no children in theLee Willis2003-05-101-0/+12
* Don't set an icon unless their is a favicon. Append a colon onto the labelDavid Adam Bordoley2003-05-091-7/+14
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-092-6/+6
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-093-15/+12
* Fix memory leak while saving bookmarks, and performance problem duringOsma Ahvenlampi2003-05-064-2/+12
* Better sensitivity updates for historyMarco Pesenti Gritti2003-05-061-1/+1
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-062-5/+19
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-032-1/+3
* Don't set/save window position if it is maximized.David Bordoley2003-05-011-2/+0
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-301-1/+1
* Update go menu to match the default toolbar layout.David Bordoley2003-04-301-2/+3
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-303-3/+43
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-291-19/+52
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-282-16/+16
* Sync toolbar on bookmark properties changes.Marco Pesenti Gritti2003-04-282-29/+99
* Make the view paned and monitor the state.David Bordoley2003-04-281-12/+15
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-281-47/+73
* Update sensitivity on selection changes. Thanks xan to find this one.Marco Pesenti Gritti2003-04-281-0/+17
* Change the way sensitivity is updated once again. We need to test thisMarco Pesenti Gritti2003-04-271-16/+53
* Update.Marco Pesenti Gritti2003-04-263-38/+63
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-262-4/+25
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-1/+1
* Connect to the "toggled" signal instead of "button_press_event" so thatDavid Bordoley2003-04-251-12/+8
* Set spacing between a topic and the arrow to 6px.David Bordoley2003-04-241-1/+1
* Add a down arrow to topics in bm toolbars.David Bordoley2003-04-241-0/+5
* Remove --geometry option, we weren't respecting it anyway (this patchXan Lopez2003-04-241-0/+1
* Use delete key to remove history items.David Bordoley2003-04-221-6/+19
* Revert the bookmarks toolbar implementation. We really need to integrateMarco Pesenti Gritti2003-04-223-425/+0
* Added tooltips to all the actions.David Bordoley2003-04-211-17/+33
* Fixed a duplicate seperator. Add a view menu.David Bordoley2003-04-212-23/+29
* *** empty log message ***Marco Pesenti Gritti2003-04-211-1/+0
* Remove unused filesMarco Pesenti Gritti2003-04-213-351/+0
* Allow to add topics, update when changing bookmarks.Marco Pesenti Gritti2003-04-212-16/+163
* Use g_list_free instead of g_free.Xan Lopez2003-04-211-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-04-202-0/+341
* UpdateMarco Pesenti Gritti2003-04-203-12/+51
* Add copy to the bookmark context menu.David Bordoley2003-04-201-11/+40
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-3/+5
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-179-2007/+51
* Add a way to decide if the view is target. The impl is an hack but we keepMarco Pesenti Gritti2003-04-173-20/+58
* "Intelligent" selection in node removal.Xan Lopez2003-04-161-0/+33
* Set sizing of the icon column to GTK_TREE_VIEW_COLUMN_GROW_ONLY.David Bordoley2003-04-161-1/+1
* Fix context menu selection mess, tricky, tricky, tricky. It's all krisMarco Pesenti Gritti2003-04-162-47/+83
* *src/bookmarks/ephy-bookmark-editor.c:David Bordoley2003-04-161-0/+1
* *src/bookmarks/ephy-bookmark-editor.c:David Bordoley2003-04-161-6/+9
* Hidden pref for middle click open url. Default off.Marco Pesenti Gritti2003-04-153-54/+58
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-153-37/+25
* Declare all the variables before the first instruction. Fixes aVincent Untz2003-04-152-10/+72
* Added some help buttons to the new bookmark, and properties dialogs.David Bordoley2003-04-152-2/+24
* s/galeon/epiphany ;)Marco Pesenti Gritti2003-04-152-8/+101
* Add a help menu and associated "Contents" and "About" menu entries. Add aDavid Bordoley2003-04-141-7/+47
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-2/+49
* We cant assume the favicon is already in the cache.Marco Pesenti Gritti2003-04-091-16/+20
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-091-6/+16
* Add funcs to add/remove focus monitor. Make the code nicer and fix warningMarco Pesenti Gritti2003-04-091-67/+78
* If there exist a favicon for the bookmark, add it to the menu.Johan Dahlin2003-04-091-1/+20
* Update.Marco Pesenti Gritti2003-04-093-2/+58
* Just show the new bookmark dialog, don't go modal.David Bordoley2003-04-064-5/+13
* The callback return a boolean !Marco Pesenti Gritti2003-04-051-1/+3
* Rewrite sensitivity code. Should take in account focus now.Marco Pesenti Gritti2003-04-054-90/+107
* Have a decent size for popups that doesnt specify it. Do not allow to dragMarco Pesenti Gritti2003-04-052-5/+22
* Update to reflect changes in EphyTopicSelector api. Wrap the topicDavid Bordoley2003-03-317-152/+121
* Use hotkeys to navigate around the dialog.David Bordoley2003-03-304-44/+72
* More sensitive stuff.Xan Lopez2003-03-301-20/+58
* Do not update menus on unselect.Xan Lopez2003-03-301-19/+13
* Add alt+s mneumonic to the search box and activate it.David Bordoley2003-03-301-9/+13
* Fix warning.Xan Lopez2003-03-301-0/+2
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-303-36/+211
* Implement topics menu. TODO: All should generate the crappy bookmarksMarco Pesenti Gritti2003-03-291-14/+75
* Makes Delete and Rename menu entries in the BME unsensitive under theXan Lopez2003-03-291-0/+57
* Use the same key_press callback for both the topics and bm's view.David Bordoley2003-03-292-30/+45
* Fix warning.Xan Lopez2003-03-281-1/+1
* Reorganize the menus a bit. Unifiy topic/bookmarks rename/delete items.David Bordoley2003-03-274-49/+204
* Make ids privateMarco Pesenti Gritti2003-03-267-81/+388
* Fix compilation with -WerrorXan Lopez2003-03-261-0/+2
* Fix to use the new apiMarco Pesenti Gritti2003-03-251-8/+28
* Insensitive case ordering of strings.Xan Lopez2003-03-251-6/+7
* fix a warningMarco Pesenti Gritti2003-03-251-0/+1
* Dont put special keywords in the topics list. Use ephy-state for size ofMarco Pesenti Gritti2003-03-258-25/+41
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-252-4/+59
* Fix warning.Xan Lopez2003-03-251-0/+1
* s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ AddXan Lopez2003-03-255-14/+29
* Fix warning opening selector. Destroy the editor on exit, ref the shell soMarco Pesenti Gritti2003-03-252-0/+41
* Add close to the file menu. Add some keybindings.David Bordoley2003-03-241-5/+5
* Use the ephy-bookmarks.png for the window icon.David Bordoley2003-03-241-0/+3
* Some ground work on the PRIORITY property, change it from bool to int, addXan Lopez2003-03-244-7/+29
* Complete implementation of the editor functionalities.Marco Pesenti Gritti2003-03-235-6/+149
* Fix right click selection logic.Xan Lopez2003-03-231-3/+18
* Never destroy but hide the bme. Present the window on activate. Allow toMarco Pesenti Gritti2003-03-232-12/+60
* Some more bookmarks work ...Marco Pesenti Gritti2003-03-227-91/+141
* Begin bookmarks editor redesign. Please still dont use it or you reallyMarco Pesenti Gritti2003-03-2211-385/+856
* Fix Warning.Xan Lopez2003-03-161-1/+1
* Put the bookmark view in hinted mode. Fix multiple selection actions inXan Lopez2003-03-163-1/+17
* More cleaner way of length calculation from previous commit.Xan Lopez2003-03-101-1/+1
* Properly autocomplete when topics have national characters, fix #107685Xan Lopez2003-03-101-7/+6
* s/Keywords/Topics/Xan Lopez2003-03-092-3/+3
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-1/+1
* Try to handle better editing/multiple selectionMarco Pesenti Gritti2003-03-061-12/+16
* Fix 105990.Xan Lopez2003-03-011-0/+25
* fix compilationMarco Pesenti Gritti2003-02-281-8/+10
* BE auto sort.Xan Lopez2003-02-266-3/+111
* data/ui/epiphany-bookmark-editor-ui.xml.inDave Bordoley2003-02-191-5/+5
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+137
* Make "Go to" button insensitive when no bookmark is selected.Xan Lopez2003-02-141-1/+10
* Fix a heap corruption bug that was causing bad stuff when smart bookmarksJames Willcox2003-02-142-3/+1
* Fix default size, remove some unnecessary spacesMarco Pesenti Gritti2003-02-131-6/+6
* Add "Go to" button to the BE.Xan Lopez2003-02-131-4/+33
* *** empty log message ***Marco Pesenti Gritti2003-02-132-102/+38
* Make the bookmarks editor properly select the "All" keyword if it was theJames Willcox2003-02-111-1/+1
* Remove Location field from BE bookmarks view, add a location entryXan Lopez2003-02-113-18/+43
* Changed GtkType to GType.Christian Meyer2003-02-091-1/+1
* Make the bookmarks editor not crash-on-close if no keyword is selected.James Willcox2003-02-081-0/+7
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-072-1/+63
* Make importing actually work properly. *cough*James Willcox2003-02-061-17/+2
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-062-0/+172
* Set proper title in bookmarks editor window.Xan Lopez2003-02-051-0/+2
* Make favorites really work and avoid they crash when closing window, 0.5Marco Pesenti Gritti2003-02-011-1/+1
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-303-6/+17