platform/upstream/elementary.git
14 years ago * Revert my previous commit, the correct way to set the style of a widget is to...
Davide Andreoli [Thu, 15 Oct 2009 13:18:11 +0000 (13:18 +0000)]
 * Revert my previous commit, the correct way to set the style of a widget is to use elm_object_style_set.
 * Mark all the remaining elm_*_style_set() as deprecated.
 * Some whitespaces

SVN revision: 43095

14 years ago* Add missing elm_pager_style_set() func & 3 little whitespaces
Davide Andreoli [Thu, 15 Oct 2009 11:16:05 +0000 (11:16 +0000)]
* Add missing elm_pager_style_set() func & 3 little whitespaces

SVN revision: 43094

14 years agodistcheck damnit!
Carsten Haitzler [Thu, 15 Oct 2009 09:07:21 +0000 (09:07 +0000)]
distcheck damnit!

SVN revision: 43093

14 years agoElm genlist: add elm_genlist_item_middle_bring_in/show(item)). Elm slideshow : fix...
Jonathan Atton [Wed, 14 Oct 2009 21:57:46 +0000 (21:57 +0000)]
Elm genlist: add elm_genlist_item_middle_bring_in/show(item)). Elm slideshow : fix a problem with the timer

SVN revision: 43087

14 years agoadd paused state to photocam to allow for instance changes of zoom level when
Carsten Haitzler [Wed, 14 Oct 2009 14:03:42 +0000 (14:03 +0000)]
add paused state to photocam to allow for instance changes of zoom level when
desired.

SVN revision: 43072

14 years agofix fit with small images.
Carsten Haitzler [Wed, 14 Oct 2009 09:22:20 +0000 (09:22 +0000)]
fix fit with small images.

SVN revision: 43071

14 years agoand use new signal name
Carsten Haitzler [Wed, 14 Oct 2009 08:46:38 +0000 (08:46 +0000)]
and use new signal name

SVN revision: 43070

14 years ago1. add signal emits for scrolling in photocam
Carsten Haitzler [Wed, 14 Oct 2009 08:41:36 +0000 (08:41 +0000)]
1. add signal emits for scrolling in photocam
2. standardise all callback names to be x,y,z etc. if they have multiple words.
3. add cal to get the region viewed
4. test photocams signals and new call

SVN revision: 43069

14 years agophotocam -> allow zoom as a double and allow all values > 0.0 for zoom for
Carsten Haitzler [Wed, 14 Oct 2009 03:23:03 +0000 (03:23 +0000)]
photocam -> allow zoom as a double and allow all values > 0.0 for zoom for
variable zoom levels.

SVN revision: 43066

14 years agoadd aspect hint so contents appear right
Carsten Haitzler [Wed, 14 Oct 2009 03:03:07 +0000 (03:03 +0000)]
add aspect hint so contents appear right

SVN revision: 43065

14 years agoelm slideshow: s/elm_widget_disabled_set/elm_object_disabled_set
Jonathan Atton [Tue, 13 Oct 2009 18:27:35 +0000 (18:27 +0000)]
elm slideshow: s/elm_widget_disabled_set/elm_object_disabled_set

SVN revision: 43061

14 years agoFix some really weird formatting.
Christopher Michael [Tue, 13 Oct 2009 18:13:25 +0000 (18:13 +0000)]
Fix some really weird formatting.
Use ELM_NEW instead of calloc directly.
No need to retrieve Widget_Data in certain functions so commented out.

SVN revision: 43060

14 years agoRemove this API function as grid widget is not ready yet.
Christopher Michael [Tue, 13 Oct 2009 17:35:13 +0000 (17:35 +0000)]
Remove this API function as grid widget is not ready yet.

SVN revision: 43058

14 years agoUse ELM_NEW macro
Christopher Michael [Tue, 13 Oct 2009 17:11:00 +0000 (17:11 +0000)]
Use ELM_NEW macro

SVN revision: 43052

14 years agoDave forgot to add elm_win_sticky_get prototype into Elementary.h.in
Daniel Kolesa [Tue, 13 Oct 2009 17:06:39 +0000 (17:06 +0000)]
Dave forgot to add elm_win_sticky_get prototype into Elementary.h.in

SVN revision: 43051

14 years agoElm : fix the svn after devilhorns made a re-indent. And add 2 new methods in the...
Jonathan Atton [Mon, 12 Oct 2009 22:00:14 +0000 (22:00 +0000)]
Elm : fix the svn after devilhorns made a re-indent. And add 2 new methods in the slideshow, thank to captainigloo

SVN revision: 43043

