Commit graph

8087 commits

Author SHA1 Message Date
Andrej Kacian
69ed24f94f Remove obsolete files icaltime_as_local.[ch]. 2017-03-13 18:18:57 +01:00
Andrej Kacian
21d4407617 Added debug output for failure cases in sgpgme_data_release_and_get_mem() 2017-03-08 12:07:51 +01:00
Ricardo Mones
e4f6b0b306 Declare and use only when needed 2017-03-04 12:46:21 +01:00
Andrej Kacian
8d14c43a29 webkitglobals.h exists since 1.3.10, not 1.3.13.
Patch by Olaf Hering <olaf at aepfle.de>
2017-03-04 00:45:18 +01:00
Andrej Kacian
9327286516 Add support for date-only variant of ISO8601 timestamp format.
Fixes bug #3777 - Weird news dates for some RSS feeds
2017-03-04 00:12:29 +01:00
Ricardo Mones
a8cbb1bbd9 Remove unused variable
prefs_actions.c:594:12: warning: unused variable ‘action_nb’
2017-03-02 16:36:33 +01:00
wwp
a8e50abd15 Reduce translators' work by merging almost-duplicated strings
(reported by Pader Rezso).
2017-03-01 16:52:34 +01:00
Paul
b83aa87688 fix disabling prefs_common.warn_sending_many_recipients_num by unchecking the 'show this msg again' checkbox in the dialogue 2017-03-01 13:13:24 +00:00
Ricardo Mones
affc68a9b8 Make 'Save all...' report more accurate
Thanks Woody for nitpicking.
2017-03-01 10:45:49 +01:00
Paul
b68be74a31 bump copyright year 2017-03-01 08:02:03 +00:00
Ricardo Mones
0b164a349d Simplify hidden prefs for too many recipients 2017-02-27 23:59:19 +01:00
wwp
68274612f4 Fix bug #3775, wrong plural form string. 2017-02-27 13:36:58 +01:00
Olivier Brunel
e3b7197f8b Fix memory leak
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2017-02-25 22:51:18 +01:00
Ricardo Mones
300f811f3b Remove duplicated code and include 2017-02-25 13:14:35 +01:00
Andrej Kacian
a0cd163714 Replace verbosity boolean flag with a bitfield of flags.
Currently, there are two - whether or not to show error dialogs
and whether or not to show a feed rename dialog after subscribing.

We use same enum typedef for subscribing and fetching/updating
for consistency, the second flag only has effect in rssyl_subscribe().
2017-02-25 11:43:26 +01:00
Andrej Kacian
ae3a830bd1 Remove rssyl_feed_subscribe_new(), it was redundant.
rssyl_subscribe() is almost identical, so it is used instead.
Some minor usability issues that arise from this change will
be fixed in next commit(s).
2017-02-25 11:32:52 +01:00
Ricardo Mones
91af1a4bee Fix bug #3741: Deleting an account doesn't delete imapcache
Based on initial patch by Paul and in exchange of a reviewed
patch for 3582 ;-)
2017-02-24 23:54:27 +01:00
Andrej Kacian
cc3882f360 Remove internal libytnef and require an external one instead. 2017-02-24 20:49:40 +01:00
Ricardo Mones
bbeb55d2ed Do not hardcode resolv.conf location 2017-02-16 22:57:37 +01:00
Paul
8f2c1491f8 use xdg-open as default mime_open_command 2017-02-16 13:49:00 +00:00
Ricardo Mones
d6dfb9960c Fix 'Apply' when changing scaling options only 2017-02-16 00:40:46 +01:00
Ricardo Mones
5d95cf07a8 Remove spurious comment 2017-02-14 01:00:56 +01:00
Ricardo Mones
14a997dea0 Migrate icon filename stored in toolbar XML files
Thanks Paul for the hint.
Completes commit 50bd87f2e1.
2017-02-14 00:58:59 +01:00
wwp
4f33789a0c Fix impossible action duplication: don't check for duplicate action name
when saving/duplicating (we're not doing this elsewhere and I don't see
the point in doing it here).
2017-02-13 18:55:28 +01:00
Paul
947c2b6e3c add Bcc to default headers in drop-down 2017-02-13 15:20:53 +00:00
Ricardo Mones
50bd87f2e1 Fix pixmap name to reflect what it really does
Will break your themes, nothing a mv cannot fix ;-)
2017-02-11 16:47:50 +01:00
wwp
579f91dc8b Fix wrong return value type. 2017-02-08 23:33:38 +01:00
Ricardo Mones
147fa58416 Set same size as its companions (new and unread) 2017-02-08 20:22:14 +01:00
Ricardo Mones
6011240801 Fix included header
Error message was:
stock_pixmap.c:26:26: fatal error: librsvg/rsvg.h: No such file or directory

