Commit graph

3082 commits

Author SHA1 Message Date
Christian Dywan
42cf028781 Use accessors for widget window in KatzeScrolled 2010-02-19 16:37:43 +01:00
Christian Dywan
10591640d1 Re-implement 'Recently visited pages' based on sqlite 2010-02-19 00:34:39 +01:00
Christian Dywan
302e751f8c Update TODO regarding window/ panel switching 2010-02-17 23:19:17 +01:00
Rivo Nurges
d8d0c95a02 Look for inet_aton and inet_addr in more header files
This is needed for BSD like systems.
2010-02-17 23:19:17 +01:00
Christian Dywan
f3f9dd2b3f Be sure to save outstanding changes to the config on quit
We intentionally set a timeout before saving changes to avoid
continuous disc access and also in case opening or closing a tab
results in an immediate crash or freezing.
But closing Midori normally should save outstanding changes.
2010-02-17 23:19:16 +01:00
Yarema aka Knedlyk
d1072b2c51 l10n: Updated Ukrainian (uk) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-16 22:54:43 +01:00
Yarema aka Knedlyk
cba085f5a4 l10n: Updated Ukrainian (uk) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-16 08:54:26 +01:00
Peter de Ridder
aef84bfa02 Look for MidoriView resource files dynamically 2010-02-16 00:59:43 +01:00
Peter de Ridder
4774e35932 Look for user documentation dynamically on win32 2010-02-16 00:59:43 +01:00
Peter de Ridder
c90344ac44 Look for extensions relative to program folder on win32 2010-02-16 00:59:42 +01:00
Peter de Ridder
f4b2111b40 Implement sokoke_show_uri on top of explorer for win32 2010-02-16 00:59:42 +01:00
Peter de Ridder
6ad713c6d5 Look for the formhistory javascript dynamically 2010-02-16 00:59:42 +01:00
Peter de Ridder
b993cdc553 Add win32 specific linker flags for Midori extensions 2010-02-16 00:59:42 +01:00
Peter de Ridder
f9a6a8e379 Use po directory either in current or parent folder 2010-02-16 00:59:42 +01:00
Yarema aka Knedlyk
2235a2507c l10n: Updated Ukrainian (uk) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-14 08:53:54 +01:00
Yarema aka Knedlyk
fe99fcbfd8 l10n: Updated Ukrainian (uk) translation to 97%
New status: 569 messages complete with 6 fuzzies and 6 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-14 08:39:44 +01:00
Yarema aka Knedlyk
418a1e0a83 l10n: Updated Ukrainian (uk) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-13 20:35:49 +01:00
Yarema aka Knedlyk
14cfcb9f1a l10n: Updated Ukrainian (uk) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-13 19:14:03 +01:00
Yarema aka Knedlyk
0538d9ca9f l10n: Updated Ukrainian (uk) translation to 99%
New status: 580 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-13 19:08:29 +01:00
Christian Dywan
c21807bc4a Use g_unlink for G_FILE_CREATE_REPLACE_DESTINATION with Glib < 2.20 2010-02-12 02:19:54 +01:00
Christian Dywan
902f836810 Improve and optimize sokoke_uri_to_ascii to parse about:version 2010-02-12 02:08:05 +01:00
Christian Dywan
ca3e86cbce Re-implement search engine handling in magic URI test 2010-02-12 02:06:53 +01:00
Christian Dywan
f19412bc70 Pass action to cell renderer callback rather than the entry
The entry pointer is only meaningful if completion was triggered
by typing or editing in an entry.
We shouldn't render a key in results if the arrow button opened the
completion popup.
We need to check the key in the callback to avoid accidentally
working with an entry of a different window.
2010-02-12 00:36:59 +01:00
Alexander Butenko
f733f453d2 Clear history via sqlite if selected in 'Clear private data' dialog 2010-02-11 23:24:28 +01:00
Yarema aka Knedlyk
f759a02fea Update Ukrainian translation 2010-02-11 23:24:28 +01:00
Kim Boram
d24a1c36d9 Update Korean translation 2010-02-11 23:24:28 +01:00
douart patrick
d67341dec4 l10n: Updated French (fr) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-11 15:20:59 +01:00
Christian Dywan
de12aa0078 Revise completion key handling to directly pass or compute the key 2010-02-11 01:57:42 +01:00
Christian Dywan
f494ec090b Handle external, magic URIs from command line consistently 2010-02-11 00:28:49 +01:00
Christian Dywan
532e84ea4f Set consistent flags on all properties of MidoriWebSettings 2010-02-10 23:37:33 +01:00
Christian Dywan
713091134f Handle search engines in MidoriBrowser and simplify sokoke_magic_uri 2010-02-10 19:52:12 +01:00
Christian Dywan
4bf4e5cd63 Look for the history treeview at the second child position 2010-02-10 19:52:12 +01:00
Christian Dywan
6d722f6294 Only read history into History panel if an array is given 2010-02-10 19:52:11 +01:00
Christian Dywan
0243e26bed Only split URI if no domain pattern is found in the string 2010-02-10 19:52:11 +01:00
Christian Dywan
060c0b6940 Use strncmp instead of g_str_has_prefix to optimize sokoke_magic_uri 2010-02-10 19:52:11 +01:00
Christian Dywan
ee51a8c87f Implement a filter entry in History panel, similar to Cookie Manager 2010-02-10 19:52:11 +01:00
Christian Dywan
ccaf696256 Remove unused KatzeNet instance from MidoriSearchAction 2010-02-10 19:52:11 +01:00
Christian Dywan
2e6b4debe1 Remove unused KatzeNet instance from KatzeArrayAction 2010-02-10 19:52:11 +01:00
Christian Dywan
cee10ca6d8 Remove unused KatzeNet instance from Bookmarks panel 2010-02-10 19:52:11 +01:00
Christian Dywan
eb5b244647 Remove unused KatzeNet instance from History panel 2010-02-10 19:52:11 +01:00
Christian Dywan
24b0916d62 Remove invisible dummy row when expanding, and add it when collapsing 2010-02-10 19:52:11 +01:00
Christian Dywan
e15fe776ed Don't update the saved window size if it didn't actually change 2010-02-10 19:52:10 +01:00
Christian Dywan
13b1c9462b Connect config change notifications after creating the first browser 2010-02-10 19:52:10 +01:00
Leandro Regueiro
582026fd1b l10n: Updated Galician (gl) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-10 12:59:49 +01:00
Masato Hashimoto
425e9706a9 l10n: Updated Japanese (ja) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-09 15:25:29 +01:00
David Štancl
bc1a6b15da l10n: Updated Czech (cs) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-09 08:03:11 +01:00
Harald Servat
24e4d16725 l10n: Updated Catalan (Valencian) (ca) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-09 00:13:48 +01:00
douart patrick
05b69733cb l10n: Updated French (fr) translation to 98%
New status: 574 messages complete with 7 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-08 18:55:40 +01:00
douart patrick
cbed499603 l10n: Updated French (fr) translation to 98%
New status: 574 messages complete with 7 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-08 18:53:50 +01:00
Sergio Marques
0f5dc95193 l10n: Updated Portuguese (pt) translation to 100%
New status: 581 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-02-08 15:52:23 +01:00