Commit graph

2780 commits

Author SHA1 Message Date
Alexander Butenko a49f1f7814 Introduce katze_bookmark_populate_tree_view() and rename ITEM_IS* macros 2010-07-01 23:37:13 +02:00
Per Kongstad 32299da6c1 l10n: Updated Danish (da) translation to 99%
New status: 635 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-07-01 21:56:16 +02:00
Christian Dywan 4f9615167e Make sqlite3 a mandatory dependency 2010-07-01 20:58:20 +02:00
Alexander Butenko 94b6cf4e17 Fix display of the bookmark properties in the add dialog 2010-07-01 20:46:55 +02:00
Christian Dywan 6822969aac Introduce katze_item_get_meta_boolean convenience 2010-07-01 20:42:42 +02:00
Alexander Butenko fb634e19b9 Fix popup menu on folders in history 2010-07-01 20:32:34 +02:00
Alexander Butenko 090a16f664 Fix bookmark folder properties dialog 2010-07-01 20:32:23 +02:00
Alexander Butenko 791c38ae3e Fix open directory in tabs in bookmarks sidebar 2010-07-01 20:21:33 +02:00
Christian Dywan 62f5a1c974 Introduce ITEM_IS_BOOKMARK|FOLDER|SEPARATOR in bookmark panel
The implicit logic for differentiating items is not easy to
read, so we introduce macros for that.
2010-07-01 00:13:18 +02:00
Christian Dywan b0191b69b0 Check if extension_init returns NULL and handle it
In the case where an extension ends up existing multiple
times, it will fail to create an instance. We would
rather see it in the list than crash.
2010-06-30 23:09:21 +02:00
Alexander Butenko a04bf24b5e Properly disconnect add-tab on destruction in adblock 2010-06-30 22:41:32 +02:00
André Stösel 07053d49a0 Re-implement History List extension in Vala 2010-06-30 22:27:52 +02:00
Christian Dywan 28aa06366c Declare URI accessors in Midori.View as unowned
Wrongly declared, Vala will think it needs to free the strings.
2010-06-30 22:26:52 +02:00
Christian Dywan 01f568b8ab 'Use current' should set 'about:blank' for a blank page 2010-06-30 21:21:06 +02:00
Peter de Ridder d1694c6d5f Put number in front of download filename extension 2010-06-30 21:15:11 +02:00
Alexander Butenko e7e2181858 Escape special chars in formhistory array keys 2010-06-30 21:09:55 +02:00
Alexander Butenko f759fe921a Improve duplicate skipping logic in form history extension 2010-06-30 21:09:55 +02:00
Alexander Butenko 3d972f11e4 Skip '+' sign in adblock rules 2010-06-30 21:09:55 +02:00
Alexander Butenko 0d5a18b69c Skip values from the inputboxes with disabled autocompletion 2010-06-30 21:09:55 +02:00
Alexander Butenko 896cc75f57 Don't inject autosuggest bits where we dont need it 2010-06-30 21:09:55 +02:00
Masato Hashimoto d6addb595b l10n: Updated Japanese (ja) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-30 15:25:47 +02:00
Christian Dywan f2e4a93c72 Dynamically create homepage button from action 2010-06-29 08:15:52 +02:00
Christian Dywan 3336938418 Always toggle source mode except for source code views 2010-06-29 07:36:45 +02:00
Jérôme Guelfucci 7821d61b5c Don't always show the "Pending downloads" dialog.
If all donwloads are finished, cancelled or errored, the dialog should
not be shown.
2010-06-29 07:20:26 +02:00
Christian Dywan 7e015f88a9 Always install the scalable icons 2010-06-29 07:09:39 +02:00
Xu Meihong 2f09df75b0 l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-29 06:06:34 +02:00
Yarema aka Knedlyk bf589d7001 l10n: Updated Ukrainian (uk) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-29 01:09:38 +02:00
Evaggelos Balaskas b428de12a6 l10n: Updated Greek (el) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-28 18:13:54 +02:00
Sergio Marques d241fc081b l10n: Updated Portuguese (pt) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-28 14:40:25 +02:00
David Štancl 316b324be2 l10n: Updated Czech (cs) translation to 100%
New status: 637 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-27 16:41:26 +02:00
Christian Dywan 2ffc24977d Determine default window size relative to monitor 2010-06-26 23:39:49 +02:00
Christian Dywan a25553edba Add Statusbar Clock extension to POTFILES.in 2010-06-26 22:11:13 +02:00
Anton Shestakov 07659cc57f Update Russian translation 2010-06-26 22:07:14 +02:00
Alexander Butenko dc9cb532d9 Connect right-click correctly on bookmarkbar items 2010-06-26 21:58:58 +02:00
Alexander Butenko 6e878c2881 Merge _menu_middle_click_on_navigation_action with _action_navigation_activate 2010-06-26 21:57:51 +02:00
Alexander Butenko 0bc4933c17 Add homepage handling in _action_navigation_activate () 2010-06-26 21:45:52 +02:00
Alexander Butenko 6d7e1838ea Merge _action_(back|forward|Previous|Next)into _action_navigation_activate () 2010-06-26 18:55:35 +02:00
Alexander Butenko 3b55b7ab7b Merge _action_zoom_*_activate into _action_zoom_activate () 2010-06-26 17:52:04 +02:00
Alexander Butenko b2d0d0af8e Show bookmarksbar after item was added to db and not before 2010-06-26 17:43:03 +02:00
Alexander Butenko 08dab16bc2 Refactoring of bookmarks add functions 2010-06-26 17:24:53 +02:00
Alexander Butenko 3eea7c933d Reimplement bookmarkbar with sqlite 2010-06-26 17:08:31 +02:00
Alexander Butenko 2ec272eb96 Rip the old bookmarkbar out of the browser 2010-06-26 16:46:14 +02:00
Alexander Butenko 7c4263ebca Work around sqlite3_mprintf for bookmark metadata 2010-06-26 16:40:15 +02:00
Peter de Ridder a84a077ac8 Implement default configuration files on Windows 2010-06-26 16:02:49 +02:00
Peter de Ridder 63fce62664 Use icon with multiple sizes on Windows
The icon is prepared already so 'convert' isn't needed anymore.
2010-06-26 16:02:22 +02:00
Xu Meihong facd02f1f2 l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 635 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-26 06:17:58 +02:00
Robert Hartl 516ce0425e l10n: Updated Slovak (sk) translation to 93%
New status: 591 messages complete with 8 fuzzies and 36 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-06-26 00:03:39 +02:00
Sergio Cipolla 005b243f01 Update Brazilian Portuguese translation 2010-06-24 23:20:50 +02:00
Christian Dywan f14152fe17 Don't hardcode toolbar icon style on Windows 2010-06-24 22:37:12 +02:00
Christian Dywan eec5359cf5 Don't clear bindings of an erroneous sqlite statement
This is not safe and can cause a crash.
2010-06-23 02:12:56 +02:00