Thanks Paul for reporting!
2017-02-07 21:07:16 +01:00
Ricardo Mones
1ef7efbc70 User interface for SVG preferences 2017-02-07 20:02:58 +01:00
Ricardo Mones
89eb1e67c5 Add SVG icon scaling/rendering preferences
• 'enable_alpha_svg' to use alpha channel when rendering
• 'enable_pixmap_scaling' to bypass SVG's own natural size
• 'pixmap_scaling_auto' to compute a PPI or use a user defined value
• 'pixmap_scaling_ppi' to set a user defined value for PPI
2017-02-07 20:02:58 +01:00
Ricardo Mones
427ba2698e Render SVG scaled to default icon size
Default icon sizes are parsed from icon data, which is suboptimal
since these sizes can be known at compile time.
2017-02-07 20:02:58 +01:00
Ricardo Mones
db434c2b05 Load SVG files the deprecated way 2017-02-07 20:02:58 +01:00
Ricardo Mones
cdf48fc3e9 Configure SVG library
• New feature flag HAVE_SVG, enabled by default if dependencies
  are available (librsvg-2.0 >= 2.36.0).
• New item in About window's Features tab for librSVG.
2017-02-07 20:02:58 +01:00
Ricardo Mones
56ec09cbfa A bit more room for alertpanel messages
And same room for all of them. The current sizes were so small that
a somewhat large list of failed-to-load plugins appeared truncated
in the warning message.
2017-02-06 14:28:15 +01:00
Paul
2a90c1d2f0 remove unused variable 2017-02-05 08:46:24 +00:00
Paul
32ac23cdd5 no tranlslation needed here 2017-02-05 08:38:57 +00:00
Michael Rasmussen
1950c0973e Fix build when using alternate addressbook 2017-02-05 01:13:03 +01:00
Andrej Kacian
2bf719fcbf Make --disable-dillo-plugin actually do something. 2017-02-04 19:08:51 +01:00
Andrej Kacian
e010e3551e Unify display of event times in vCalendar's mimeviewer on Windows and Unix.
We now use g_date_time_format() on both. Also, display
timezone abbreviation (%Z) instead of offset (%z) in the
strings.
2017-02-04 17:35:20 +01:00
Andrej Kacian
38131c96c1 Handle timezones correctly in vCalendar.
We convert DTSTART and DTEND to UTC as soon as possible,
using the VTIMEZONE info. The convert_to_utc() function
should be able to handle several timezone definitions and
events using those several different timezones in one ical
file, picking the correct one for converting each event.
2017-02-04 17:33:07 +01:00
Andrej Kacian
9200a68743 Use PLUGIN_NAME macro instead of "vCalendar" string literal internally. 2017-02-04 14:18:03 +01:00
Ricardo Mones
4eab156958 Oops! forgot one themeable icon in pdf_viewer
Completes commit 89d34855ea.
2017-02-04 12:55:21 +01:00
Andrej Kacian
11cadab162 Make a relative signature_path relative to home directory.
This applies only if corresponding signature_type is SIG_FILE.
2017-02-03 19:03:19 +01:00
Andrej Kacian
2016b17dad Moved found_in_addressbook() from plugins to core.
Four identical copies of the same functions removed
from four plugins and put into addr_compl.[ch].
2017-02-03 17:48:02 +01:00
Ricardo Mones
02a57d6786 Make all headers abide by config and features 2017-02-03 12:56:31 +01:00
wwp
1e068dbfc2 Re-introducing the Dillo plugin. Tested against Dillo 3.0.4.1/3.0.5. 2017-02-02 18:06:27 +01:00
Ricardo Mones
2e9cc8cca6 Remove obsolete font prefs 2017-01-31 20:02:51 +01:00
Ricardo Mones
8e02f3f3c6 Generalise theme extension handling 2017-01-31 12:21:45 +01:00
Paul
8925ab226b vCalendar plugin: use external libical
closes bug #3764
patch by flo.xfce@gmx-topmail.de
2017-01-27 15:56:47 +00:00