log

age author description
Fri, 16 Sep 2016 11:48:08 +0200 Goffi core (xmlui): fixed bad import
Thu, 15 Sep 2016 21:59:39 +0200 Goffi chat: changed udpate to use dict instead of single key/value
Sun, 11 Sep 2016 23:27:16 +0200 Goffi xmlui: implemented most of XMLUI, not finished yet
Sun, 11 Sep 2016 23:24:07 +0200 Goffi core: workaround issue happening when root widget is changed too quickly (during a transition)
Sun, 11 Sep 2016 12:15:41 +0200 Goffi core: menus first draft:
Sat, 10 Sep 2016 18:01:32 +0200 Goffi contact list: fixed contact list display
Sat, 10 Sep 2016 16:01:33 +0200 Goffi core: postInit() is now called, allowing automatic profile connection
Sat, 10 Sep 2016 15:52:30 +0200 Goffi core: avoid kivy arguments hijacking so QuickApp arguments parsing can be used
Sat, 10 Sep 2016 00:05:46 +0200 Goffi chat: update avatar following quick frontend improvments
Sat, 10 Sep 2016 00:04:18 +0200 Goffi chat: fixed MUC joining following changes in backend
Sun, 04 Sep 2016 19:38:21 +0200 Goffi chat: design improvments:
Mon, 29 Aug 2016 01:23:49 +0200 Goffi chat: avatar and nick are now displayed, need further aesthetic improvments
Sun, 28 Aug 2016 16:50:56 +0200 Goffi core: newWidget implementation, it only display a not when a MUC room has been joined
Sun, 28 Aug 2016 16:49:28 +0200 Goffi chat: joining MUC using header input is now working:
Sun, 28 Aug 2016 16:11:07 +0200 Goffi core: new getPluginInfo method to retrieve plugin info corresponding to filter(s)
Sun, 28 Aug 2016 15:37:22 +0200 Goffi core: removed forgotten debug logs
Sun, 28 Aug 2016 15:33:23 +0200 Goffi contact list, selector: use of blue variant of icons
Sun, 28 Aug 2016 15:27:48 +0200 Goffi widgets handler, core: hidden widgets can now be shown with swipes:
Sun, 28 Aug 2016 15:27:45 +0200 Goffi chat: forbid scrolling on X axis + don't delete widget until explicitly requested (with force attribute)
Sun, 28 Aug 2016 15:27:42 +0200 Goffi cagou widget, root widget: used of dp to specify distances
Sun, 28 Aug 2016 14:59:49 +0200 Goffi chat: header_input text is reset when widget is changed due to input
Mon, 22 Aug 2016 20:58:12 +0200 Goffi handler, widget: deleteWidget is now properly called when a QuickWidget is deleted
Sun, 21 Aug 2016 21:41:52 +0200 Goffi core: XMLUI notifications coming from backend are handled:
Sun, 21 Aug 2016 17:49:14 +0200 Goffi minor docstring fix
Sun, 21 Aug 2016 17:47:23 +0200 Goffi core: expand now accepts extra arguments, which will be used in format
Sun, 21 Aug 2016 17:31:07 +0200 Goffi images: fixed borders using blue and gray from sat_media/misc/borders + removed unused ones in cagou/images
Sun, 21 Aug 2016 15:15:25 +0200 Goffi notes first draft:
Sun, 21 Aug 2016 15:02:18 +0200 Goffi core: added expand method to expand filename with magic values, specially useful in kv
Sun, 21 Aug 2016 12:43:36 +0200 Goffi cagou widget (selector): fixed size of selector, choices now appear in the correct position
Sun, 21 Aug 2016 12:42:02 +0200 Goffi common: first draft of a module were common widgets will be put