Enrico Tröger
8f37e3802e
Always expand rows when trying to restore the selection
2010-01-20 07:19:11 +01:00
Enrico Tröger
3af420622c
Restore selection in cookie manager after deleting items
2010-01-19 06:53:48 +01:00
Enrico Tröger
ca73b5fede
Allow DND also for cookie items by using the value of the parent node
2010-01-08 00:16:56 +01:00
Enrico Tröger
e67d87247a
Align domains with and without leading dots equally
2010-01-08 00:16:56 +01:00
Enrico Tröger
170163cbab
Implement cm_skip_leading_dot() to avoid code duplication
2010-01-08 00:16:56 +01:00
Enrico Tröger
973c82fdae
Show some basic information in description box when domain is selected
2010-01-08 00:16:56 +01:00
Enrico Tröger
d7aa05b9ec
Implement cm_list_length() for faster list length computations
...
Since we only need to know whether the list of selected items
has 0, 1 or 2 or more items, it's enough to check for these 3 cases
2010-01-08 00:16:56 +01:00
Enrico Tröger
6fe8a5e9ec
Allow selecting (and so deleting) multiple cookies at once
2009-12-30 23:52:20 +01:00
Enrico Tröger
c91cc72505
Move code to delete selected item from button handler into separate function
2009-12-30 23:52:20 +01:00
Enrico Tröger
b98064d0b6
Handle Delete key for the selected item in the Cookie Manager
2009-12-30 23:52:20 +01:00
Enrico Tröger
246fc03151
Use only one GtkTreeStore for all browsers to improve performance
...
Split the code a bit more and use one GtkTreeStore for all
CookieManagerPage instances so we save some cycles when updating
the store when cookies have changed.
2009-06-06 23:40:08 +02:00
Enrico Tröger
e1268d3dea
Split the CookieManager extension into separate files
2009-05-19 19:04:25 +02:00