Xavi Artigas
df21c3770e
calculator: Adapt to latest Text_Cursor API
2 years ago
Xavi Artigas
f835d45622
mono calculator: fix font size of main screen
...
Apparently setting editable=false resets the font size.
While we investigate that, this is a workaround.
2 years ago
Xavi Artigas
5f1be675ee
mono-examples: Adapt to latest syntax
...
Setter and Getters have disappeared. Now everything is accessed through properties like:
Text, Disabled, Autohide, Color, Orientation, ContentPadding, Size, ScrollableText, Align, Name.
Also the Life and Containers examples had several issues.
Text override from custom widgets is still not solved.
2 years ago
Xavi Artigas
6e77c4aae2
homescreen: Do not show apps that do not want to be shown
...
As mandated by the .desktop files.
Otherwise, you might get missing icons.
2 years ago
Xavi Artigas
f3076c6d19
homescreen: Simplify code and UI structure
...
Remove global variables.
Add comments.
General beautification.
2 years ago
Xavi Artigas
ac5879e3e5
homescreen: Initial import from bu5hm4n code
...
Just removed custom Edje classes and tried to replace them with
Efl.Ui classes (for simplicity).
2 years ago
Xavi Artigas
b694a830af
Updated .gitignore
2 years ago
Xavi Artigas
6a470840d9
mono-examples: Adapt to latest syntax (EventArgs.arg -> Arg)
...
Also workaround some temporary inability to set struct members.
2 years ago
Xavi Artigas
dfa678e9dc
Add the now-mandatory @since tags to example EO files
2 years ago
Xavi Artigas
4b6740b258
Adapt Eina.Array example to latest syntax
2 years ago
Ali Alzyod
870cda6730
EXAMPLES efl.text.style: reflect updates
...
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Differential Revision: https://phab.enlightenment.org/D10898
3 years ago
Xavi Artigas
be0ade4350
Adapt to latest Textbox changes
3 years ago
Xavi Artigas
6f183d62c2
Adapt to latest changes
...
Including removal of the manual inclusion of text headers!
3 years ago
Xavi Artigas
cba451e99b
More adaptation to latest Text changes
...
Previous fix relied on old headers still being present, which is not good.
3 years ago
Xavi Artigas
aeaba83065
Adapt to latest Text changes
3 years ago
Xavi Artigas
868ed77548
Update code comments (and typos)
3 years ago
Xavi Artigas
d57c8e2d28
Add documentation for C and C# calculator examples
3 years ago
Xavi Artigas
f9486b6bfd
Example C# calculator app
...
For simplicity, only integer operations and no direct editing of the numbers.
This is meant as a simple UI example, not as a CS exercise.
3 years ago
Xavi Artigas
8caeaaf071
Example C Calculator app
...
For simplicity, only integer operations and no direct editing of the numbers.
This is meant as a simple UI example, not as a CS exercise.
3 years ago
Xavi Artigas
95c373e8e3
Only ignore topmost meson.build
...
This is autogenerated, but not all other meson.build files in subdirs.
3 years ago
Lauro Moura
b8f57276ef
Initial version of demo MVVM app
...
Summary:
For now, a static model with a simple CollectionView.
The idea is to create a model that fetches some info from the web,
like weather forecast, and show it to the user.
Depends on D10300
Reviewers: SanghyeonLee, felipealmeida, cedric, bu5hm4n
Reviewed By: SanghyeonLee
Subscribers: brunobelo
Differential Revision: https://phab.enlightenment.org/D10302
3 years ago
Xavi Artigas
b8fd0c3b74
Adapt examples to latest Unified API changes
...
Efl.Ui.Text headers have to be manually included for now, since they still depend
on Legacy headers.
Padding API has lost a parameter.
3 years ago
Xavi Artigas
0a23c904cb
Game of Life: Remove last uses of Legacy API
3 years ago
Xavi Artigas
6dfa4bac1d
cs snippets: small updates to Slider and Box
3 years ago
Lukasz Oleksak
9f0eebb54f
Example code for Efl.Ui.* widgets
...
Reviewers: segfaultxavi, woohyun
Reviewed By: segfaultxavi
Differential Revision: https://phab.enlightenment.org/D10269
3 years ago
Lukasz Oleksak
670a6bc902
Example code for Efl.Ui.Win
...
Reviewers: segfaultxavi, woohyun
Reviewed By: segfaultxavi
Tags: #efl, #examples
Differential Revision: https://phab.enlightenment.org/D9982
3 years ago
Mike Blumenkrantz
fea913d1e1
life: remove Elementary.h usage
...
Summary: this should not be needed
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Tags: #examples
Differential Revision: https://phab.enlightenment.org/D10021
3 years ago
Xavi Artigas
fd32510f35
mono snippets: Added README in the snippets folder
3 years ago
Bruno da Silva Belo
242ed076f3
csharp: Basic components for all tests without Ui.
...
Summary:
Uiless tests use basic components.
Make test terminate again.
Reviewers: lauromoura, felipealmeida, segfaultxavi
Reviewed By: segfaultxavi
Subscribers: brunobelo, felipealmeida, lauromoura
Differential Revision: https://phab.enlightenment.org/D9916
3 years ago
Xavi Artigas
f161620f9f
mono-examples: Do not initialize the UI component if it is not needed
3 years ago
Lauro Moura
3aecb39a18
csharp: Use basic components in core event test
...
Summary: No need to start elm, as T7770 was fixed.
Reviewers: brunobelo, felipealmeida
Reviewed By: brunobelo
Differential Revision: https://phab.enlightenment.org/D9915
3 years ago
Xavi Artigas
5a4c817d16
mono-examples: Use Del() to dispose of widgets
3 years ago
Xavi Artigas
40801d9285
mono-examples: adapt to latest bindings syntax
3 years ago
Xavi Artigas
5472a77fb3
mono-examples: adapt to latest bindings syntax
3 years ago
Ali Alzyod
17609ba6bf
example: fix compilation error
...
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Subscribers: segfaultxavi
Differential Revision: https://phab.enlightenment.org/D9815
3 years ago
Xavi Artigas
93120a13f5
Adapt to latest changes in Efl.Ui.AlertPopup
3 years ago
Bruno da Silva Belo
fa93b9f7c0
Fixing compiles errors from examples, c and c#.
...
Summary: Change from efl broke the compilation of examples, updating names to the new changes.
Reviewers: lauromoura, felipealmeida
Reviewed By: lauromoura
Differential Revision: https://phab.enlightenment.org/D9581
3 years ago
Xavi Artigas
e8245fe5dd
Remove EFL_EO_API_SUPPORT
...
This is not needed anymore.
3 years ago
Xavi Artigas
4c2c569c7e
hello-gui: make text non-editable
...
Non-editable was the default when these tutorials were created, but not anymore.
3 years ago
Lauro Moura
9ed9d94501
csharp: Make examples build again.
...
Summary: OnInitialize changed signature in D9178
Reviewers: vitor.sousa, segfaultxavi
Reviewed By: vitor.sousa
Differential Revision: https://phab.enlightenment.org/D9213
3 years ago
Xavi Artigas
a49641d9b4
efl-mono: Make the setup.py script work again
...
It was broken when the snippets folder was added without a meson.build file.
3 years ago
Xavi Artigas
b2c7e2c2dd
efl-mono: Add custom widget example
3 years ago
Xavi Artigas
d325da2119
efl-mono: Efl.Ui.Dir -> Efl.Ui.LayoutOrientation
3 years ago
Xavi Artigas
21567fcccf
Efl.Ui.Dir -> Efl.Ui.Layout_Orientation
3 years ago
Xavi Artigas
af73959386
Use direction instead of table_direction in table examples
...
Efl.Ui.Direction.direction is simpler to understand than
Efl.Pack_table.table_direction. Also, the latter might disappear very soon.
3 years ago
Xavi Artigas
836a9edf73
mono examples: Update to latest Efl.Ui.Clickable syntax
3 years ago
Xavi Artigas
05d9b74e19
texteditor app: no need to use efl_part
...
efl_content_set() will access that part, there's no need to retrieve "efl.content".
Plus, that part is not advertised in the button's EO file, so I am not sure it is
legal to access it.
3 years ago
Xavi Artigas
6cb115480e
mono-examples: Update to latest Part syntax
3 years ago
Xavi Artigas
fdeb87bb75
Fix alignment of some widgets
...
Summary:
Commit 78ae9c0ae069ff86e701ff98cf5674cc491ee156 introduced a new API
(efl_gfx_hint_fill_set) and changed the default behavior of aligned widgets.
The same commit made the necessary changes to all examples in the efl repo,
but not in the examples repo.
This patch here aligns the widgets again they way they were meant to.
We have gone 6 months without anybody noticing that the examples did not
render correctly... let's try and add some unit tests later.
Test Plan: Try the hello-gui c tutorial. The text should be centered instead of in a corner.
Reviewers: YOhoho, bu5hm4n
Differential Revision: https://phab.enlightenment.org/D8791
3 years ago
Xavi Artigas
b2c41e4e01
mono-examples: Adapt to changes in Efl.Pack
3 years ago