summaryrefslogtreecommitdiff
path: root/data/edje_externals
Commit message (Collapse)AuthorAgeFilesLines
* autotools: improve build system to be able to correctly pick outside and ↵Cedric Bail2013-12-011-6/+4
| | | | inside tools.
* fix up png's with bad color profiles.Doug Newgard2013-06-261-0/+0
|
* Fix edje_cc verbosity if building with V=1Eduardo Lima (Etrunko)2013-03-071-1/+1
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* Elementary: remove duplicated slideshow iconLeandro Dorileo2013-01-031-1/+0
| | | | | | | Remove duplicated slideshow icon from icons.edc. SVN revision: 82096
* clean up toggle turds :)Carsten Haitzler2012-03-163-2/+0
| | | | SVN revision: 69478
* Elementary: Removed trailing whitespaces from c,h,am,ac,in.Daniel Juyung Seo2011-06-111-2/+2
| | | | | | | | | I think there is no more whitespaces in elementary. So from now on please check if your code is whitespace-free when you commit it. If so, no one will suffer from removing whitespaces and merge conflict. SVN revision: 60223
* quiet edje_cc mode - honor V param.Carsten Haitzler2011-04-081-1/+4
| | | | SVN revision: 58481
* Expose elm_list as externalIván Briano2010-04-083-0/+4
| | | | | | | Patch by Thiago Masaki SVN revision: 47847
* Welcome a new Elementary widget: file selector button.Gustavo Lima Chaves2010-04-083-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an elm button extended to launch a file selector on click and to callback_call registered funcs when selection is completed. Many uses may arise from it, but as a fresh 1st example here comes the first (primitive, but cool) video player in edje: externals { external: "emotion"; external: "elm"; } collections { group { name: "main"; parts { part { name: "video"; type: EXTERNAL; source: "emotion"; description { state: "default" 0; rel1 { offset: 10 10; } rel2 { offset: -11 -61; } params { choice: "engine" "gstreamer"; } } } part { name: "play"; type: RECT; description { state: "default" 0; color: 0 255 0 128; rel1 { relative: 0 1; offset: 10 -51; } rel2 { relative: 0.3 1; offset: -6 -11; } } } part { name: "pause"; type: RECT; description { state: "default" 0; color: 255 0 0 128; rel1 { relative: 0.3 1; offset: 5 -51; } rel2 { relative: 0.6 1; offset: -6 -11; } } } part { name: "file_sel_btn"; type: EXTERNAL; source: "elm/fileselector_button"; description { state: "default" 0; rel1 { relative: 0.6 1; offset: 5 -51; } rel2 { offset: -11 -11; } params { string: "label" "open file"; string: "icon" "file"; } } } programs { program { signal: "mouse,clicked,1"; source: "play"; after: "do_play"; } program { name: "do_play"; action: PARAM_SET "video" "play" "1"; } program { signal: "mouse,clicked,1"; source: "pause"; action: PARAM_SET "video" "play" "0"; } program { signal: "file,chosen"; source: "file_sel_btn"; action: PARAM_COPY "file_sel_btn" "path" "video" "file"; after: "do_play"; } } } } } Enjoy. I've seen bugs on the fileselector itself wrt to list selection logic. I'll dig into then soon. SVN revision: 47846
* Added get functions in elm_genlist and added external Genlist support. By ↵Tiago Rezende Campos Falcao2010-04-063-0/+2
| | | | | | | | Fidencio Author: Fabiano Fidêncio <fidencio at profusion.mobi> SVN revision: 47784
* Elm slideshow as edje external, by Masaki.Gustavo Lima Chaves2010-04-053-1/+4
| | | | SVN revision: 47780
* Elm_map exported as edje external.Gustavo Lima Chaves2010-04-013-0/+2
| | | | SVN revision: 47654
* External Photocam. By FidencioTiago Rezende Campos Falcao2010-04-013-0/+2
| | | | | | Author: Fabiano Fidêncio <fidencio at profusion.mobi> SVN revision: 47649
* Added get functions in elm progressbar and added elm progressbar support in ↵Tiago Rezende Campos Falcao2010-04-013-0/+2
| | | | | | | | edje externals.By Fidencio Author: Fabiano Fidêncio <fidencio at profusion.mobi> SVN revision: 47647
* Added get functions in elm spinner and added elm spinner in edje ↵Tiago Rezende Campos Falcao2010-04-013-1/+3
| | | | | | | | externals.By Fidencio Author: Fabiano Fidêncio <fidencio at profusion.mobi> SVN revision: 47646
* Added get functions in elm clock and added elm clock support in edje ↵Tiago Rezende Campos Falcao2010-04-013-0/+2
| | | | | | | | externals. By Fidencio Author: Fabiano Fidêncio <fidencio at profusion.mobi> SVN revision: 47645
* Elm_fileselector as edje external.Gustavo Lima Chaves2010-03-313-0/+2
| | | | SVN revision: 47634
* Elm_thumb as an edje external.Gustavo Lima Chaves2010-03-313-0/+2
| | | | | | | | | There's a bug while adding it at Editje: it will draw itself over the part moving knob. Fixing it later. SVN revision: 47632
* Toolbar ExternalTiago Rezende Campos Falcao2010-03-303-1/+3
| | | | SVN revision: 47608
* Hoversel ExternalTiago Rezende Campos Falcao2010-03-303-0/+2
| | | | SVN revision: 47607
* Elm anchorblock edje external support. Same progress as anchorview's.Gustavo Lima Chaves2010-03-304-0/+2
| | | | SVN revision: 47606
* Anchorview exported to edje.Gustavo Lima Chaves2010-03-303-0/+2
| | | | | | | | | Just text exported, for now. TODO: make editje pass *unescaped* text down to this property. SVN revision: 47604
* Elm notepad on edje_externals.Gustavo Lima Chaves2010-03-293-0/+2
| | | | | | | | Still lacking properties exported, will come with more powerful param. types, further. SVN revision: 47569
* New elm widget exported to edje: bubble.Gustavo Lima Chaves2010-03-293-0/+2
| | | | SVN revision: 47559
* Icons for available externals, how exciting.Iván Briano2010-01-228-0/+43
SVN revision: 45449