14 years agoFix formatting & keep functions aligned for easier reading.
Christopher Michael [Mon, 12 Oct 2009 21:06:28 +0000 (21:06 +0000)]
Fix formatting & keep functions aligned for easier reading.

SVN revision: 43042

14 years agoFix some formatting.
Christopher Michael [Mon, 12 Oct 2009 20:51:26 +0000 (20:51 +0000)]
Fix some formatting.
Add missing function prototype & fix function declaration.

SVN revision: 43041

14 years agoElm forgot to commit the header
Jonathan Atton [Mon, 12 Oct 2009 20:10:55 +0000 (20:10 +0000)]
Elm forgot to commit the header

SVN revision: 43040

14 years agoElm slideshow: Now theslideshow use the same way than the genlist widget: callbacks...
Jonathan Atton [Mon, 12 Oct 2009 20:02:56 +0000 (20:02 +0000)]
Elm slideshow: Now theslideshow use the same way than the genlist widget: callbacks to create/delete the items

SVN revision: 43039

14 years agouse external fn - not internal.
Carsten Haitzler [Mon, 12 Oct 2009 10:10:12 +0000 (10:10 +0000)]
use external fn - not internal.

SVN revision: 43035

14 years ago * Implement some elm_win_*_get() functions
Davide Andreoli [Mon, 12 Oct 2009 09:09:55 +0000 (09:09 +0000)]
 * Implement some elm_win_*_get() functions

SVN revision: 43034

14 years agoelm slideshow : rewrite it. Now the slideshow display a list of Evas_Object* . This...
Jonathan Atton [Sun, 11 Oct 2009 17:18:44 +0000 (17:18 +0000)]
elm slideshow : rewrite it. Now the slideshow display a list of Evas_Object* . This is more clean than the previous hack.

SVN revision: 43020

14 years agoelm menu+toolbar: Rewrite the menu, add separator and submenus. Fix the separator...
Jonathan Atton [Sun, 11 Oct 2009 13:37:01 +0000 (13:37 +0000)]
elm menu+toolbar: Rewrite the menu, add separator and submenus. Fix the separator in the toolbar

SVN revision: 43019

14 years agoauthors++
Carsten Haitzler [Sun, 11 Oct 2009 07:30:36 +0000 (07:30 +0000)]
authors++

SVN revision: 43018

14 years agoathors <-> dox match up + add marco - those with svn access should be adding
Carsten Haitzler [Sun, 11 Oct 2009 07:05:01 +0000 (07:05 +0000)]
athors <-> dox match up + add marco - those with svn access should be adding
themselves!

SVN revision: 43017

14 years agoFrom: michael bouchaud <michael.bouchaud@gmail.com>
michael bouchaud [Sun, 11 Oct 2009 07:01:38 +0000 (07:01 +0000)]
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

14 years agothanks to marco - wrapped (line wrapped) label mode too.
Carsten Haitzler [Sun, 11 Oct 2009 05:57:05 +0000 (05:57 +0000)]
thanks to marco - wrapped (line wrapped) label mode too.

SVN revision: 43012

14 years agothanks to marco - disable cut/paste if not editable, add ability to toally
Carsten Haitzler [Sun, 11 Oct 2009 05:48:24 +0000 (05:48 +0000)]
thanks to marco - disable cut/paste if not editable, add ability to toally
disable the menu

SVN revision: 43011

14 years agofix scale_get(). thanks marco
Carsten Haitzler [Sun, 11 Oct 2009 05:43:42 +0000 (05:43 +0000)]
fix scale_get(). thanks marco

SVN revision: 43010

14 years agoremove commented out code.
Carsten Haitzler [Sun, 11 Oct 2009 04:32:09 +0000 (04:32 +0000)]
remove commented out code.

SVN revision: 43009

14 years agoprintf--
Carsten Haitzler [Sun, 11 Oct 2009 03:10:52 +0000 (03:10 +0000)]
printf--

SVN revision: 43008

14 years agofix scrolling in genlist and photocam
Carsten Haitzler [Sun, 11 Oct 2009 03:10:36 +0000 (03:10 +0000)]
fix scrolling in genlist and photocam

SVN revision: 43007

14 years agoelm test genlist : Add bring in 50th and 1500th items.
Jonathan Atton [Sat, 10 Oct 2009 15:59:55 +0000 (15:59 +0000)]
elm test genlist : Add bring in 50th and 1500th items.

SVN revision: 43005

14 years agother is no _() macro in elm! intl not done (yet)
Carsten Haitzler [Sat, 10 Oct 2009 02:53:22 +0000 (02:53 +0000)]
ther is no _() macro in elm! intl not done (yet)

SVN revision: 42990

