Paweł Forysiuk
|
3f4b0da5a0
|
Use lib prefix for library filenames everywhere
|
2012-09-05 01:26:35 +02:00 |
|
Christian Dywan
|
646b41b256
|
Get rid of meaningless can functions
|
2012-09-05 00:57:32 +02:00 |
|
Paweł Forysiuk
|
e75348c463
|
nsis: Make installing doc folder and Faenza icons mandatory.
Disabling them would not save much space and leave broken user experience.
|
2012-09-05 00:06:07 +02:00 |
|
Christian Dywan
|
e2c9660b3a
|
Limit data: for main content to images
|
2012-09-05 00:06:07 +02:00 |
|
Christian Dywan
|
6210c59e31
|
Move thumbnail generation into SpeedDial class
|
2012-09-05 00:06:06 +02:00 |
|
Christian Dywan
|
f2960a910d
|
Ensure temporary download dir exists
|
2012-09-05 00:06:06 +02:00 |
|
Christian Dywan
|
fec04dd1b0
|
Allow lazy URLs for -s/ --snapshot switch
|
2012-09-05 00:06:06 +02:00 |
|
David Štancl
|
be6ea33642
|
l10n: Updated Czech (cs) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-04 23:22:11 +02:00 |
|
Rafael Ferreira
|
de47f61360
|
l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-04 04:12:43 +02:00 |
|
Yarema aka Knedlyk
|
407c46d2f4
|
l10n: Updated Ukrainian (uk) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-03 23:55:33 +02:00 |
|
Sergio Marques
|
0e7cf9eb6d
|
l10n: Updated Portuguese (pt) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-03 17:40:20 +02:00 |
|
Christian Dywan
|
2b134da7d9
|
Always use exec_path based paths on Win32
Nobody expects system-wide folders.
And LIBDIR won't exist on the system.
|
2012-09-02 22:46:16 +02:00 |
|
Paweł Forysiuk
|
81179e175b
|
Don't use g_strconcat when building extensions path
|
2012-09-02 22:01:32 +02:00 |
|
Paweł Forysiuk
|
d426a4df9e
|
Adblock: Try to parse more update metadata
|
2012-09-02 22:01:32 +02:00 |
|
Paweł Forysiuk
|
414a5f07ae
|
Don't inline adblock_update_css_hash, GCC complains
warning: inlining failed in call to ‘adblock_update_css_hash’:
function not considered for inlining [-Winline]
|
2012-09-02 21:59:49 +02:00 |
|
Christian Dywan
|
c1d387f958
|
Cache HSTS directives and handle sub domains
|
2012-09-02 21:14:49 +02:00 |
|
Christian Dywan
|
fee43b8be6
|
Progress tweaks in view, unify progres in browser
Fixes: https://bugs.launchpad.net/bugs/1020910
|
2012-09-02 21:14:49 +02:00 |
|
Pjotr vertaalt
|
5555b88959
|
l10n: Updated Dutch (Flemish) (nl) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-02 21:09:11 +02:00 |
|
Christian Dywan
|
7e1f2655bc
|
Use remove() to remove Soup message header
|
2012-09-01 18:25:44 +02:00 |
|
Paweł Forysiuk
|
be61f96bc2
|
Adblock: Check if file is up to date before parsing it
|
2012-09-01 18:13:14 +02:00 |
|
Christian Dywan
|
c49fb82e87
|
Support HSTS as a SoupFeature
Parse the Strict-Transport-Security header and
enforce https on any listed domains (and subdomains).
|
2012-09-01 18:13:14 +02:00 |
|
Christian Dywan
|
64c9517459
|
Fix token parsing in midori_debug
|
2012-09-01 18:13:14 +02:00 |
|
Christian Dywan
|
373ddd5d0b
|
Remove special case from search_engines_new_from_file
|
2012-09-01 18:13:14 +02:00 |
|
jc jc1
|
253a11d7ef
|
l10n: Updated French (fr) translation to 98%
New status: 603 messages complete with 7 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-01 17:36:06 +02:00 |
|
prflr88
|
acd116361b
|
l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-01 10:22:01 +02:00 |
|
Boram Kim
|
14abefcea9
|
l10n: Updated Korean (ko) translation to 100%
New status: 610 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-09-01 08:46:04 +02:00 |
|
Christian Dywan
|
bc1ff81410
|
Pass around SpeedDial and move messages in there
|
2012-09-01 02:08:48 +02:00 |
|
Paweł Forysiuk
|
9b09760839
|
Update Adblock filters according to Last modified/ Expires
|
2012-09-01 02:00:12 +02:00 |
|
Christian Dywan
|
db0ae6ab60
|
Introduce Midori.SpeedDial and unit test
Fixes: https://bugs.launchpad.net/midori/+bug/1038634
|
2012-08-31 23:47:03 +02:00 |
|
Christian Dywan
|
287fc53da9
|
No need for setlocale, GTK+ does this automatically
|
2012-08-31 22:02:15 +02:00 |
|
Christian Dywan
|
b955713b4e
|
Ensure temporary folder before viewing source
|
2012-08-31 22:02:15 +02:00 |
|
Christian Dywan
|
aa5d387cc7
|
Move translations out of settings class
Remove a fair number of unnecessary strings.
Move trivial settings to Midori.Settings.
|
2012-08-31 22:02:15 +02:00 |
|
Christian Dywan
|
fd49037ae6
|
Move simple settings into Midori.Settings class
|
2012-08-31 01:00:37 +02:00 |
|
Christian Dywan
|
f4a3e69096
|
Don't unconditionally render XML as source
Fixes: https://bugs.launchpad.net/midori/+bug/1043698
|
2012-08-30 22:07:43 +02:00 |
|
Christian Dywan
|
ebd0847a39
|
NULL placeholder text should unset it (gtk3 compat)
Fixes: https://bugs.launchpad.net/midori/+bug/1043681
|
2012-08-30 22:00:08 +02:00 |
|
Christian Dywan
|
a0d9517053
|
Add get_command_line_str for debugging output
|
2012-08-30 00:43:21 +02:00 |
|
Christian Dywan
|
1ce2b96680
|
Move Win32 stdout work-around to the top
Otherwise Midori.Paths debugging won't be visible.
|
2012-08-30 00:43:21 +02:00 |
|
Christian Dywan
|
58d1436d4e
|
Check that valid IP address has no leading 0
|
2012-08-30 00:43:21 +02:00 |
|
Christian Dywan
|
1c1fd1740e
|
Remove obsolete KatzeNet instanciation
|
2012-08-30 00:43:20 +02:00 |
|
Christian Dywan
|
f5d0c3ad5d
|
Ellipsize text column in Addons panel
|
2012-08-30 00:43:20 +02:00 |
|
Christian Dywan
|
0668aba7cc
|
Move config/ data/ res_filename/ lib_path to Midori.Paths
|
2012-08-30 00:43:20 +02:00 |
|
jc jc1
|
3fbd36f3f5
|
l10n: Updated French (fr) translation to 98%
New status: 669 messages complete with 7 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-08-29 14:30:16 +02:00 |
|
David Štancl
|
fdff73182e
|
l10n: Updated Czech (cs) translation to 100%
New status: 676 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-08-29 12:39:14 +02:00 |
|
Christian Dywan
|
0f1f26480d
|
Validate IP address in proxy server preference
Fixes: https://bugs.launchpad.net/midori/+bug/783044
|
2012-08-29 01:09:25 +02:00 |
|
Christian Dywan
|
36c3a4925a
|
Render invalid URI in entry with underline in GTK+3
GTK+2 shows a red background in this case.
|
2012-08-29 01:09:25 +02:00 |
|
Christian Dywan
|
de771db75d
|
Update copyright and URL in --version and about
Fixes: https://bugs.launchpad.net/midori/+bug/977423
|
2012-08-29 01:09:25 +02:00 |
|
Christian Dywan
|
915955c0da
|
Strip HTTP Host to outsmart some filter proxies
|
2012-08-29 01:09:25 +02:00 |
|
Christian Dywan
|
3fb42ef2d7
|
Stop using magic test folder name
|
2012-08-29 01:09:24 +02:00 |
|
Boram Kim
|
503f1be5c5
|
l10n: Updated Korean (ko) translation to 100%
New status: 676 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
|
2012-08-28 15:04:15 +02:00 |
|
Paweł Forysiuk
|
8bf93fcad0
|
Move portable setup code path down
|
2012-08-27 23:36:44 +02:00 |
|