SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Config-Model-TkUI-1.362-1.1.noarch.rpm :
Thu May 11 14:00:00 2017 cooloAATTsuse.com
- updated to 1.362
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.362 2017-05-10
Bug fix:

* bind mouse button 2 and 3 only on release (avoid
double action on button press and then release)

* fix undef warnings when pasting a value in tree
before opening an editor or a viewer

* Depends on Config::Model 2.095 (forgotten in v1.360)

* add missing C-f C-c C-v bindings (other binding
ideas are welcome, see gh #3)
Improved functionality:

* TkUI: open hash or array after pasting data
Other:

* change layout of test model file

* dist.ini: update copyright years

Mon Feb 13 13:00:00 2017 cooloAATTsuse.com
- updated to 1.361
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.361 2017-01-22
Bug fix:

* TkUI: destroy parent only when parent isMainWindow
(fix Config::Model::Itself itself-editor test)
1.360 2017-01-15
Bug fix:

* handle correctly utf8 in pod text (Debian: #851178)

* destroy main window when widget is closed (Debian: 850645)

* NodeViewer: fix handling of elt containing a dot in their name

Tue Nov 29 13:00:00 2016 cooloAATTsuse.com
- updated to 1.359
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.359 2016-11-28
Bug fix:

* TkUI: fix display of leaf element (broke while fixing gh#7)

Mon Nov 28 13:00:00 2016 cooloAATTsuse.com
- updated to 1.358
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.358 2016-11-27
Improved functionality:

* show leaf value in a list when it contains
*one
* item (gh #7)

* add \"hide empty value\" button (gh #9)

* Indicate nb of elements in a list or hash (gh #8)

* description widget is now expandable

Sat Oct 8 14:00:00 2016 cooloAATTsuse.com
- updated to 1.357
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.357 2016-09-24
Bug fix:

* fix crash after click on \"apply fix\" on a hash element
1.356 2016-05-29
Improved functionality:

* \"show only custom value\" feature can now hide list and
hash elements. This reduces clutter when viewing systemd
config
1.355 2016-05-14
Improved functionality:

* added Ctrl-q and Ctrl-s bindings (gh #3)
Bug fixes:

* update editor/viewer when pasting content. (gh #4)

* fix show only custom value when opening a branch (gh #6)
1.354 2016-03-10
Fixed skipped test count to avoid smoke test failures
on freebsd
1.353 2016-03-09
Bug fix:

* Fixed broken display of string value when standard value
is null (broken in 1.352)
1.352 2016-02-21
Improved diff functionality:

* Show value diff only when standard value is not null

* TkUI: show when a checklist is different from standard
Bug fix:

* Leaf editor: avoid error when using delete within wizard (gh #5)
1.351 2016-01-26
New functionality:

* The leaf value viewer now show a diff of current value
compared to standard value (only for value_type string).
This will be useful with \"cme edit dpkg-copyright) to check
the difference of license text. This requires Text::Diff
Important bug fix:

* TkUI: Let reach the text editor (Closes github #2).
This avoids loosing data: hitting return no longer closes
the text editor.
1.350 2015-10-25
Improved usability:

* Use double-click instead of rgith-click in tree to open
item editor. Right-click is still working.

* show note editor only when supported by backend
(requires Config::Model >= 2.074)

* improved balloon help message of list editor

Tue Sep 1 14:00:00 2015 cooloAATTsuse.com
- updated to 1.349
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.349 2015-07-18
Bug fix release:

* fixed quit to work even if no data was modified (regression
in 1.348)

* HashEditor: added \'clear\' and \'copy\' entry button. simplified
\'keep\' checkbutton behavior.

* Reworked UI to avoid being messed up with multiline hash keys. This
will improve the UI when editing debian/copyroght files (e.g. with
\"cme edit dpkg-copyright\" done on nqp package)
1.348 2015-06-27
Important bug fix release:

* Data was not saved when quitting with version 1.347.
(e.g. menu: quit -> save changed data? -> yes -> oops, sorry, not done )
This is now fixed, data is saved
*then
* cme exits

* fixed home page in dist.ini and META (Thanks Axel)

Mon Jun 15 14:00:00 2015 cooloAATTsuse.com
- updated to 1.347
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.347 2015-06-14
Mostly a not so small bug fix release:

* UI:

* Increased font size used to render description of elements

* Fix display of messages that were cancelled too fast

* show \"saving...\" and \"save done\" message

* LeafEditor:

* fix regression where change done with external editor was not saved

* Add .pod suffix to tmp file to let external editor use pod mode

* meta info:

* switch bug tracker to github

* fixed repo url (Tx gregoa)

Sun May 10 14:00:00 2015 cooloAATTsuse.com
- updated to 1.346
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.346 2015-05-09
Added new feature:

* TkUI: add show_message methid to display message at the bottom of
the main widget for 5 seconds.

Mon Apr 13 14:00:00 2015 cooloAATTsuse.com
- updated to 1.345
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
1.345 2015-01-10
Mostly a small bug fix release:

* LeafEditor:

* fix boolean value initialisation

* improved error handling and report

* updated © year

Mon Dec 29 13:00:00 2014 larsAATTlinux-schulserver.de
- update to 1.344:

* LeafEditor: use Path::Tiny instead of File::Slurp (RT #95691)

* Removed \'experience\' property from interface (which fixes the crash
occuring with Config;:Model 2.056)

* fixed number of tests issue detected by smoke tests

* List editor:

* sort button calls list->sort() (requires Config::Model 2.052)

* replaced push button with insert at selection (for list of leaves)

* added insort button (for list of leaves)

* removed asynchronous code

* removed dependency on AnyEvent

* annotation editor:
+ add save/del button (requires Config::Model 2.050)

* TkUI:

* removed experimental given/when

* also show items with warning or error when showing only customized items.
- (build) require perl(Path::Tiny) instead of perl(File::Slurp)

Sat Feb 1 13:00:00 2014 larsAATTlinux-schulserver.de
- initial package 1.340


 
ICM