14 years agoMore EVAS_HINT_EXPAND/FILL.
Christopher Michael [Sat, 10 Oct 2009 00:35:05 +0000 (00:35 +0000)]
More EVAS_HINT_EXPAND/FILL.
Allow button labels to be translated.

SVN revision: 42989

14 years agoUse EVAS_HINT_EXPAND & EVAS_HINT_FILL.
Christopher Michael [Sat, 10 Oct 2009 00:32:27 +0000 (00:32 +0000)]
Use EVAS_HINT_EXPAND & EVAS_HINT_FILL.

SVN revision: 42988

14 years agouse exposed api call!
Carsten Haitzler [Thu, 8 Oct 2009 14:29:38 +0000 (14:29 +0000)]
use exposed api call!

SVN revision: 42961

14 years agofix #ifdef - thanks to Vincent Pomageot for spotting it
Carsten Haitzler [Thu, 8 Oct 2009 09:31:15 +0000 (09:31 +0000)]
fix #ifdef - thanks to Vincent Pomageot for spotting it

SVN revision: 42959

14 years ago1. move orientation box call to after back- this makes the box do a calc
Carsten Haitzler [Thu, 8 Oct 2009 06:18:51 +0000 (06:18 +0000)]
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

14 years ago1. remove excess swallows - now edje handles that itself
Carsten Haitzler [Thu, 8 Oct 2009 05:26:58 +0000 (05:26 +0000)]
1. remove excess swallows - now edje handles that itself
2. beforfe show.. calc first so initial windowis the right size!

SVN revision: 42953

14 years agoElemetary : add a new widget: menu. See elementary_test. submenu will coming soon...
Jonathan Atton [Wed, 7 Oct 2009 17:11:41 +0000 (17:11 +0000)]
Elemetary : add a new widget: menu. See elementary_test. submenu will coming soon. Rewrite the toolbar to use this new widget

SVN revision: 42943

14 years agoif item is being dragged dont unrealize it + block. will get unrealised next
Carsten Haitzler [Wed, 7 Oct 2009 14:02:55 +0000 (14:02 +0000)]
if item is being dragged dont unrealize it + block. will get unrealised next
scroll.

SVN revision: 42942

14 years agoadd tests for show item in list
Carsten Haitzler [Wed, 7 Oct 2009 13:19:25 +0000 (13:19 +0000)]
add tests for show item in list

SVN revision: 42941

14 years agoadd clicked test to icon
Carsten Haitzler [Wed, 7 Oct 2009 06:58:37 +0000 (06:58 +0000)]
add  clicked test to icon

SVN revision: 42928

14 years agoelm toolbar: little fix to avoid a infinite loop
Jonathan Atton [Tue, 6 Oct 2009 22:24:24 +0000 (22:24 +0000)]
elm toolbar: little fix to avoid a infinite loop

SVN revision: 42924

14 years agoelm toolbar menu: the menu is closed if we click on the middle of the hover
Jonathan Atton [Tue, 6 Oct 2009 21:56:24 +0000 (21:56 +0000)]
elm toolbar menu: the menu is closed if we click on the middle of the hover

SVN revision: 42923

14 years agoelm toolbar: fix the position of the menu
Jonathan Atton [Tue, 6 Oct 2009 21:46:11 +0000 (21:46 +0000)]
elm toolbar: fix the position of the menu

SVN revision: 42922

14 years agoelm toolbar: add elm_toolbar_align_set(), set the alignment of the items. Defalt...
Jonathan Atton [Tue, 6 Oct 2009 20:14:46 +0000 (20:14 +0000)]
elm toolbar: add elm_toolbar_align_set(), set the alignment of the items. Defalt is 0.5 (center)

SVN revision: 42920

14 years agoelm toolbar: add item_unselect_all(). Automatically unselect the item when the menu...
Jonathan Atton [Tue, 6 Oct 2009 18:18:21 +0000 (18:18 +0000)]
elm toolbar: add item_unselect_all(). Automatically unselect the item when the menu is closed.

SVN revision: 42917

14 years ago * more quoting
Vincent Torri [Tue, 6 Oct 2009 16:56:21 +0000 (16:56 +0000)]
 * 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

14 years agoelm toolbar: add menu. See the last item in the tollbar test. Thi implementation...
Jonathan Atton [Tue, 6 Oct 2009 15:08:41 +0000 (15:08 +0000)]
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

14 years agoelm progrees bar: new style: wheel. simple style, no text, no progression, only pulse...
Jonathan Atton [Mon, 5 Oct 2009 13:58:13 +0000 (13:58 +0000)]
elm progrees bar: new style: wheel. simple style, no text, no progression, only pulse is available

