Christian Dywan
2611a24803
Remove unused extension panel popup logic
2010-05-06 23:41:07 +02:00
Christian Dywan
affde90e2c
Consistently focus the view, which propagates
...
Rather than trying to determine and focus the web view
from different places, the parent view should simply
propagate focus by default. The child needs to be
constructed implicitly if focus comes in early.
2010-05-06 22:49:47 +02:00
Kim Boram
896404ba75
Update Korean translation
2010-05-05 22:54:59 +02:00
Sergio Marques
34ca2931bb
l10n: Updated Portuguese (pt) translation to 100%
...
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-05 16:46:32 +02:00
Carles Muñoz Gorriz
0c1ee85d92
l10n: Updated Catalan (Valencian) (ca) translation to 100%
...
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-04 19:57:24 +02:00
Leandro Regueiro
1a6907ea0e
l10n: Updated Galician (gl) translation to 99%
...
New status: 609 messages complete with 0 fuzzies and 1 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-04 17:46:07 +02:00
Masato Hashimoto
935f42894b
l10n: Updated Japanese (ja) translation to 100%
...
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-04 09:36:46 +02:00
David Štancl
1a43556b30
l10n: Updated Czech (cs) translation to 100%
...
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-04 08:08:27 +02:00
Xu Meihong
5d99fac481
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-04 06:13:33 +02:00
Per Kongstad
6078901241
l10n: Updated Danish (da) translation to 99%
...
New status: 608 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-03 13:58:15 +02:00
Per Kongstad
00b2661f5c
l10n: Updated Danish (da) translation to 99%
...
New status: 607 messages complete with 1 fuzzy and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-05-03 13:56:23 +02:00
Christian Dywan
1fd993dc7a
Update POTFILES.in to refect addon refactoring
2010-05-02 23:09:43 +02:00
Christian Dywan
4b94b63f70
Base KatzeThrobber on GtkSpinner if available
2010-05-02 16:11:18 +02:00
Christian Dywan
a1a2510fa9
Add --enable-tests configuration option
...
This allows building tests regardless of running ./waf check,
either to ensure they compile or to use them outside of waf.
Disabled by default.
2010-05-02 12:29:53 +02:00
Christian Dywan
001d9e463a
Rely on WebKitWebView::icon-uri for icon discovery
2010-05-02 12:19:37 +02:00
Arno Renevier
7c0e58a835
Refactor userscripts and userstyles as an extension
2010-05-02 11:53:05 +02:00
Christian Dywan
05dd4b963a
Disable cast checks and assertions if 'debug' is 'none'
2010-05-02 11:49:32 +02:00
Christian Dywan
f24bc315e2
Update FAQ link used for Help > Frequent Questions
2010-05-01 03:12:03 +02:00
Rivo Nurges
7fe6c5614f
Pass /usr/X11R6/include for OpenBSD to find X11
2010-05-01 03:09:15 +02:00
Christian Dywan
e7f04272cd
Check free space before trying to download
2010-04-30 23:52:33 +02:00
Christian Dywan
6a5585254a
Implement gesture button setting and default to right
2010-04-29 02:31:11 +02:00
Christian Dywan
43baf4706a
Tweak mouse gestures to properly support right button
...
We need to be more considerate when to indicate that button
signals were 'handled' and we need to popup the context menu
if we override the default handler.
2010-04-29 02:22:12 +02:00
Christian Dywan
efa81643c5
Expose midori_view_populate_popup for use in extensions
2010-04-29 02:19:20 +02:00
Christian Dywan
a25e4c5f0a
Add gtk_widget_get_window and fix gtk_dialog_get_content_area
2010-04-28 23:57:22 +02:00
Christian Dywan
0533e67902
Implement External Applications extension
2010-04-28 23:48:47 +02:00
Christian Dywan
0ca6c68f0c
Provide script 'check-style' for validating patches
...
Run the script with a patch file as the first argument in order
to validate the patch in terms of coding style, like so:
./tools/check-style my-patch.diff
As a shortcut, you can also check current changes:
./tools/check-style .
2010-04-27 23:56:27 +02:00
Christian Dywan
3aad0189c4
Remove incomplete Javascript extension
2010-04-27 23:54:38 +02:00
Christian Dywan
7a7f4c6a44
Provide midori.vapi for App, Browser, Extension and WebSettings
...
With this API description extensions can be written in Vala. Mind
it is not complete yet, missing interfaces can be added later.
2010-04-27 23:49:45 +02:00
Christian Dywan
4576360ec3
Implement midori_browser_get_settings in MidoriBrowser
2010-04-27 23:36:14 +02:00
Christian Dywan
64b6f6ce6d
Implement midori_app_get_browser in MidoriApp
2010-04-27 22:34:26 +02:00
Christian Dywan
efa2032c5c
Extensive/ no checks in Vala according to debug level
2010-04-25 23:39:00 +02:00
Christian Dywan
ccb60bb8d4
Only pick up .vala files if Vala is available
2010-04-25 23:39:00 +02:00
Christian Dywan
7044bb70c4
Expose tabs in MidoriBrowser as GList
2010-04-25 23:39:00 +02:00
Christian Dywan
102810842f
Expose browsers in MidoriApp as GList
2010-04-25 23:39:00 +02:00
Christian Dywan
c213824d5f
Expose items in a KatzeArray as GList
2010-04-25 23:38:59 +02:00
Christian Dywan
9d3c884194
Implement midori_browser_get_proxy_items
...
This supersedes midori_browser_get_proxy_array as a means to
access the KatzeItem* items. The new name is clearer.
2010-04-25 23:38:59 +02:00
Piotr Sokół
88e1dc22c9
l10n: Updated Polish (pl) translation to 89%
...
New status: 543 messages complete with 19 fuzzies and 43 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-04-25 20:00:30 +02:00
Christian Dywan
d2d5086e3b
Unset save file dialog when it is destroyed
...
If the window manager closes the dialogue rather than one of the
buttons, it is destroyed implicitly.
2010-04-25 00:57:21 +02:00
Christian Dywan
7e5dd2db32
Minimal support for tests and extensions in Vala
2010-04-25 00:11:57 +02:00
Christian Dywan
779c582058
Guard WebKitDownload to WebKitGTK+ 1.1.2
2010-04-24 23:59:07 +02:00
Christian Dywan
660ad06890
Upgrade waf to 1.5.16
...
The new waf has better support for Windows and Vala.
2010-04-24 12:44:46 +02:00
Andres Kovtunos
a644d63767
l10n: Updated Russian (ru) translation to 100%
...
New status: 605 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-04-23 05:56:52 +02:00
Christian Dywan
34984c7ac1
Fix gtk_widget_set_no_show_all and g_filename_to_uri calls
2010-04-23 00:02:46 +02:00
Christian Dywan
6767225b2a
Disable assertion checks with 'none' debug level
...
If CCFLAGS are defined, it takes precedence over 'none'.
2010-04-22 23:56:34 +02:00
Abel Martín
e4eeb1fdc0
l10n: Updated Spanish (Castilian) (es) translation to 100%
...
New status: 605 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-04-21 20:30:43 +02:00
Christian Dywan
0d4b041de3
Security with background color and secondary icon
2010-04-21 02:47:21 +02:00
Christian Dywan
aaf0d4b395
Guards around midori_browser_add_download_item
...
The function is guarded already but of course the declaration
needs to be guarded as well.
2010-04-20 21:38:02 +02:00
Kim Boram
01ebb18a9c
Update Korean translation
2010-04-20 18:19:50 +02:00
Christian Dywan
1802d577b1
Add table of contents and intro to file HACKING
2010-04-20 18:15:22 +02:00
Xu Meihong
4321733fde
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 605 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2010-04-18 10:40:49 +02:00