Commit Graph

4516 Commits

Author SHA1 Message Date
Mike Blumenkrantz f5e273178b slightly more working (but still broken) autoscrolling in test app
SVN revision: 66846
2012-01-04 04:59:18 +00:00
Mike Blumenkrantz b9e963c775 add collapsing frames and (broken) scrolling
SVN revision: 66845
2012-01-04 04:52:30 +00:00
Mike Blumenkrantz 069da0fd4e use new edje "recalc" signal to actually resize collapsed frames
SVN revision: 66842
2012-01-04 04:22:20 +00:00
Mike Blumenkrantz 3c5907ae12 rename signal to elm api name so people include it in their themes
SVN revision: 66840
2012-01-04 04:10:07 +00:00
Mike Blumenkrantz 85f998d112 add signal to run after frame collapse animations
SVN revision: 66839
2012-01-04 04:05:35 +00:00
Carsten Haitzler f909faa927 add invalid panel back.
SVN revision: 66835
2012-01-04 03:33:24 +00:00
Mike Blumenkrantz 71206a3f35 frame collapse on click is now DISABLED by default
SVN revision: 66834
2012-01-04 03:04:33 +00:00
Mike Blumenkrantz 25297b799a add api for manipulating frame collapse
SVN revision: 66833
2012-01-04 03:03:15 +00:00
Mike Blumenkrantz 2edb0a4d1f collapsing frames for default theme
SVN revision: 66827
2012-01-04 01:53:23 +00:00
Daniel Juyung Seo 4a50aafa60 elm list: Applied recent list changes.
SVN revision: 66823
2012-01-04 01:28:33 +00:00
Daniel Juyung Seo 650c34d713 elm elm_deprecated.h: Use elm_object API not elm_widget API in
application.


SVN revision: 66822
2012-01-04 01:13:55 +00:00
Mike Blumenkrantz 1a670313ff fix another related edje mishap
SVN revision: 66821
2012-01-04 01:09:38 +00:00
Mike Blumenkrantz e0b1a4ce52 fix hilarious edje failure in previous commit
SVN revision: 66820
2012-01-04 01:04:00 +00:00
Mike Blumenkrantz 091bde8aaa add "clicked" signal for elm_frame
SVN revision: 66818
2012-01-04 00:41:37 +00:00
Mike Blumenkrantz 49ace8dd7b damn you cnp!
SVN revision: 66817
2012-01-04 00:22:08 +00:00
Mike Blumenkrantz b2d75aa5bb add object_item_tooltip api
SVN revision: 66816
2012-01-04 00:15:03 +00:00
Christopher Michael 26127e35b9 Elm (wayland): Add ability to actually move windows around in wayland.
Remove __UNUSED__ on a variable that is actually used (in callback_show).



SVN revision: 66809
2012-01-03 20:41:49 +00:00
Mike Blumenkrantz 5292a1a487 add elm_hover_dismiss()
SVN revision: 66805
2012-01-03 18:02:56 +00:00
Carsten Haitzler 4390f8f16f ooh deprecate elm_list calls than can be done with elm_object_item
stuff :)



SVN revision: 66796
2012-01-03 13:13:39 +00:00
ChunEon Park ad86462b0e elementary/elm_object_item - just updated a note to be.
SVN revision: 66795
2012-01-03 12:51:31 +00:00
Carsten Haitzler e4bfe66bfe deprecate 2 callls already using the new infra
SVN revision: 66788
2012-01-03 11:48:34 +00:00
Mike Blumenkrantz f5602ba09b api reference now points to modules.html since there is no single file reference
SVN revision: 66783
2012-01-03 06:45:07 +00:00
Daniel Juyung Seo 08bbfacc51 elm elm_getting_started.h: Fixed sample code formatting in documentation.
SVN revision: 66782
2012-01-03 06:42:06 +00:00
Daniel Juyung Seo 77736f0ce8 elm elm_getting_started.h: Removed unnecessary variable from
documentation.

SVN revision: 66781
2012-01-03 06:42:01 +00:00
Mike Blumenkrantz 83b6fdf545 I guess keep this here too
SVN revision: 66780
2012-01-03 06:30:21 +00:00
Mike Blumenkrantz 88d56f2b60 fix docs
SVN revision: 66779
2012-01-03 06:28:41 +00:00
Mike Blumenkrantz ac529422ec more sprintfs
SVN revision: 66778
2012-01-03 05:30:13 +00:00
Carsten Haitzler e7e7a55d00 put notes in elm_list.c as to what to do.
SVN revision: 66777
2012-01-03 05:28:34 +00:00
Mike Blumenkrantz 5b39daddbc whoever wrote this should be SERIOUSLY ashamed.
SVN revision: 66776
2012-01-03 05:24:35 +00:00
Mike Blumenkrantz 378c5828f4 me no likey sprintf
SVN revision: 66774
2012-01-03 04:52:03 +00:00
Hyoyoung Chang 5e0f5b8960 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs
Date: Tue, 3 Jan 2012 13:41:09 +0900

