[Commits] [SCM] clawsker branch, master, updated. 1.1.1-1-g76ce156

wwp at claws-mail.org wwp at claws-mail.org
Mon May 14 09:32:17 CEST 2018


The branch, master has been updated
       via  76ce1561b55227f5abaf27727213dcfbe3d014d2 (commit)
      from  812fb9e5c7e590e0e08b246cf2ff25d9de1d34d7 (commit)

Summary of changes:
 clawsker |   37 ++++++++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit 76ce1561b55227f5abaf27727213dcfbe3d014d2
Author: wwp <wwp at free.fr>
Date:   Mon May 14 09:31:51 2018 +0200

    Add editable geometry settings for the User Actions I/O windows.

diff --git a/clawsker b/clawsker
index 15346bb..e12a2b8 100755
--- a/clawsker
+++ b/clawsker
@@ -1700,6 +1700,22 @@ sub new_colours_page() {
         '0.0.0',
         '-1',
     ],
+    acio_w => [
+        'actionsiodialog_width',
+        $xl::s{l_win_w},
+        $xl::s{h_win_w},
+        'int,0,3000', # 0 pixels - 3000 pixels
+        '0.0.0',
+        '582',
+    ],
+    acio_h => [
+        'actionsiodialog_height',
+        $xl::s{l_win_h},
+        $xl::s{h_win_h},
+        'int,0,3000', # 0 pixels - 3000 pixels
+        '0.0.0',
+        '310',
+    ],
     tags_w => [
         'tagswin_width',
         $xl::s{l_win_w},
@@ -1899,6 +1915,21 @@ sub new_winpos_subpage_filtering() {
            );
 }
 
+sub new_winpos_subpage_useractions() {
+    return new_vbox_pack (
+                new_subpage_frame (
+                     new_hbox_pack (
+                          new_text_box_for_int (\%pr::win, 'acti_w', \%HPVALUE),
+                          new_text_box_for_int (\%pr::win, 'acti_h', \%HPVALUE)),
+                     _('User Actions prefs window'), 'not-packed'),
+                new_subpage_frame (
+                     new_hbox_pack (
+                          new_text_box_for_int (\%pr::win, 'acio_w', \%HPVALUE),
+                          new_text_box_for_int (\%pr::win, 'acio_h', \%HPVALUE)),
+                     _('User Actions I/O window'), 'not-packed')
+           );
+}
+
 sub new_winpos_subpage_prefs() {
     return new_vbox_pack (
                 new_subpage_frame (
@@ -1913,11 +1944,6 @@ sub new_winpos_subpage_prefs() {
                      _('Templates window'), 'not-packed'),
                 new_subpage_frame (
                      new_hbox_pack (
-                          new_text_box_for_int (\%pr::win, 'acti_w', \%HPVALUE),
-                          new_text_box_for_int (\%pr::win, 'acti_h', \%HPVALUE)),
-                     _('Actions window'), 'not-packed'),
-                new_subpage_frame (
-                     new_hbox_pack (
                           new_text_box_for_int (\%pr::win, 'tags_w', \%HPVALUE),
                           new_text_box_for_int (\%pr::win, 'tags_h', \%HPVALUE)),
                      _('Tags window'), 'not-packed'),
@@ -1959,6 +1985,7 @@ sub new_winpos_page() {
     $winbook->append_page (new_winpos_subpage_addrbook, _('Addressbook'));
     $winbook->append_page (new_winpos_subpage_accounts, _('Accounts'));
     $winbook->append_page (new_winpos_subpage_filtering, _('Filtering'));
+    $winbook->append_page (new_winpos_subpage_useractions, _('User Actions'));
     $winbook->append_page (new_winpos_subpage_prefs, _('Preferences'));
     $winbook->append_page (new_winpos_subpage_misc, _('Other'));
     return $winbook;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Hidden preferences editor for Claws Mail


More information about the Commits mailing list