Christian Dywan
3686061033
Update location icon for the correct view, and update it properly
2009-12-26 15:20:57 +01:00
Christian Dywan
be5c679b39
Optimize icon handling in MidoriView and use Find for blank page
...
We return early where appropriate and use icon names when possible.
2009-12-26 15:20:56 +01:00
Ryan Niebur
7b7da78355
Preparing for upload.
2009-12-24 18:30:46 -08:00
Ryan Niebur
591f964719
refresh patch
2009-12-24 18:29:26 -08:00
Ryan Niebur
193bbff0d8
update debian/copyright to match upstream changes
2009-12-24 18:09:53 -08:00
Ryan Niebur
916277f38a
switch to system waf
2009-12-24 17:49:50 -08:00
Ryan Niebur
9f5259592d
add some safety checking to the presubj generating
2009-12-24 17:41:06 -08:00
Ryan Niebur
c8c273404d
tell the user to report the bug against libwebkit-1.0-2 if they reproduce it in the Webkit test browser. Figure out the package name and the path to GtkLauncher automagically during build. ( Closes : #562501 )
2009-12-24 17:35:51 -08:00
Ryan Niebur
2ddea89df7
move libjs-mootools to Recommends, it's not required ( Closes : #547584 )
2009-12-24 17:24:11 -08:00
Ryan Niebur
c900c3ebcd
close some bugs
2009-12-24 17:10:21 -08:00
Ryan Niebur
b0735da374
move libnotify from Recommends to Build-Deps
2009-12-24 16:57:54 -08:00
Ryan Niebur
06c08854d8
New Upstream Version
2009-12-24 15:50:26 -08:00
Ryan Niebur
299246f190
Merge commit 'upstream/0.2.2'
2009-12-24 15:50:21 -08:00
Ryan Niebur
67e400912e
Imported Upstream version 0.2.2
2009-12-24 15:50:19 -08:00
David Štancl
799b22b34e
l10n: Updates to Czech (cs) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-24 08:55:48 +00:00
Alexander Butenko
06f5306d56
Fix a typo when using g_access in Web Cache
2009-12-23 23:39:54 +01:00
Christian Dywan
fc8145aa41
Add workaround for wrong context menus in forms and certain links
...
There is no API currently to tell if the pointer is over a form
control and there seem to be cases of wrongly reported context.
2009-12-23 23:13:25 +01:00
Christian Dywan
112966fe67
Implement web inspector attaching/ detaching properly
2009-12-23 22:01:42 +01:00
Christian Dywan
407e4dd5d3
Enable web inspector by default and remove the preference
...
Apparently the web inspector is not discoverable and a lot of
people who would use it, are not aware of its existence. So
we enable it by default.
2009-12-23 16:24:51 +01:00
Christian Dywan
a671f8fd5b
Remove unused Original cookies only preference
...
If we implement it, a new value in accept-cookies is good enough.
2009-12-23 16:03:04 +01:00
Alexander Butenko
05601be635
Use id to avoid inserting adblock/ form history style more than once
2009-12-23 15:35:09 +01:00
Christian Dywan
973e4aa907
Bookmarking a link is a new bookmark, hence pass TRUE for new_bookmark
...
This used to work by accident as long as the code wasn't optimized
to avoid removing and adding existing bookmarks.
2009-12-23 15:26:34 +01:00
Christian Dywan
7801ecfeb5
Return TRUE when starting inline find, to prevent inserting . or /
2009-12-23 15:24:51 +01:00
Christian Dywan
cec6b31044
Initialize diagnostic_dialog to FALSE by default
2009-12-22 01:07:01 +01:00
Alexander Butenko
9ab1040e5f
Don't use titles for adblock styles, WebKit only loads one with a title
2009-12-22 01:05:54 +01:00
Alexander Butenko
1c424106f1
Don't test file existence in adblock, katze_mkdir and check download status
...
It is enough to see if g_fopen fails, thus we don't need g_access
to test file existence additionally.
katze_mkdir_with_parents is optimized for existing folders.
We need to check the status, to see if file downloads are finished.
For Windows, we need to use g_strndup instead of strndup.
2009-12-22 00:07:39 +01:00
Alexander Butenko
61266c26ec
No need to g_access when checking cached file, fopen is enough
2009-12-21 23:48:51 +01:00
Alexander Butenko
eddb3ef557
Only monitor actually existing user script/ style folders
2009-12-21 23:40:29 +01:00
Alexander Butenko
dc288dd3c3
Don't use g_access, use the return value of g_file_get_contents
2009-12-21 23:27:00 +01:00
Alexander Butenko
613979a579
Declare fd_recv early at the top of socket.c
2009-12-21 23:22:04 +01:00
Christian Dywan
d0e72f5d33
Fix crasher in sokoke_hostname_from_uri and add additional tests
2009-12-21 18:26:50 +01:00
Christian Dywan
4e25f72768
Fix two typos from replacing g_file_test with g_access in sokoke
2009-12-21 18:26:49 +01:00
Christian Dywan
8f0d632ef5
Add -d, --diagnostic-dialog command line switch
2009-12-21 18:26:49 +01:00
Evaggelos Balaskas
84109ceb73
l10n: Updates to Greek (el) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-21 08:57:20 +00:00
Alexander Butenko
49d452a438
Eval form history script so it applies to the right frame
...
webkit_web_view_execute_script always works on the web view.
2009-12-19 20:22:23 +01:00
Carles Muñoz Gorriz
747b882d2d
l10n: Updates to Catalan (Valencian) (ca) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-19 10:48:38 +00:00
Alexander Butenko
9af30a1eda
Optimize and clean-up form history
...
Switch from g_file_test() to g_access()
Initialize suggestions once the DOM is ready and only once
No need to handle WEBKIT_WEB_NAVIGATION_REASON_FORM_RESUBMITTED
[JS] Hide suggestions if search pattern was cleared
[JS] Human usable up/ down navigation in the suggestion window
Reusing a single suggestion window introduced a regression.
Suggestions were filling into the wrong editbox if there was more
than 1 on the page.
Some comments fixed and style clean-ups
Removed dead code
2009-12-19 11:28:46 +01:00
Alexander Butenko
045cc81b45
Use g_access instead of g_file_test consistently
2009-12-19 11:28:46 +01:00
Masato Hashimoto
b8e6084401
l10n: Updates to Japanese (ja) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-19 09:07:24 +00:00
Alexander Butenko
670ee72e3f
Use g_access instead of g_file_test in katze_mkdir_with_parents
2009-12-18 21:21:56 +01:00
Alexander Butenko
8c724eccd9
Use g_access in web cache, only SoupSession, pass filenames
...
Using g_access instead of g_file_test is a lot faster and avoids
big delays when accessing the disk.
Using only the SoupSession without resource-request-starting simplifies
the code. So offline mode is not an option for the moment.
Pass filenames directly to speed up lookups.
2009-12-18 21:21:56 +01:00
Alexander Butenko
12ed2da768
Refactor Adblock to use simpler checks with optional pattern matching
...
The style is only added once. Match checks are simpler so they can
be a lot faster. And slow pattern matching is optional, albeit
it currently is hardcoded in the source.
2009-12-18 21:21:56 +01:00
Leandro Regueiro
7a2fad7578
l10n: Updates to Galician (gl) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-18 15:29:27 +00:00
Alexander Butenko
82697f0afb
Do not add the form history style more than once
2009-12-18 10:22:59 +01:00
Alexander Butenko
e1b82af2c7
Re-use the auto suggestion box and make sure it's not overlapped
2009-12-18 10:22:59 +01:00
Evaggelos Balaskas
cbfe1504b0
l10n: Updates to Greek (el) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-16 19:50:02 +00:00
Daniel Nylander
e6b4b548b6
l10n: Updates to Swedish (sv) translation
...
Transmitted-via: Transifex (translations.xfce.org)
2009-12-16 17:46:05 +00:00
Christian Dywan
81f716eacd
Bump version to 0.2.2
2009-12-15 22:34:29 +01:00
Christian Dywan
a94cf71700
Turn libnotify into a build-time dependency, mind notify-send
...
libnotify support is decided at build-time now, to avoid so name
issues. notify-send is still optional at runtime as a fallback.
2009-12-15 00:03:28 +01:00
Christian Dywan
f905420967
Show spell checking preferences unconditionally
2009-12-14 23:25:33 +01:00