Commit Graph

511 Commits

Author SHA1 Message Date
Carsten Haitzler 86547a1fa2 use external fn - not internal.
SVN revision: 43035
2009-10-12 10:10:12 +00:00
Davide Andreoli 286653bb37 * Implement some elm_win_*_get() functions
SVN revision: 43034
2009-10-12 09:09:55 +00:00
Jonathan Atton c61b56a1a2 elm slideshow : rewrite it. Now the slideshow display a list of Evas_Object* . This is more clean than the previous hack.
SVN revision: 43020
2009-10-11 17:18:44 +00:00
Jonathan Atton 2dc274cc02 elm menu+toolbar: Rewrite the menu, add separator and submenus. Fix the separator in the toolbar
SVN revision: 43019
2009-10-11 13:37:01 +00:00
Carsten Haitzler dc3083f1c0 authors++
SVN revision: 43018
2009-10-11 07:30:36 +00:00
Carsten Haitzler 05049f3a6b athors <-> dox match up + add marco - those with svn access should be adding
themselves!



SVN revision: 43017
2009-10-11 07:05:01 +00:00
michael bouchaud 0fb5ccbec0 From: michael bouchaud <michael.bouchaud@gmail.com>
Hi, I just do some correction on progressbar in elementary for the state
where progression is 0%.



SVN revision: 43016
2009-10-11 07:01:38 +00:00
Carsten Haitzler fbb15eb4ee thanks to marco - wrapped (line wrapped) label mode too.
SVN revision: 43012
2009-10-11 05:57:05 +00:00
Carsten Haitzler 5f2b460aba thanks to marco - disable cut/paste if not editable, add ability to toally
disable the menu



SVN revision: 43011
2009-10-11 05:48:24 +00:00
Carsten Haitzler 82540069b8 fix scale_get(). thanks marco
SVN revision: 43010
2009-10-11 05:43:42 +00:00
Carsten Haitzler 0fe15aa512 remove commented out code.
SVN revision: 43009
2009-10-11 04:32:09 +00:00
Carsten Haitzler 3c422f238d printf--
SVN revision: 43008
2009-10-11 03:10:52 +00:00
Carsten Haitzler 08d2f2b3f7 fix scrolling in genlist and photocam
SVN revision: 43007
2009-10-11 03:10:36 +00:00
Jonathan Atton 4d98337d81 elm test genlist : Add bring in 50th and 1500th items.
SVN revision: 43005
2009-10-10 15:59:55 +00:00
Carsten Haitzler 8d4735d43a ther is no _() macro in elm! intl not done (yet)
SVN revision: 42990
2009-10-10 02:53:22 +00:00
Christopher Michael 5f9ad176c9 More EVAS_HINT_EXPAND/FILL.
Allow button labels to be translated.



SVN revision: 42989
2009-10-10 00:35:05 +00:00
Christopher Michael 45d94713b9 Use EVAS_HINT_EXPAND & EVAS_HINT_FILL.
SVN revision: 42988
2009-10-10 00:32:27 +00:00
Carsten Haitzler e2bb0e987f use exposed api call!
SVN revision: 42961
2009-10-08 14:29:38 +00:00
Carsten Haitzler 71f6c6475c fix #ifdef - thanks to Vincent Pomageot for spotting it
SVN revision: 42959
2009-10-08 09:31:15 +00:00
Carsten Haitzler 6643ff85ec 1. move orientation box call to after back- this makes the box do a calc
2. too keen on removing swallows. add back.



SVN revision: 42955
2009-10-08 06:18:51 +00:00
Carsten Haitzler a4996f90ae 1. remove excess swallows - now edje handles that itself
2. beforfe show.. calc first so initial windowis the right size!



SVN revision: 42953
2009-10-08 05:26:58 +00:00
Jonathan Atton 142f0f04d9 Elemetary : add a new widget: menu. See elementary_test. submenu will coming soon. Rewrite the toolbar to use this new widget
SVN revision: 42943
2009-10-07 17:11:41 +00:00
Carsten Haitzler de95cab53e if item is being dragged dont unrealize it + block. will get unrealised next
scroll.



