log frontends/src/tools/xmlui.py @ 2418:69f979adb1d7

age author description
Sun, 05 Nov 2017 13:44:07 +0100 Goffi frotends(xmlui): fixed _xmlui_for_name attribute for labels
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 27 Oct 2017 18:03:35 +0200 Goffi core (XMLUI), template(XMLUI): added flags to ListWidget:
Fri, 20 Oct 2017 08:39:58 +0200 Goffi frontends (xmlui): added ValueGetter.keys
Mon, 16 Oct 2017 07:21:44 +0200 Goffi frontends (xmlui): new _xmlui_for_name attribute:
Mon, 16 Oct 2017 07:18:07 +0200 Goffi frontends (xmlui): new widget_value dict to get first value of widget by name
Sun, 01 Oct 2017 12:21:23 +0200 Goffi frontends (xmlui): a dict of named widgets is kept, so they can be easily be retrieved
Sun, 24 Sep 2017 16:36:11 +0200 Goffi core, frontends (xmlui): new LabelContainer:
Sun, 18 Dec 2016 10:15:57 +0100 Goffi frontends(xmlui): better handling of missing _xmluiAppend
Sun, 21 Aug 2016 12:07:31 +0200 Goffi frontends (xmlui): added a user_action attribute:
Wed, 29 Jun 2016 13:51:39 +0200 Goffi frontends (xmlui): cancelling form now trigger submit with {"cancelled": "true"} instead of being silently ignored
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Tue, 15 Dec 2015 14:12:19 +0100 souliane memory (params): parameter jids_list values are specified with <jid>...</jid>
Mon, 16 Nov 2015 09:25:05 +0100 Goffi primitivus (xmlui): fixed closing on popup panel "OK" button press
Mon, 16 Nov 2015 08:57:02 +0100 Goffi frontends (xmlui): fixed widget closing on submit
Wed, 11 Nov 2015 18:29:32 +0100 Goffi quick_frontend, primitivus (xmlui): removed _xmluiClose from workflow were submit is triggered, as submit launch the callback which close the dialog itself + fixed dialogs _xmluiClose
Thu, 27 Aug 2015 17:59:01 +0200 Goffi frontends (xmlui): fixed a bug in xmlui resulting in a bad dialog creation (parameters were lost, including profile)
Tue, 25 Aug 2015 14:41:42 +0200 Goffi frontends: callback are now always used in QuickApp launchAction (before it was only used if validated is present):
Fri, 21 Aug 2015 14:17:41 +0200 souliane tools, frontends (xmlui): allow to select a tab when adding it
Thu, 20 Aug 2015 18:36:53 +0200 Goffi frontends, primitivus: JidsList XMLUI widget management /!\ urwid SàText must be updated
Tue, 18 Aug 2015 10:35:44 +0200 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Tue, 03 Mar 2015 06:00:23 +0100 souliane frontends (XMLUI): fixes wrong argument name frontends_multi_profiles
Sun, 22 Feb 2015 14:13:42 +0100 souliane frontends: merge sat_frontends.constants to sat_frontends.quick_frontend.constants frontends_multi_profiles
Sat, 24 Jan 2015 01:00:29 +0100 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
Wed, 10 Dec 2014 19:00:09 +0100 Goffi quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p): frontends_multi_profiles
Fri, 03 Oct 2014 12:27:43 +0200 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
Wed, 20 Aug 2014 21:16:14 +0200 Goffi frontends: dialog don't crash anymore is no submit_id is given (submit does nothing in this case)
Wed, 13 Aug 2014 14:48:49 +0200 Goffi frontends: XMLUI refactoring + dialogs: