Adam Dobrowolski
cb18433c78
[EGD-2927] GridLayout update/fixups to use in DesktopApp
2020-03-04 13:19:05 +01:00
Adam Dobrowolski
2567da65f6
EGD-2248 addWidget returns void now instead of bool
...
* elements which possibly depended on this depend now on `visibility` of element added
* changed everywhere returns on addWidget
* checked layouts (vertical, horizontal, pagedbox, gridlayout)
2020-03-03 14:36:43 +01:00
Adam Dobrowolski
0bcfc51e16
[EGD-2896] Box added maxSize possiblity
2020-02-26 11:53:03 +01:00
Adam Dobrowolski
5e5562c261
[EGD-2896] Cleanup to use maxSize
2020-02-26 11:53:03 +01:00
Adam Dobrowolski
d8c2198529
[EGD-2394] [GUI] BoxLayout unified addWidget & axis
...
* tryAddWidget was redundant to addWidget, with Rect fixes and log it's not needed
* With changes in BoundingBox simplified axis use in BoxLayout
* Add widget moves elements to it's place, resize is not thought through and for now is removed
2020-01-31 14:05:42 +01:00
Adam Dobrowolski
a4bfc1b1e3
[EGD-2394] [GUI] BoxLayout - added border callback
...
Added option to run action when border is met during scrolling of
BoxLayout element. Needed to enable loading new elements when border is
met.
2020-01-31 14:05:42 +01:00
Adam Dobrowolski
a45e0779bd
[FIX] focus switches wasn't handled
2020-01-22 13:18:59 +01:00
Adam Dobrowolski
1059543931
[BoxLayout] Added PageLayout & BoxLayout fixups
...
* Fixed Rect to always set maxSize and BoxLayout navigation
* removed commented out focusItem
* Removed redundant handling
* General BoxLayout fixes
2020-01-03 12:54:39 +01:00
Adam Dobrowolski
aaa7bc30ad
[BoxLayout] commonized HBox, VBox elements
2020-01-03 12:54:39 +01:00
Adam Dobrowolski
ea61c1ec8a
[EGD-2335] Added grid layout (for character selector)
2019-12-09 11:19:37 +01:00
Robert Borzecki
5251f79971
Added ThreadViewWindow.
2019-09-26 07:14:31 +02:00
pholat
04f5637e6b
GUI: Fixed VBox, HBox so that these won't move elements to 0 in wrong axis
...
i.e. VBox moved all elements to x=0
2019-08-28 09:14:36 +02:00
Robert Borzecki
fefda66337
Added stub class for text widget.
2019-08-05 06:28:45 +02:00
Robert Borzecki
d3235d54d7
Removed submodule
2019-05-21 23:35:00 +02:00