SVN revision: 42942
2009-10-07 14:02:55 +00:00
Carsten Haitzler c9a1ede5cd add tests for show item in list
SVN revision: 42941
2009-10-07 13:19:25 +00:00
Carsten Haitzler c609930968 add clicked test to icon
SVN revision: 42928
2009-10-07 06:58:37 +00:00
Jonathan Atton a3105e664e elm toolbar: little fix to avoid a infinite loop
SVN revision: 42924
2009-10-06 22:24:24 +00:00
Jonathan Atton ab10322bcc elm toolbar menu: the menu is closed if we click on the middle of the hover
SVN revision: 42923
2009-10-06 21:56:24 +00:00
Jonathan Atton 72e5eb0517 elm toolbar: fix the position of the menu
SVN revision: 42922
2009-10-06 21:46:11 +00:00
Jonathan Atton 48a16579fc elm toolbar: add elm_toolbar_align_set(), set the alignment of the items. Defalt is 0.5 (center)
SVN revision: 42920
2009-10-06 20:14:46 +00:00
Jonathan Atton 9029e6ed9e elm toolbar: add item_unselect_all(). Automatically unselect the item when the menu is closed.
SVN revision: 42917
2009-10-06 18:18:21 +00:00
Vincent Torri c9b5e05f6b * more quoting
* add silent rules (shave feature)
   see the description of AM_SILENT_RULES in: 
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros



SVN revision: 42912
2009-10-06 16:56:21 +00:00
Jonathan Atton 145c90a7e4 elm toolbar: add menu. See the last item in the tollbar test. Thi implementation is simple: each item are a button with a custom style
SVN revision: 42904
2009-10-06 15:08:41 +00:00
Jonathan Atton 5b3d25c2a2 elm progrees bar: new style: wheel. simple style, no text, no progression, only pulse is available
SVN revision: 42887
2009-10-05 13:58:13 +00:00
Jonathan Atton ba714b567c elm notify : some fix. hoversel :add items_get()
SVN revision: 42879
2009-10-04 23:05:50 +00:00
Vincent Torri f76f005f75 * use Requires.private field in elementary.pc if pkg-config 0.22 or later is installed. We list in it the required packages needed to compile elementary.
* remove uneeded flags that are in Libs.private and Cflags (those from the packages that are listed in Requires.private) 


SVN revision: 42866
2009-10-03 06:57:32 +00:00
Iván Briano a95ba2636d Hacky move to evas_box
Evas_Box layouts don't get along with what elm expects,
so for now, it's using the old els_box calculate functions
as a custom layout.


SVN revision: 42863
2009-10-02 19:22:40 +00:00
Jonathan Atton 6b56241c3a elm photocam : add file_get()> elm slideshow test : fix a bug
SVN revision: 42857
2009-10-02 13:03:57 +00:00
Jonathan Atton 07eef230f6 elm button : new style "anchor", see elentary_test
SVN revision: 42820
2009-09-30 14:02:51 +00:00
Jonathan Atton 97a2d89bc5 elm pager : new style : fade
SVN revision: 42819
2009-09-30 12:21:09 +00:00
Jonathan Atton 58b8005d51 elm toolbar : rewrite/fix _sizing_eval
SVN revision: 42818
2009-09-30 11:26:26 +00:00
Jonathan Atton a00f198b0f elm toolbar : add homogenous_set
SVN revision: 42817
2009-09-30 10:53:08 +00:00
Carsten Haitzler 448f7575f2 add zoom param to docs
SVN revision: 42815
2009-09-30 09:25:28 +00:00
Carsten Haitzler 74faa53446 put photocam theme stuff back! bad watchwolf. bad! seer luck i caught this
this soon.



SVN revision: 42810
2009-09-30 02:33:01 +00:00
Christopher Michael 35d46f8a63 Sub is not used here.
SVN revision: 42808
2009-09-29 21:03:23 +00:00
Jonathan Atton 4de8463e0c elm slideshow : keep the ratio
SVN revision: 42801
2009-09-29 14:07:18 +00:00
Carsten Haitzler 111735b63d 1. add elm module internal code. will be used later for things like:
* putting policy into modules
* multitouch handling being able to be farmed off to modules
* farming off things that are not compatible with license/code of elm into a
3rd party piece of code via a clean defined interface API

2. fix doc image - dont need it

3. fix toolbar bounce settings. was wrong



SVN revision: 42793
2009-09-29 04:35:35 +00:00
Carsten Haitzler f81ba03770 fix anchorblock test packing
SVN revision: 42792
2009-09-29 04:32:35 +00:00
Christopher Michael 96c5a5ab5e fix formatting of divide by 0 'fix'.
No need to get the minw & minh if we are just going to set it to -1 anyway.



SVN revision: 42785
2009-09-28 22:18:03 +00:00
Jonathan Atton d3a677e5d9 elm photocam: fix a case of divide by 0
SVN revision: 42784
2009-09-28 22:05:37 +00:00
Christopher Michael 1092b7e015 Formatting.
SVN revision: 42782
2009-09-28 20:02:10 +00:00