SVN revision: 42887

14 years agoelm notify : some fix. hoversel :add items_get()
Jonathan Atton [Sun, 4 Oct 2009 23:05:50 +0000 (23:05 +0000)]
elm notify : some fix. hoversel :add items_get()

SVN revision: 42879

14 years ago * use Requires.private field in elementary.pc if pkg-config 0.22 or later is install...
Vincent Torri [Sat, 3 Oct 2009 06:57:32 +0000 (06:57 +0000)]
 * 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

14 years agoHacky move to evas_box
Iván Briano [Fri, 2 Oct 2009 19:22:40 +0000 (19:22 +0000)]
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

14 years agoelm photocam : add file_get()> elm slideshow test : fix a bug
Jonathan Atton [Fri, 2 Oct 2009 13:03:57 +0000 (13:03 +0000)]
elm photocam : add file_get()>  elm slideshow test : fix a bug

SVN revision: 42857

14 years agoelm button : new style "anchor", see elentary_test
Jonathan Atton [Wed, 30 Sep 2009 14:02:51 +0000 (14:02 +0000)]
elm button : new style "anchor", see elentary_test

SVN revision: 42820

14 years agoelm pager : new style : fade
Jonathan Atton [Wed, 30 Sep 2009 12:21:09 +0000 (12:21 +0000)]
elm pager : new style : fade

SVN revision: 42819

14 years agoelm toolbar : rewrite/fix _sizing_eval
Jonathan Atton [Wed, 30 Sep 2009 11:26:26 +0000 (11:26 +0000)]
elm toolbar : rewrite/fix _sizing_eval

SVN revision: 42818

14 years agoelm toolbar : add homogenous_set
Jonathan Atton [Wed, 30 Sep 2009 10:53:08 +0000 (10:53 +0000)]
elm toolbar : add homogenous_set

SVN revision: 42817

14 years agoadd zoom param to docs
Carsten Haitzler [Wed, 30 Sep 2009 09:25:28 +0000 (09:25 +0000)]
add zoom param to docs

SVN revision: 42815

14 years agoput photocam theme stuff back! bad watchwolf. bad! seer luck i caught this
Carsten Haitzler [Wed, 30 Sep 2009 02:33:01 +0000 (02:33 +0000)]
put photocam theme stuff back! bad watchwolf. bad! seer luck i caught this
this soon.

SVN revision: 42810

14 years agoSub is not used here.
Christopher Michael [Tue, 29 Sep 2009 21:03:23 +0000 (21:03 +0000)]
Sub is not used here.

SVN revision: 42808

14 years agoelm slideshow : keep the ratio
Jonathan Atton [Tue, 29 Sep 2009 14:07:18 +0000 (14:07 +0000)]
elm slideshow : keep the ratio

SVN revision: 42801

14 years ago1. add elm module internal code. will be used later for things like:
Carsten Haitzler [Tue, 29 Sep 2009 04:35:35 +0000 (04:35 +0000)]
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

14 years agofix anchorblock test packing
Carsten Haitzler [Tue, 29 Sep 2009 04:32:35 +0000 (04:32 +0000)]
fix anchorblock test packing

SVN revision: 42792

14 years agofix formatting of divide by 0 'fix'.
Christopher Michael [Mon, 28 Sep 2009 22:18:03 +0000 (22:18 +0000)]
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

14 years agoelm photocam: fix a case of divide by 0
Jonathan Atton [Mon, 28 Sep 2009 22:05:37 +0000 (22:05 +0000)]
elm photocam: fix a case of divide by 0

SVN revision: 42784

14 years agoFormatting.
Christopher Michael [Mon, 28 Sep 2009 20:02:10 +0000 (20:02 +0000)]
Formatting.

SVN revision: 42782

14 years agoElm table now uses Evas table.
Iván Briano [Mon, 28 Sep 2009 19:43:56 +0000 (19:43 +0000)]
Elm table now uses Evas table.
Simple switch, nothing new.

SVN revision: 42781

14 years agoEVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass.
Christopher Michael [Mon, 28 Sep 2009 19:23:33 +0000 (19:23 +0000)]
EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass.
(Built and tested)

SVN revision: 42779

14 years agoMore EVAS_HINT_EXPAND fixes
Christopher Michael [Mon, 28 Sep 2009 18:55:18 +0000 (18:55 +0000)]
More EVAS_HINT_EXPAND fixes

SVN revision: 42777

14 years agoUse new EVAS_HINT_EXPAND/FILL.
Christopher Michael [Mon, 28 Sep 2009 18:47:32 +0000 (18:47 +0000)]
Use new EVAS_HINT_EXPAND/FILL.

