Commit Graph

86 Commits

Author SHA1 Message Date
Xavi Artigas 1f0b3626ba Remove eo_prefix
In this small example it is not necessary, so the tutorial is simpler.
2017-11-14 11:05:29 +01:00
Andy Williams bbad6e9923 eo-classes: Use a single header from all c files 2017-11-10 12:16:54 +00:00
Andy Williams 782edcff12 eo-classes: Update includes to be as designed 2017-11-10 11:13:24 +00:00
Andy Williams 0e754f1684 Correct name for tutorial folder 2017-11-10 10:51:57 +00:00
Andy Williams ad5287a9e3 eina-iterator: Add first reference example 2017-11-09 18:46:02 +00:00
Andy Williams 632662aeee Move examples into examples/c/ and rename them to remove the extra namespace 2017-11-09 18:18:52 +00:00
Andy Williams a9a0bd4d5a c-eo-classes: Fix out of dir build 2017-11-09 16:14:30 +00:00
Xavi Artigas 20d06678ec Proper capitalization 2017-11-09 12:30:51 +01:00
Xavi Artigas 1f73f7e3aa Split eo-intro into two examples
This eases the tutorials.
2017-11-09 11:52:29 +01:00
Xavi Artigas b1d7440a6e Use efl_unref instead of efl_del for simplicity
It is easier to explain in the tutorials.
2017-11-08 12:25:27 +01:00
Xavi Artigas cb1ccc372c Fix indentation 2017-11-08 10:38:29 +01:00
Xavi Artigas 54fe5e8945 Small method rename for consistency 2017-11-08 10:38:29 +01:00
Andy Williams b3f6e19657 Update to efl_ref_count 2017-11-08 09:34:28 +00:00
Andy Williams c2fd813ea6 eo-classes: Add an example using eolian to define a class heirarchy 2017-11-07 17:35:34 +00:00
Xavi Artigas 84383a46c4 Remove tracking of "finalized" during construction
It is a bit off-topic for this tutorial
2017-11-07 10:52:37 +01:00
Xavi Artigas 76695cb1c7 Cosmetic changes to ease step-by-step tutorial
Otherwise, each step of the tutorial needed to change too much from previous step.
2017-11-07 10:27:31 +01:00
Xavi Artigas 6ecd94ecce eo-intro: Simplify and prettify output
And add comments
2017-11-06 13:42:52 +01:00
Andy Williams 756ea2231e eo-intro: Clean up callbacks 2017-11-06 10:39:37 +00:00
Andy Williams 213277ef74 Add event handling to eo-intro 2017-11-03 18:14:13 +00:00
Andy Williams 6794ec7e62 print referenec counts instead, a little more human readable 2017-11-03 17:40:50 +00:00
Andy Williams e2d0cbf52a Add first pass Eo intro example 2017-11-03 17:20:33 +00:00
Andy Williams eb05a8b520 Remove unneeded config references 2017-11-03 17:19:46 +00:00
Andy Williams c6db404395 Remove config.h from our examples, it is not needed
We do still need BETA defines, move them to the code for now
2017-10-31 16:51:52 +00:00
Andy Williams 0a622ba10b Add app to demo lifecycle using EFL_MAIN_EX 2017-10-26 11:20:38 +01:00
Andy Williams 7cd1175562 we don't really need the latest meson 2017-10-23 11:26:20 +01:00
Andy Williams de2557f2f4 A little more info for compiling 2017-10-23 11:20:07 +01:00
Andy Williams e7390f49c7 Fix meson versioning for library 2017-10-19 23:19:35 +01:00
Andy Williams 918c5cd850 More updated exit signatures 2017-10-19 20:07:36 +01:00
Andy Williams 8ac369aab1 Add buttons for some box layout demonstration 2017-10-19 20:05:38 +01:00
Andy Williams 733b99c838 Update to new exit signature 2017-10-18 12:46:06 +01:00
Andy Williams 3f3762c7f3 Update install files and generate pkgconfig 2017-10-17 14:32:06 +01:00
Andy Williams 5ad70691ca Add a basic library example with a test hooked in 2017-10-17 10:22:00 +01:00
Andy Williams 83bbdf2122 Add a simple GUI app - we are short a few interfaces already, will report these issues 2017-10-12 11:03:33 +01:00
Andy Williams 8e67f2c55f ignore build dirs 2017-10-12 11:02:28 +01:00
Andy Williams 08ee90cece Add brief doc 2017-10-11 23:33:04 +01:00
Andy Williams 13f65e9644 Initial commit of a trivial EFL command line app 2017-10-11 23:25:25 +01:00