Commit Graph

485 Commits

Author SHA1 Message Date
Christopher Michael 3455732b4d Add a genlist to the panel test.
SVN revision: 43175
2009-10-20 22:23:43 +00:00
Christopher Michael ab13fe634f Getting closer to a usable panel :)
SVN revision: 43174
2009-10-20 22:23:23 +00:00
Christopher Michael bbef9b8fce Remove unused variables.
SVN revision: 43172
2009-10-20 21:35:57 +00:00
Christopher Michael 6e31924ebe Formatting.
Reduce code size in certain places by not reproducing the same
edje_object_text_set.



SVN revision: 43171
2009-10-20 21:02:37 +00:00
Christopher Michael 77ed1224ab Fix more formatting, *sigh*
Use ELM_NEW instead of calloc directly



SVN revision: 43155
2009-10-18 17:20:18 +00:00
Christopher Michael 2b6e62ee2c Use elm_widget_del_pre_hook_set for setting pre-delete hook on menu.
SVN revision: 43153
2009-10-18 16:59:51 +00:00
Christopher Michael 50f9647f7e Formatting.
SVN revision: 43152
2009-10-18 16:55:31 +00:00
Christopher Michael a9f20c2a91 Formatting.
SVN revision: 43151
2009-10-18 16:31:53 +00:00
Christopher Michael 8eab5228ea Remove unused variables.
Formatting.



SVN revision: 43144
2009-10-18 06:03:03 +00:00
Christopher Michael 5dc064a4fd Don't use depreciated function for setting style. Use elm_object_style_set
SVN revision: 43143
2009-10-18 05:52:20 +00:00
Christopher Michael 551018cc0f Don't use depreciated *style_set functions. Use elm_object_style_set
SVN revision: 43142
2009-10-18 05:49:23 +00:00
Christopher Michael be8679fbd2 Fix compiler warnings for elm_index. Use proper Evas when adding box.
SVN revision: 43141
2009-10-18 05:43:39 +00:00
Christopher Michael aa454b3618 Fix callbacks to be proper Evas_Smart_Cb's and remove compiler warnings.
SVN revision: 43140
2009-10-18 05:40:22 +00:00
Christopher Michael 528b304c12 Formatting on menu & notify.
Some cleanup for panel widget...still no where near complete tho.



SVN revision: 43137
2009-10-18 00:10:36 +00:00
Jonathan Atton d434116d77 Elm : delete some added callback. The callbacks associated to the parent by the hover was not deleted when the parent is deleted
SVN revision: 43102
2009-10-15 20:48:00 +00:00
Christopher Michael 0b8583f293 Actually commit panel files.
SVN revision: 43101
2009-10-15 20:34:42 +00:00
Christopher Michael 821e101030 Work on a new panel widget. Still not complete yet, but it's started :)
SVN revision: 43100
2009-10-15 20:34:11 +00:00
Christopher Michael 0163f8c703 Add missing function prototype.
SVN revision: 43099
2009-10-15 19:33:28 +00:00
Christopher Michael 718ebd12c6 Don't need to fetch Widget_Data here as we never use it.
SVN revision: 43097
2009-10-15 17:36:48 +00:00
Davide Andreoli e112d527b5 * make use of use EINA_DEPRECATED, it spotted out (as compiler warning) where the deprecated functions is still used
SVN revision: 43096
2009-10-15 14:07:27 +00:00
Davide Andreoli bbb976c85a * 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
2009-10-15 13:18:11 +00:00
Davide Andreoli ca97022ec3 * Add missing elm_pager_style_set() func & 3 little whitespaces
SVN revision: 43094
2009-10-15 11:16:05 +00:00
Jonathan Atton 947f7ffd37 Elm genlist: add elm_genlist_item_middle_bring_in/show(item)). Elm slideshow : fix a problem with the timer
SVN revision: 43087
2009-10-14 21:57:46 +00:00
Carsten Haitzler 015304b20b add paused state to photocam to allow for instance changes of zoom level when
desired.



SVN revision: 43072
2009-10-14 14:03:42 +00:00
Carsten Haitzler f0fbc554e3 fix fit with small images.
SVN revision: 43071
2009-10-14 09:22:20 +00:00
Carsten Haitzler 827138ec22 and use new signal name
SVN revision: 43070
2009-10-14 08:46:38 +00:00
Carsten Haitzler c3ccf673e8 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
2009-10-14 08:41:36 +00:00
Carsten Haitzler 0648ca2875 photocam -> allow zoom as a double and allow all values > 0.0 for zoom for
variable zoom levels.



SVN revision: 43066
2009-10-14 03:23:03 +00:00
Carsten Haitzler 287572f037 add aspect hint so contents appear right
SVN revision: 43065
2009-10-14 03:03:07 +00:00
Jonathan Atton 26d43ce773 elm slideshow: s/elm_widget_disabled_set/elm_object_disabled_set
SVN revision: 43061
2009-10-13 18:27:35 +00:00
Christopher Michael e472033c3b 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
2009-10-13 18:13:25 +00:00
Christopher Michael 48ec1a6e8e Remove this API function as grid widget is not ready yet.
SVN revision: 43058
2009-10-13 17:35:13 +00:00
Christopher Michael 7f83060158 Use ELM_NEW macro
SVN revision: 43052
2009-10-13 17:11:00 +00:00
Daniel Kolesa 4b813be329 Dave forgot to add elm_win_sticky_get prototype into Elementary.h.in
SVN revision: 43051
2009-10-13 17:06:39 +00:00
Jonathan Atton 1df3d50ea1 Elm : fix the svn after devilhorns made a re-indent. And add 2 new methods in the slideshow, thank to captainigloo
SVN revision: 43043
2009-10-12 22:00:14 +00:00
Christopher Michael 14f5ca63eb Fix formatting & keep functions aligned for easier reading.
SVN revision: 43042
2009-10-12 21:06:28 +00:00
Christopher Michael 6ddb7d155a Fix some formatting.
Add missing function prototype & fix function declaration.



SVN revision: 43041
2009-10-12 20:51:26 +00:00
Jonathan Atton 1ea45c3803 Elm forgot to commit the header
SVN revision: 43040
2009-10-12 20:10:55 +00:00
Jonathan Atton 5ac89d0727 Elm slideshow: Now theslideshow use the same way than the genlist widget: callbacks to create/delete the items
SVN revision: 43039
2009-10-12 20:02:56 +00:00
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 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