]>
spindle.queued.net Git - midori/log
David Štancl [Sat, 19 Jun 2010 20:09:41 +0000 (22:09 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 635 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Alexander Butenko [Sat, 19 Jun 2010 13:56:50 +0000 (09:56 -0400)]
Fixed handling of bookmark meta data
sqlite doesn't store negative value but rather 0 and 1, so we
work with these values now. As a side effect it makes the code
easier to read.
Alexander Butenko [Sat, 19 Jun 2010 13:52:16 +0000 (09:52 -0400)]
Inline functions in adblock for 0.5 percent speedup
Christian Dywan [Sat, 19 Jun 2010 13:36:17 +0000 (15:36 +0200)]
Update German translation
Christian Dywan [Sat, 19 Jun 2010 13:15:28 +0000 (15:15 +0200)]
Fix typo of sokoke_gtk_action_count_modifier/s
Oddly enough the compiler failed to complain that the
function had no definition/ prototype.
Per Kongstad [Sat, 19 Jun 2010 11:09:36 +0000 (13:09 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 633 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Fri, 18 Jun 2010 21:34:26 +0000 (23:34 +0200)]
Add Minimize Tabs and Copy Addresses to POTFILES.in
André Stösel [Fri, 18 Jun 2010 21:27:29 +0000 (23:27 +0200)]
Add sokoke_gtk_action_count_modifiers helper function
MonkeyOfDoom [Fri, 18 Jun 2010 21:12:07 +0000 (23:12 +0200)]
Add extension 'Minimize new Tabs'
Once it is activated the extension will minimize all newly opened
tabs by default.
MonkeyOfDoom [Fri, 18 Jun 2010 21:07:27 +0000 (23:07 +0200)]
Add extension 'Copy Addresses of Tabs'
The extension adds a menu item to copy the addresses of all tabs
to the clipboard.
Per Kongstad [Fri, 18 Jun 2010 17:19:55 +0000 (19:19 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 628 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Gheyret Kenji [Fri, 18 Jun 2010 13:52:52 +0000 (15:52 +0200)]
l10n: Updated Uyghur (ug) translation to 15%
New status: 97 messages complete with 0 fuzzies and 513 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 17 Jun 2010 18:03:11 +0000 (20:03 +0200)]
Refactor transferbar into MidoriTransferbar
The transferbar is separated from the browser, albeit it is still
created and filled from within the browser so it is not completely
independent.
The new class now keeps a list of TransferInfo items to keep track
of transfers and queries the status from the download object.
Destroying a button belonging to a transfer is connected to
removing it from the list and cleaning up the info structure. Also
the Clear button is updated from the destroy handler.
Yarema aka Knedlyk [Thu, 17 Jun 2010 13:09:55 +0000 (15:09 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Thu, 17 Jun 2010 07:52:49 +0000 (09:52 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Alexander Butenko [Wed, 16 Jun 2010 21:16:25 +0000 (17:16 -0400)]
Initial support of DND in bookmarks
Alexander Butenko [Mon, 14 Jun 2010 07:00:05 +0000 (03:00 -0400)]
Fix selecting a directory while adding a new bookmark
Allow folders to be removed
Alexander Butenko [Mon, 14 Jun 2010 06:39:42 +0000 (02:39 -0400)]
Refresh bookmark sidebar on new items
Alexander Butenko [Sun, 13 Jun 2010 21:31:12 +0000 (17:31 -0400)]
Add outstanding bookmark issues to TODO file
Alexander Butenko [Sun, 13 Jun 2010 21:28:22 +0000 (17:28 -0400)]
Use extra attributes of a bookmark
Alexander Butenko [Sun, 13 Jun 2010 20:33:23 +0000 (16:33 -0400)]
Fix edit/ delete/ new operations on bookmarks
Alexander Butenko [Sun, 13 Jun 2010 19:40:28 +0000 (15:40 -0400)]
Import bookmarks from bookmarks.xbel on the first start.
The bookmark handling in main is not needed any more.
Alexander Butenko [Sun, 13 Jun 2010 03:19:55 +0000 (23:19 -0400)]
Order bookmarks descending. Folders should always be on top
Alexander Butenko [Sun, 13 Jun 2010 03:06:27 +0000 (23:06 -0400)]
Fixup the bookmark panel initialization
Alexander Butenko [Sun, 13 Jun 2010 02:54:11 +0000 (22:54 -0400)]
Initial sqlite read support
We go back to GtkTreeStore rather than a custom class.
Christian Dywan [Fri, 11 Jun 2010 20:52:51 +0000 (22:52 +0200)]
Confirm before overwriting in Save As dialogue
Christian Dywan [Tue, 8 Jun 2010 20:27:57 +0000 (22:27 +0200)]
Iterate links and anchors for next/ previous labels
Ivica Kolić [Fri, 11 Jun 2010 17:51:48 +0000 (19:51 +0200)]
l10n: Updated Croatian (hr) translation to 78%
New status: 496 messages complete with 0 fuzzies and 133 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 10 Jun 2010 15:53:08 +0000 (17:53 +0200)]
Remove toolbar menu items from the compact menu
Christian Dywan [Thu, 10 Jun 2010 15:49:22 +0000 (17:49 +0200)]
Use g_file_set_contents to save 'config' with a temporary file
If the filesystem runs out of space and Midori tries to save
the 'config' file under that condition, the file is lost. To
avoid that, we use g_file_set_contents which writes a temporary
file first, at the cost of destroying symbolic links.
Nuno Miguel [Wed, 9 Jun 2010 21:14:39 +0000 (23:14 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Harald Servat [Wed, 9 Jun 2010 13:42:59 +0000 (15:42 +0200)]
l10n: Updated Catalan (Valencian) (ca) translation to 99%
New status: 626 messages complete with 0 fuzzies and 3 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Tue, 8 Jun 2010 23:29:45 +0000 (01:29 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 496 messages complete with 0 fuzzies and 133 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Mon, 7 Jun 2010 19:48:23 +0000 (21:48 +0200)]
Implement MIDORI_UNARMED variable for 'dry run'
Christian Dywan [Mon, 7 Jun 2010 19:27:03 +0000 (21:27 +0200)]
Enable encoding action at compilation time
Xu Meihong [Mon, 7 Jun 2010 00:40:27 +0000 (02:40 +0200)]
l10n: Updated Chinese (China) (zh_CN) translation to 99%
New status: 628 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Sun, 6 Jun 2010 21:46:10 +0000 (23:46 +0200)]
Always add blank pages without delay
Christian Dywan [Sun, 6 Jun 2010 21:29:08 +0000 (23:29 +0200)]
Assume 'http://' if adding address without scheme to speed dial
douart patrick [Sun, 6 Jun 2010 19:02:15 +0000 (21:02 +0200)]
l10n: Updated French (fr) translation to 97%
New status: 611 messages complete with 18 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
douart patrick [Sun, 6 Jun 2010 18:56:25 +0000 (20:56 +0200)]
l10n: Updated French (fr) translation to 97%
New status: 611 messages complete with 17 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
padv [Sun, 6 Jun 2010 12:49:18 +0000 (14:49 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
padv [Sun, 6 Jun 2010 09:56:58 +0000 (11:56 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 85%
New status: 538 messages complete with 27 fuzzies and 64 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
padv [Sun, 6 Jun 2010 09:42:49 +0000 (11:42 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 81%
New status: 513 messages complete with 37 fuzzies and 79 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
padv [Sun, 6 Jun 2010 09:32:54 +0000 (11:32 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 77%
New status: 488 messages complete with 45 fuzzies and 96 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Nick Schermer [Sun, 6 Jun 2010 09:14:18 +0000 (11:14 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 65%
New status: 412 messages complete with 80 fuzzies and 137 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Gheyret Kenji [Sat, 5 Jun 2010 02:33:40 +0000 (04:33 +0200)]
l10n: Updated Uyghur (ug) translation to 13%
New status: 82 messages complete with 0 fuzzies and 528 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Fri, 4 Jun 2010 21:46:27 +0000 (23:46 +0200)]
Ensure the web view of the thumb view is realized
Abel Martín [Fri, 4 Jun 2010 08:24:23 +0000 (10:24 +0200)]
l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Thu, 3 Jun 2010 22:26:01 +0000 (00:26 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 465 messages complete with 0 fuzzies and 164 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Thu, 3 Jun 2010 20:20:15 +0000 (22:20 +0200)]
Replace {enter_dial_size}, not {enter_dial_width}
Anton Shestakov [Thu, 3 Jun 2010 19:54:47 +0000 (21:54 +0200)]
Update Russian translation
Ayhan YALÇINSOY [Wed, 2 Jun 2010 17:36:19 +0000 (19:36 +0200)]
l10n: Updated Turkish (tr) translation to 99%
New status: 626 messages complete with 0 fuzzies and 3 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sergio Marques [Wed, 2 Jun 2010 13:07:21 +0000 (15:07 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Per Kongstad [Wed, 2 Jun 2010 11:47:00 +0000 (13:47 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 627 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Per Kongstad [Wed, 2 Jun 2010 11:40:13 +0000 (13:40 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 623 messages complete with 4 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Wed, 2 Jun 2010 10:13:24 +0000 (12:13 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Wed, 2 Jun 2010 05:59:19 +0000 (07:59 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 629 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Peter de Ridder [Tue, 1 Jun 2010 21:56:04 +0000 (23:56 +0200)]
Combined speed dial resize and thumbnail sizes
Christian Dywan [Tue, 1 Jun 2010 20:19:11 +0000 (22:19 +0200)]
Connect view *after* mime-policy-decision-requested
In order to allow extensions to override the MIME handling,
we need to be late in the order.
André Stösel [Tue, 1 Jun 2010 20:11:08 +0000 (22:11 +0200)]
Connect tab switcher to child web view key events
The parent view will do its best to forward the focus to the
child web view, so the tab switcher should listen to it.
padv [Tue, 1 Jun 2010 19:41:23 +0000 (21:41 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 66%
New status: 411 messages complete with 78 fuzzies and 133 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Masato Hashimoto [Tue, 1 Jun 2010 15:32:24 +0000 (17:32 +0200)]
l10n: Updated Japanese (ja) translation to 100%
New status: 626 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Tue, 1 Jun 2010 07:15:21 +0000 (09:15 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 626 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Tue, 1 Jun 2010 07:13:18 +0000 (09:13 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 626 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Tsahee Zidenberg [Mon, 31 May 2010 21:39:02 +0000 (23:39 +0200)]
Implement loading delayed pages at startup
Each view has a meta value 'delay' which indicates whether it be
loaded or needs to be loaded manually before it shows content.
One way to trigger this is that Midori crashes and if it is
configured to 'Show last open tabs', all tabs will now be
delayed. To allow Midori to safely open without crashing again.
The other way is to change the 'Load on Startup' preference to
'Show last tabs without loading'. This causes all tabs restored
from the session to be delayed.
One interesting aspect is that it is possible to have delayed
tabs, use 'Show last open tabs' and tabs will remain as they are,
so delayed tabs will be delayed over following sessions.
Ivica Kolić [Mon, 31 May 2010 21:49:43 +0000 (23:49 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 440 messages complete with 0 fuzzies and 182 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ayhan YALÇINSOY [Mon, 31 May 2010 19:07:10 +0000 (21:07 +0200)]
l10n: Updated Turkish (tr) translation to 99%
New status: 621 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ayhan YALÇINSOY [Mon, 31 May 2010 18:15:04 +0000 (20:15 +0200)]
l10n: Updated Turkish (tr) translation to 99%
New status: 619 messages complete with 1 fuzzy and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Mon, 31 May 2010 11:03:34 +0000 (13:03 +0200)]
l10n: Updated Croatian (hr) translation to 63%
New status: 398 messages complete with 4 fuzzies and 220 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
padv [Sun, 30 May 2010 18:44:25 +0000 (20:44 +0200)]
l10n: Updated Dutch (Flemish) (nl) translation to 49%
New status: 308 messages complete with 140 fuzzies and 174 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Mișu Moldovan [Sat, 29 May 2010 11:30:20 +0000 (13:30 +0200)]
l10n: Updated Romanian (ro) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Thu, 27 May 2010 16:02:10 +0000 (18:02 +0200)]
l10n: Initial Croatian (hr) translation
New status: 391 messages complete with 0 fuzzies and 219 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Thu, 27 May 2010 13:02:24 +0000 (15:02 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 622 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Sergio Marques [Thu, 27 May 2010 11:55:06 +0000 (13:55 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 622 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Thu, 27 May 2010 09:16:48 +0000 (11:16 +0200)]
l10n: Updated Croatian (hr) translation to None%
New status: 0 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Wed, 26 May 2010 20:41:13 +0000 (22:41 +0200)]
Recognize more characters as next page and be more tolerant
Piotr Sokół [Tue, 25 May 2010 21:20:55 +0000 (23:20 +0200)]
l10n: Updated Polish (pl) translation to 91%
New status: 569 messages complete with 16 fuzzies and 36 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Tue, 25 May 2010 20:24:41 +0000 (22:24 +0200)]
Always bring the inspector window in the foreground
Christian Dywan [Tue, 25 May 2010 19:46:14 +0000 (21:46 +0200)]
Update German translation
Christian Dywan [Tue, 25 May 2010 16:50:16 +0000 (18:50 +0200)]
Don't pass around KatzeNet instances anymore
The KatzeNet is always a singleton, no need to pass it around.
Per Kongstad [Tue, 25 May 2010 16:34:01 +0000 (18:34 +0200)]
l10n: Updated Danish (da) translation to 99%
New status: 620 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Tue, 25 May 2010 16:26:47 +0000 (18:26 +0200)]
Verbosely explain how to use news feed URI
Harald Servat [Tue, 25 May 2010 12:34:39 +0000 (14:34 +0200)]
l10n: Updated Catalan (Valencian) (ca) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Robert Hartl [Tue, 25 May 2010 11:48:30 +0000 (13:48 +0200)]
l10n: Updated Slovak (sk) translation to 93%
New status: 583 messages complete with 5 fuzzies and 33 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Robert Hartl [Tue, 25 May 2010 11:41:28 +0000 (13:41 +0200)]
l10n: Updated Slovak (sk) translation to 91%
New status: 570 messages complete with 13 fuzzies and 38 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Robert Hartl [Tue, 25 May 2010 11:35:13 +0000 (13:35 +0200)]
l10n: Updated Slovak (sk) translation to 90%
New status: 564 messages complete with 15 fuzzies and 42 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Robert Hartl [Tue, 25 May 2010 11:29:56 +0000 (13:29 +0200)]
l10n: Updated Slovak (sk) translation to 89%
New status: 558 messages complete with 19 fuzzies and 44 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Andres Kovtunos [Tue, 25 May 2010 09:12:30 +0000 (11:12 +0200)]
l10n: Updated Russian (ru) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Christian Dywan [Mon, 24 May 2010 17:34:44 +0000 (19:34 +0200)]
Bump version to 0.2.6
Sergio Marques [Mon, 24 May 2010 17:17:46 +0000 (19:17 +0200)]
l10n: Updated Portuguese (pt) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Kim Boram [Mon, 24 May 2010 16:32:18 +0000 (18:32 +0200)]
Update Korean translation
Christian Dywan [Mon, 24 May 2010 11:00:10 +0000 (13:00 +0200)]
Update German translation
Ivica Kolić [Mon, 24 May 2010 09:45:43 +0000 (11:45 +0200)]
l10n: Updated Croatian (hr) translation to 63%
New status: 393 messages complete with 0 fuzzies and 228 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Mon, 24 May 2010 09:24:45 +0000 (11:24 +0200)]
l10n: Updated Croatian (hr) translation to 60%
New status: 376 messages complete with 0 fuzzies and 245 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Xu Meihong [Mon, 24 May 2010 06:43:11 +0000 (08:43 +0200)]
l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
David Štancl [Mon, 24 May 2010 05:18:35 +0000 (07:18 +0200)]
l10n: Updated Czech (cs) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Mon, 24 May 2010 01:01:17 +0000 (03:01 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 373 messages complete with 0 fuzzies and 248 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Ivica Kolić [Sun, 23 May 2010 20:04:07 +0000 (22:04 +0200)]
l10n: Updates to Croatian (hr) translation
New status: 364 messages complete with 0 fuzzies and 246 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Yarema aka Knedlyk [Sun, 23 May 2010 18:46:07 +0000 (20:46 +0200)]
l10n: Updated Ukrainian (uk) translation to 100%
New status: 621 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
Johannes Lips [Sun, 23 May 2010 16:47:13 +0000 (18:47 +0200)]
l10n: Updated German (de) translation to 96%
New status: 599 messages complete with 12 fuzzies and 10 untranslated.
Transmitted-via: Transifex (translations.xfce.org).