Christian Dywan
d7d06b9acd
Use midori_browser_get_for_widget in Colourful Tabs
2009-06-18 23:55:16 +02:00
Christian Dywan
565ea61ba6
Add Shortcuts extension to edit keyboard shortcuts
2009-06-11 15:42:54 +02:00
Christian Dywan
4e19617fdc
Use MDATADIR, import os and don't use waf_config_files
2009-06-09 02:02:43 +02:00
Christian Dywan
f643ed1ddd
Don't bother to counter browser and also unref the array
2009-06-07 01:31:49 +02:00
Christian Dywan
d39e5590f9
Replace a few tabbed lines with space indentation
2009-06-07 01:26:12 +02:00
Michael Opitz
891d89e3fd
Propagate button press event explicitly from the view
...
Apparently the button events tend to be stuck and not properly
propagated, so we resort to emitting the signal ourselves.
2009-06-07 00:48:19 +02: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
Christian Dywan
6296ce147d
Show icons/ labels in statusbar features according to toolbar style
2009-06-01 02:46:10 +02:00
Christian Dywan
7275ea3a6a
Disable adblock, it's incomplete and not ready for release
2009-05-28 23:16:13 +02:00
Christian Dywan
d90f3d7680
Initial implementation of an Advertisement blocker
...
The dialog isn't finished, you have to add URIs to the config
file by hand.
2009-05-19 21:01:09 +02:00
Jérôme Geulfucci
c9550d36e3
Adjust the Mouse Gestures coding style
2009-05-19 19:13:03 +02:00
Enrico Tröger
e1268d3dea
Split the CookieManager extension into separate files
2009-05-19 19:04:25 +02:00
Enrico Tröger
e211c6884a
Remove possibly remaining timers when closing browser windows
2009-05-18 02:47:56 +02:00
Dale Whittaker
20d03e43aa
Improve handling of feeds with missing data
...
Previously the description was used in the treeview if the title
was not present, however this is not possible in some cases, as
it may contain markup.
The the RSS code is changed so now if there is no title, the
description is used as the title, but with the html stripped from
it. We also have to consider that some description elements may
simply contain an html tag (and therefore no text). In that
case the URI is used as the title.
2009-05-12 01:52:30 +02:00
Dale Whittaker
ec44108653
Improve title and URI display in the feed panel
...
We strip HTML from "title" elements when required now. And we
always try to show at least the URI for feeds in the WebKit view.
And we fallback to using the URI in the treeview if the title/
description is empty.
2009-05-09 14:08:06 +02:00
Enrico Tröger
dfef979499
Automatically reset the filter after deleting all matching cookies
...
Also fix wording in the confirmation dialog.
2009-05-03 10:14:55 +02:00
Dale Whittaker
c0df53a169
Fix item movement callback in feed panel
2009-04-30 19:00:27 +02:00
Christian Dywan
b7e852fe09
Localize 'Last updated' display of feeds and quote URIs
2009-04-29 23:46:41 +02:00
Christian Dywan
9e5477815a
Wrap XML element names in error messages in quotes
2009-04-29 17:42:36 +02:00
Christian Dywan
be803ad765
Add a description to Statusbar Features and localize it
2009-04-28 23:57:56 +02:00
Dale Whittaker
3150e4e9db
Allow horizontal scrollbars in the feed panel
2009-04-28 23:44:04 +02:00
Dale Whittaker
522b3ac678
Prevent attempts to add duplicate feeds
2009-04-28 23:31:37 +02:00
Dale Whittaker
129f7d8f77
Display feed URLs and show an icon instead of error dialogues
2009-04-27 20:58:30 +02:00
Enrico Tröger
c4037afadc
Fix the Delete All dialog icon when the Cooke Manager is detached
2009-04-25 18:32:28 +02:00
Dale Whittaker
7419d17fb6
Initial version of the Feed Panel extension
2009-04-25 18:15:08 +02:00
Christian Dywan
e58550f0c0
Make pageholder properly detachable
2009-04-25 16:29:46 +02:00
Christian Dywan
90d9e85167
Refer to 'Netscape plugins' instead of 'plugins'
...
A remarkable amount of people have problems telling 'plugins'
and 'extensions' apart, due to their different meaning in
different applications. So make it clearer.
2009-04-25 16:13:23 +02:00
Christian Dywan
023abc9c72
Fix toggling of Colourful Tabs
2009-04-22 23:54:55 +02:00
Christian Dywan
dd4818bf3e
Fix a crasher when re-enabling the Mouse Gestures extension
2009-04-22 23:54:07 +02:00
Enrico Tröger
8aaa4d7c19
Properly handle closed browsers and correctly disconnect signals
2009-04-17 03:45:30 +02:00
Christian Dywan
f50239676c
Don't built the Tab Panel, it is not currently useful
2009-04-17 03:36:43 +02:00
Christian Dywan
ad82a73ab8
Show only image buttons in Statusbar Features in statusbar
2009-04-17 03:16:37 +02:00
Christian Dywan
592e55c59b
Use progress and icon GtkEntry features with GTK+ 2.16
2009-04-11 07:05:28 +02:00
Enrico Tröger
7f85c28b92
Make it clear that Delete All only deletes visible cookies
...
Delete All deletes either all cookies or only the visible cookies
included in the filter if a filter is set.
2009-04-07 22:16:15 +02:00
Enrico Tröger
e993486594
Make the cookie filter less restricitve
...
Search case-insensitively and include domain names in the search
2009-04-07 22:07:17 +02:00
Enrico Tröger
e90f5a16c8
Apply a previously set filter when refreshing cookie list
2009-04-07 22:04:54 +02:00
Enrico Tröger
3be7113946
Increase padding in the cookie manager and adjust the markup
2009-04-07 22:02:19 +02:00
Enrico Tröger
bff4f9ddfe
Fix a leaked reference in the page holder
2009-04-07 21:59:04 +02:00
Christian Dywan
eed273b35e
Fix memory leaks in a number of places
2009-04-05 23:46:15 +02:00
Enrico Tröger
ad8558ab4c
Implement stock items for Tab Panel and plugin panel
2009-04-05 00:13:09 +02:00
Enrico Tröger
42a59b4eee
Implement filter entry in the Cookie Manager
2009-03-31 23:41:23 +02:00
Enrico Tröger
fe53c0b703
Print the cookie expiration date in the user's locale.
2009-03-30 23:14:09 +02:00
Christian Dywan
ed2a35d70b
Don't expressly use libkatze in extensions to avoid -fPIC problem
2009-03-30 00:14:43 +02:00
Enrico Tröger
79c683a804
Minor improvements of the Cookie Manager extension.
...
Don't keep the tooltips in the tree store, instead query them on
demand. This should result in less memory usage and a little
better performance.
Add missing "expires" information to the cookie information label.
Enable Menu/ Shift-F10 keys for the treeview.
Minor cleanup.
2009-03-28 23:37:43 +01:00
Enrico Tröger
f7c5ab216b
Add cookie manager to existing browsers and fill the tree at once
2009-03-26 22:27:06 +01:00
Christian Dywan
ff6a4b4197
Check the host as well before computing a tab color
2009-03-26 16:19:52 +01:00
Christian Dywan
8ff4ff5909
Use the new midori_extension_get_app in extensions
2009-03-25 02:12:12 +01:00
Enrico Tröger
3df21e947f
Add pageholder to existing browsers and not only new ones
2009-03-25 00:43:03 +01:00
Enrico Tröger
fa1085246f
Add 'Cookie manager' extension
2009-03-24 23:05:47 +01:00
Christian Dywan
637388a8de
Do not try to compute a tab colour unless it's a proper URI
2009-03-23 19:27:35 +01:00