Dear all.

Currently, dragging is only supported in elm_photo.
Normally it works well but in overlapped region, elm_photo makes
multiple drag events.
However multiple objs dragging isn't supported by elm_cnp_helper(also
in xdnd specs)
It better to block multiple dragging events.

Also I fixed dragdonecb's data argument position.

Thank you.


SVN revision: 66773
2012-01-03 04:44:48 +00:00
Carsten Haitzler a13a0b4a0f deprecate disabled list item apis - use object item.
SVN revision: 66772
2012-01-03 04:17:32 +00:00
Christopher Michael d3b7e72776 Elm (wayland): Implement mouse events for min, max, & close buttons in
theme. Implement bottom border resize arrow animation in theme.



SVN revision: 66769
2012-01-03 03:17:36 +00:00
Christopher Michael c04d454235 Elm: Add 'Wayland_Shm' as an option for the Elm Config dialog.
SVN revision: 66768
2012-01-03 01:46:01 +00:00
Christopher Michael 59e83e370e Elm: Add wayland_shm engine for Elm. Add config entries for the
Wayland Engine. Give elm window some 'framespace' and borders for
wayland_shm.

NB: This means that you can now build & run elm apps for Wayland :)



SVN revision: 66767
2012-01-03 01:45:22 +00:00
Christopher Michael 31eaa87b3d Elm: Add border edc & images for wayland borders.
SVN revision: 66766
2012-01-03 01:38:53 +00:00
ChunEon Park 0c7bac5201 elementary - updated doc. will keep going for other widgets later.
or someone please help me ;0



SVN revision: 66752
2012-01-02 12:53:29 +00:00
Carsten Haitzler 9afc12e39a add a password mode.
SVN revision: 66751
2012-01-02 12:03:33 +00:00
Carsten Haitzler 0fbfa706b1 get rid of invalid panel layout and add hex and terminal.
SVN revision: 66749
2012-01-02 11:53:26 +00:00
ChunEon Park 569e56e904 elementary - Added 1 more API elm_object_item_del_cb_set()
also deprecated below APIs  

   elm_hoversel_item_del_cb_set()
   elm_diskselector_item_del_cb_set()
   elm_toolbar_item_del_cb_set()
   elm_index_item_del_cb_set()
   elm_menu_item_del_cb_set()                  



SVN revision: 66748
2012-01-02 11:46:32 +00:00
ChunEon Park eee1749191 elementary/multibuttonentry - missing deprecated ones
SVN revision: 66747
2012-01-02 11:44:40 +00:00
Carsten Haitzler ce1585714d match the const changes to edje in elm entry. leaks waiting to happen
in apps!



SVN revision: 66746
2012-01-02 11:43:25 +00:00
Carsten Haitzler 75c5c5f566 undeprecate elm_entry_entry_set/get
SVN revision: 66743
2012-01-02 11:17:29 +00:00
Mike Blumenkrantz a996715a73 use proper intptr type when casting for callbacks so we don't break on 64bit
SVN revision: 66742
2012-01-02 11:10:25 +00:00
Carsten Haitzler 20b9ff8fc0 put quick info statement at top of elm header
SVN revision: 66741
2012-01-02 11:06:32 +00:00
Hyoyoung Chang ede2c77e03 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix that dnd won't start
Date: Mon, 2 Jan 2012 16:52:05 +0900

Dear all.

elementary supports ecore_x dnd feature.
But currently eocre_x_dnd_aware_set isn't set by default
Its patch fixes this bug.

Thank you


SVN revision: 66740
2012-01-02 11:04:40 +00:00
ChunEon Park 5f1c8f6107 elementary/multibuttonentry - deprecated APIs. Now, let's use elm_common APIs.
elm_multibuttonentry_label_set()
elm_multibuttonentry_label_get()
elm_multibuttonentry_item_label_set()
elm_multibuttonentry_item_label_get()



SVN revision: 66739
2012-01-02 10:40:17 +00:00
ChunEon Park ab3198151c elementary/multibuttonentry - Elm_Multibuttonentry_Item -> Elm_Object_Item
SVN revision: 66737
2012-01-02 10:10:23 +00:00
ChunEon Park 3369d06ed0 elementary/multibuttonentry - refactoring.
removed unnecessary lines and made more proper as a elm_widget_item type.



SVN revision: 66736
2012-01-02 09:03:02 +00:00
ChunEon Park 161ad1d51f elementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.
SVN revision: 66735
2012-01-02 09:00:33 +00:00