Commit graph

8100 commits

Author SHA1 Message Date
Michael Rasmussen
9fb2bb2b59 Update copyright year 2017-03-19 23:06:58 +01:00
wwp
cce5b68054 Correct/update comment. 2017-03-19 19:42:04 +01:00
wwp
3595d6c625 Fix bug 3785: custom headers not stored in queued messages (and thus,
not sent).
2017-03-19 12:13:28 +01:00
Ricardo Mones
b99f30096d Fix bug #3784: Very similar strings in src/gtk/about.c
And remove also some \n from translatable strings.
2017-03-19 00:25:43 +01:00
Andrej Kacian
8baab85304 Add more granular options on when to open a selected message.
There are now several checkboxes in Display/Summaries page.
The checkbox in folder open selection dialog has been removed,
since that checkbox is among the new ones.

The option "always_show_message_when_selected" is now boolean,
instead of a tri-state.

This commit also removes function summary_display_by_msgnum(),
and its functionality was moved to summary_select_by_msgnum(), which
has a new boolean argument to control whether or not to display the
selected message.
2017-03-18 22:00:12 +01:00
Michael Rasmussen
81b66ecc88 Use fix bug #3787 for specifying format as well 2017-03-18 20:58:33 +01:00
Michael Rasmussen
3096aa1d94 Fix bug #3787. Create tooltip i helper function 2017-03-18 20:43:47 +01:00
Paul
f0fbc524ae improve label text 2017-03-18 12:21:14 +00:00
Andrej Kacian
b06be7caf1 Show context of foldersel dialog in a label, instead of in a title.
This is a follow-up commit to bd8213.
2017-03-18 12:41:41 +01:00
wwp
3f01dc8712 Fix typos, fixes bug 3786: typo in src/mimeview.c. 2017-03-18 00:21:50 +01:00
Andrej Kacian
bd8213fe3d Allow custom window title for the folder selection dialog.
Fixes bug #3582 - Select folder dialogue does not tell what is
selecting for.
2017-03-16 19:15:18 +01:00
Andrej Kacian
e420063586 Added summary_get_selection_count() function. 2017-03-16 18:37:30 +01:00
Andrej Kacian
3fd978a7dd Initialize icaltimetype variables in Vcalendar's feed_fetch().
Also print out debug output if an event has no start or end,
as it can help determine why a malformed event file shows
weird times or duration.
2017-03-13 19:03:25 +01:00
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