Christian Dywan
fb37688db3
Optimize list iterations in KatzeArray
2009-03-31 03:25:48 +02:00
Christian Dywan
ed2a35d70b
Don't expressly use libkatze in extensions to avoid -fPIC problem
2009-03-30 00:14:43 +02:00
Christian Dywan
32d17cf2c2
Add "move-item" and katze_array_move_item
2009-03-24 23:53:50 +01:00
Christian Dywan
a75a94c388
Merge KatzeArray and KatzeList, we only ever use the array
2009-03-24 01:55:46 +01:00
Christian Dywan
15790565e8
Create cookie jar on startup instead of waiting for an HTTP request
2009-03-24 01:10:15 +01:00
Christian Dywan
530542f07d
Use libSoup unconditionally in KatzeNet
2009-03-16 23:54:45 +01:00
Christian Dywan
a6ac02daf3
Drop libSoup guards in KatzeHTTPAuth and Katze HTTPCookies
2009-03-16 02:20:58 +01:00
Christian Dywan
bc3e1408b7
Check for and link with libm
2009-03-12 18:20:14 +01:00
Christian Dywan
aa181a4a6f
Make the proxy insensitive if the array is unset
2009-03-07 13:58:32 +01:00
Christian Dywan
ff9085b400
Disable WebKit's authentication dialog if needed
...
We need to handle WebKit possibly having an authentication
dialog more expressly. Obviously we only ever want to
see one dialog and we choose our own simply because it
is localized.
2009-02-28 23:46:41 +01:00
Christian Dywan
f2d5d6e29d
Fix build running with libSoup < 2.25.2
2009-02-20 00:53:21 +01:00
Christian Dywan
5aaff908cb
Only add the Auth feature if WebKit didn't already
2009-02-17 18:34:27 +01:00
Christian Dywan
79ed3a06c3
Factor persistent cookies into a soup feature
2009-02-14 04:14:01 +01:00
Christian Dywan
e87f5f2455
Factor HTTP authentication into a soup feature
2009-02-14 02:34:56 +01:00
Christian Dywan
a89a178a05
Implement KatzeSeparatorAction
2009-01-29 00:52:27 +01:00
Christian Dywan
7d3ac8fa37
Move {sokoke,katze}_tree_view_get_selected_iter proper
2009-01-28 01:08:51 +01:00
Christian Dywan
3e18b780ac
Implement katze_item_copy and a virtual method for subclasses
2009-01-26 03:41:12 +01:00
Christian Dywan
5b5e6bd71a
Spare a separate g_file_test, let GdkPixbuf handle missing files
2009-01-23 21:45:40 +01:00
Christian Dywan
c5070bfcac
Correct documentation of katze_object_get_string and _get_enum
2009-01-23 21:41:15 +01:00
Christian Dywan
b7a9d724b0
Add a function to obtain the session from a net
2009-01-15 03:26:15 +01:00
Enrico Tröger
3520fff923
Fix signal prototypes and translation typos
2009-01-12 21:17:38 +01:00
Nick Schermer
b6e33e5399
Implement 'full' debug-level and fix according warnings
2009-01-09 23:56:00 +01:00
Christian Dywan
2c1b05913a
Propagate mime icons from views to proxy items
2009-01-06 02:09:35 +01:00
Christian Dywan
8370b2f2c9
Add a missing return in KatzeNet to fix a crasher
2009-01-06 00:23:09 +01:00
Christian Dywan
aebd813c68
Update Waf to 1.5.2 and update build scripts accordingly
2009-01-05 20:23:56 +01:00
Christian Dywan
ee9e8d77e5
Update Waf to 1.5.1 and update build scripts accordingly
2009-01-04 21:38:06 +01:00
Christian Dywan
6821cb4bd6
Allow for a NULL widget in katze_net_load_icon
2009-01-02 01:38:23 +01:00
Christian Dywan
770b6d9e11
Optimize KatzeArray a little
2008-12-24 04:44:02 +01:00
Christian Dywan
7c3cb9a1bd
Add "parent" property to KatzeItem
2008-12-24 04:07:08 +01:00
James Turner
517e67cc0a
Allow for loading of https favicon files
2008-12-17 22:23:24 +01:00
Christian Dywan
94cb65d6ad
Make proxies for string and boolean properties truly synchronous
2008-12-09 01:23:35 +01:00
Christian Dywan
191a613fc8
Share one session among all KatzeNet instances
2008-12-07 21:36:42 +01:00
Christian Dywan
e1ca9028c7
Remove autotooled build system once and for all
2008-12-04 02:03:11 +01:00
Christian Dywan
8da012bac1
Use blurb as tooltip in katze_property_proxy
2008-12-01 23:39:19 +01:00
Christian Dywan
5806954562
Add katze_object_has_property
2008-12-01 23:33:47 +01:00
Enrico Tröger
417493caa3
Don't use grep in sokoke_get_desktop and fix memory leaks
2008-11-29 00:16:57 +01:00
Christian Dywan
2bc42bfd8d
Remove the page holder from the core
2008-11-25 23:55:54 +01:00
Christian Dywan
03ffd05e0a
Do not load icons other than in tabs
2008-11-20 01:41:58 +01:00
Brian Vuyk
dc59d66eb9
Print file saving errors to the standard output
2008-11-18 23:18:53 +01:00
Christian Dywan
1e6c22d94a
Add more katze_object_get_foo functions
2008-11-18 23:06:02 +01:00
Christian Dywan
3cd50f419b
Introduce a C extension interface
2008-11-18 02:07:53 +01:00
Christian Dywan
d60166aa02
Add katze_get_object
2008-11-18 01:57:33 +01:00
Christian Dywan
4e8236c95c
Use gint64 instead of goffset, the latter is too new
2008-11-18 01:55:49 +01:00
Enrico Tröger
c49ed67ab0
Correct usage of datatypes in a number of places
2008-11-16 01:04:12 +01:00
Enrico Tröger
744f9ce56f
Save files with permissions of 0700 instead of 0755
2008-11-16 00:21:22 +01:00
Brian Vuyk
e019c677bb
Arrange file saving for error handling to fix warnings
2008-11-16 00:10:39 +01:00
Christian Dywan
0c093cb335
Do not load icons automatically everywhere
...
KatzeNet won't attempt to load icons that are not
cached unless the caller provides an icon callback.
For the moment, this means much less loading
for items that are not actually visible, but for
visiting pages or looking at bookmark menus.
2008-11-08 03:24:02 +01:00
Dale Whittaker
0246eeb124
Implement sorting location items by the number of visits
...
For the moment, a define in the code decides whether items
are sorted based on when they were added or how often
a page was visited. The 'visits' property and respective
database column is unused (we keep it for compatibility).
It turns out it's enough to store that information in
the tree model.
The visit based sorting is not enabled because it is
simply delaying startup incredibly. It will have to be
decided whether to introduce a preference, or always use
a visited based sorting once the startup delay is fixed.
History items are also deleted from the tree model now
if they are too old, according to the preference.
2008-11-08 02:39:45 +01:00
Christian Dywan
d1b64e6d48
Fix tab icon alignment and hiding throbber fallback when needed
2008-10-30 22:17:19 +01:00
Christian Dywan
27d5b35f1d
Ellipsize bookmarkbar items reasonably
2008-10-29 04:07:37 +01:00