From b5dc3d263effd555e855aaf1e8fb1efaee1666b1 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 7 Feb 2018 14:35:12 -0300 Subject: [PATCH] Add options to suppress specific warnings (fix #917) --- data/pref.xml | 14 +++++++- data/strings/en.ini | 13 +++++-- data/widgets/advanced_mode.xml | 4 +-- data/widgets/gif_options.xml | 11 +++--- data/widgets/jpeg_options.xml | 14 +++++--- data/widgets/options.xml | 18 +++++++++- src/app/commands/cmd_advanced_mode.cpp | 10 +++--- src/app/commands/cmd_options.cpp | 18 +++++++++- src/app/file/gif_format.cpp | 47 +++++++++++++++----------- src/app/file/jpeg_format.cpp | 44 +++++++++++++----------- src/app/file/png_format.cpp | 3 +- src/app/pref/option.h | 24 ++++++++----- src/app/pref/preferences.cpp | 7 +++- src/app/pref/preferences.h | 6 +++- 14 files changed, 161 insertions(+), 72 deletions(-) diff --git a/data/pref.xml b/data/pref.xml index 8d5ea2159..a66481875 100644 --- a/data/pref.xml +++ b/data/pref.xml @@ -1,6 +1,6 @@ - + @@ -245,6 +245,18 @@
+
+
+
+
+
+
diff --git a/data/strings/en.ini b/data/strings/en.ini index 6867d2f63..76a9ddde2 100644 --- a/data/strings/en.ini +++ b/data/strings/en.ini @@ -1,10 +1,9 @@ # Aseprite -# Copyright (C) 2016-2017 by David Capello +# Copyright (C) 2016-2018 by David Capello [advanced_mode] title = Warning - Important description = You are going to enter in "Advanced Mode". -dont_show_again = Don't show this again [statusbar_tips] all_layers_are_locked = All selected layers are locked @@ -514,6 +513,11 @@ yes = &Yes no = &No cancel = &Cancel user_data = User Data +dont_show = Don't show this alert again +dont_show_tooltip = << - +