SVN revision: 42776

14 years agofix template to match www
Carsten Haitzler [Mon, 28 Sep 2009 08:58:50 +0000 (08:58 +0000)]
fix template to match www

SVN revision: 42761

14 years agouse some of the new macros and #defines i put into evas - they will help the
Carsten Haitzler [Mon, 28 Sep 2009 05:53:28 +0000 (05:53 +0000)]
use some of the new macros and #defines i put into evas - they will help the
code to be more understandable, bgut i haven't done all of them. there are a
lot. they'll get done over time.

SVN revision: 42756

14 years agoSubinfo is not used or needed for this widget.
Christopher Michael [Mon, 28 Sep 2009 04:05:31 +0000 (04:05 +0000)]
Subinfo is not used or needed for this widget.

SVN revision: 42755

14 years agoFix more nasty formatting.
Christopher Michael [Mon, 28 Sep 2009 03:23:54 +0000 (03:23 +0000)]
Fix more nasty formatting.
Reduce repeated code.

SVN revision: 42753

14 years agoFix some really nasty formatting.
Christopher Michael [Mon, 28 Sep 2009 03:07:20 +0000 (03:07 +0000)]
Fix some really nasty formatting.

SVN revision: 42752

14 years agoFormatting.
Christopher Michael [Sun, 27 Sep 2009 20:10:03 +0000 (20:10 +0000)]
Formatting.

SVN revision: 42745

14 years agoNo need to use variables for this. Just code the -1 value into the function
Christopher Michael [Sat, 26 Sep 2009 21:15:29 +0000 (21:15 +0000)]
No need to use variables for this. Just code the -1 value into the function
call & save the register space by not using the variables.

SVN revision: 42733

14 years agoRemove unused variables.
Christopher Michael [Sat, 26 Sep 2009 20:16:37 +0000 (20:16 +0000)]
Remove unused variables.

SVN revision: 42732

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 19:23:45 +0000 (19:23 +0000)]
Formatting.

SVN revision: 42731

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 19:18:36 +0000 (19:18 +0000)]
Formatting.

SVN revision: 42730

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 19:16:51 +0000 (19:16 +0000)]
Formatting.

SVN revision: 42729

14 years agoFormatting & Whitespace removal.
Christopher Michael [Sat, 26 Sep 2009 18:51:36 +0000 (18:51 +0000)]
Formatting & Whitespace removal.

SVN revision: 42728

14 years agoMore formatting & some cleanup.
Christopher Michael [Sat, 26 Sep 2009 18:43:26 +0000 (18:43 +0000)]
More formatting & some cleanup.

SVN revision: 42727

14 years agoFormatting & some code cleanup.
Christopher Michael [Sat, 26 Sep 2009 18:41:19 +0000 (18:41 +0000)]
Formatting & some code cleanup.

SVN revision: 42726

14 years agoMore formatting.
Christopher Michael [Sat, 26 Sep 2009 18:39:09 +0000 (18:39 +0000)]
More formatting.

SVN revision: 42725

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 18:24:06 +0000 (18:24 +0000)]
Formatting.

SVN revision: 42724

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 18:04:05 +0000 (18:04 +0000)]
Formatting.

SVN revision: 42721

14 years agoMore formatting.
Christopher Michael [Sat, 26 Sep 2009 18:00:51 +0000 (18:00 +0000)]
More formatting.

SVN revision: 42720

14 years agoOoops, make clock build again.
Christopher Michael [Sat, 26 Sep 2009 17:50:56 +0000 (17:50 +0000)]
Ooops, make clock build again.

SVN revision: 42719

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 17:50:03 +0000 (17:50 +0000)]
Formatting.
Remove unused variable(s).

SVN revision: 42718

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 17:46:05 +0000 (17:46 +0000)]
Formatting.
Remove some duplicate code.

SVN revision: 42717

14 years agolittle bit of formatting.
Christopher Michael [Sat, 26 Sep 2009 17:43:30 +0000 (17:43 +0000)]
little bit of formatting.

SVN revision: 42716

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 17:39:29 +0000 (17:39 +0000)]
Formatting.

SVN revision: 42715

14 years agoformatting
Christopher Michael [Sat, 26 Sep 2009 17:36:26 +0000 (17:36 +0000)]
formatting

SVN revision: 42714

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 17:28:01 +0000 (17:28 +0000)]
Formatting.

SVN revision: 42713

14 years agoFormatting.
Christopher Michael [Sat, 26 Sep 2009 17:26:32 +0000 (17:26 +0000)]
Formatting.
Remove unused variables.
Some code cleanup.

SVN revision: 42712