Commit Graph

6391 Commits

Author SHA1 Message Date
Carsten Haitzler 5056cae0a8 alpha release of 1.7 - let's roll. ALPHA!
SVN revision: 75091
2012-08-10 10:37:05 +00:00
Carsten Haitzler ce0fc89fa1 update pos'
SVN revision: 75088
2012-08-10 10:36:23 +00:00
Gustavo Lima Chaves 7bf719af40 [elm] Big oopsie--.
SVN revision: 75062
2012-08-09 20:40:27 +00:00
Gustavo Lima Chaves 7347460504 [elm] Remove duplicated code.
SVN revision: 75054
2012-08-09 14:46:58 +00:00
Gustavo Lima Chaves 879d42c41b [elm] Remove deprecated info.
SVN revision: 75053
2012-08-09 14:46:51 +00:00
Cedric BAIL f885070db1 elementary: reset main loop after fork.
SVN revision: 75046
2012-08-09 12:23:15 +00:00
Carsten Haitzler 8dbc93c237 sorry yoz - u cant use min size set from outside the widget as wisgets
set it all the time themselves for read-only use outside. :) if uw ant
this u have to accomplish this another way. eg table with genlist PLUS
invisible rect obj at the same cell spot (0, 0, 1x1). and make the
invisible rect have a min size hint. table takes care of using the
"constraints" of both rect and gnelist then for sizing. :)



SVN revision: 75044
2012-08-09 12:12:29 +00:00
Carsten Haitzler 4f0c004519 fix selection handling in list if items disabled.
SVN revision: 75041
2012-08-09 11:54:37 +00:00
Michael BOUCHAUD 823b9dded7 elementary: elm_genlist take account of min vertical size hint
SVN revision: 75021
2012-08-08 19:47:26 +00:00
Carsten Haitzler d7a6bc79dd fix panel so it doesnt use a scroller anymore - probably never should
have had one as you can plance a scrolelr inside one, but also fix up
theme layout to allow for styles to work at all.



SVN revision: 75008
2012-08-08 10:40:00 +00:00
Carsten Haitzler bb9d8efe63 fix flip bug where clippers get messed. add a "leaveme" take.
SVN revision: 75006
2012-08-08 10:12:19 +00:00
Carsten Haitzler 1d2bb2a5e1 lets just be good and make button icons size based on text size.
shoudl do this theme-wide, but will do that on a theme revamp.



SVN revision: 74999
2012-08-08 08:56:10 +00:00
Daniel Juyung Seo 2859fb07e5 elm elm_win.c: Removed warning while compiling without HAVE_ELEMENTARY_WAYLAND option.
SVN revision: 74997
2012-08-08 08:10:22 +00:00
Carsten Haitzler 53e5b5af09 rename illume profile as mobile.
SVN revision: 74990
2012-08-08 06:07:37 +00:00
Gustavo Lima Chaves b4997b0ff1 [elm] Fix entry apply on unfocus for spinner.
SVN revision: 74988
2012-08-07 18:49:39 +00:00
Carsten Haitzler fee7a0c645 fix another elm bug where arrows are not "clickable" for scrolling to
next/prev item - needed to add a feature to scrolelr (and accidentally
also to scrolled interface too :)) to make this work. now works.



SVN revision: 74969
2012-08-07 10:20:30 +00:00
Carsten Haitzler 55f0bc9da1 fix quicklaunch to properly set appname from argv0 and not empty out
args when setting them on the forked child in quicklaunch.



SVN revision: 74962
2012-08-07 07:37:14 +00:00
Carsten Haitzler bd2ffce6be fix toolbar 8 ugliness in clipping - also make it bounce... yay! bounce!
SVN revision: 74959
2012-08-07 06:16:56 +00:00
Carsten Haitzler f8a6c01a79 formatting improvements.
SVN revision: 74958
2012-08-07 06:02:31 +00:00
Carsten Haitzler b3b9246eda fix 2 flipselector issues.
1. on shutdown it calls lots of selected callbacks as it delets items
- wrong.
2. segv waiting to hapen due to list management (brian wang report).



SVN revision: 74956
2012-08-07 03:59:02 +00:00
Carsten Haitzler 77cb1f4183 fix potential read of garbage data. (brian wang report)
SVN revision: 74955
2012-08-07 03:51:16 +00:00
Daniel Juyung Seo 8115a89743 elm elm_genlist.h: Add more description to elm_genlist_reorder_mode_set.
SVN revision: 74951
2012-08-07 00:57:04 +00:00
Jonas M. Gastal 178129461c elementary: Remove white spaces from doc/examples.dox.
Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 74950
2012-08-06 20:44:48 +00:00
Jonas M. Gastal b8c0d34a79 elementary: Minimalist Elementary Web widget example.
Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 74949
2012-08-06 20:44:45 +00:00
Christopher Michael 0d4d37e807 Elm: Fix ticket #1266: "delete,request" callback never gets called on window close
Delete requests where not being called when the frame close button was
pressed. I know this is not the 'ideal' fix (which is why I left
myself a FIXME here), HOWEVER the Ideal fix would mean breaking the
Feature Freeze (and potentially API), so I will wait until freeze is
over for that. For now, this fixes the 'bugger' in a non-instrusive way.



SVN revision: 74946
2012-08-06 14:34:25 +00:00
Christopher Michael 6acb77e647 Elm: Do not need to get frame x/y values here as we do not need them
anymore.



SVN revision: 74932
2012-08-06 12:47:04 +00:00
Carsten Haitzler e33501260f fix toolbar srhink problem with a policy chnage. u cant have
homogenous and shrink menu or expand or hide. :)



SVN revision: 74929
2012-08-06 12:17:02 +00:00
Christopher Michael d85d1d1434 Elm: Add signals for mouse movements on the border/frame resizing areas.
SVN revision: 74926
2012-08-06 12:06:45 +00:00
Christopher Michael 7287ff954b Elm: Fix ticket #1245. Mouse cursor does not change before window
resizing.

Previously, we only changed the mouse cursor when the border frame was
actually clicked. Now we can change it when the mouse moves over the
border/frame areas (like in X11). This adds a callback from the edc to
know when and where the mouse moves (with respect to the frame border
only). (IE: When the user moves the mouse over the bottom portion of
the border, the edc will let us know and we can change pointer
accordingly).




SVN revision: 74925
2012-08-06 12:05:53 +00:00
Daniel Juyung Seo 190a171f87 elm elm_win.c: Mark __UNUSED__ for unused parameters.
SVN revision: 74920
2012-08-06 10:30:55 +00:00
Cedric BAIL 69c192d974 elementary: Elm_Slider vertical now properly size their widget to.
SVN revision: 74918
2012-08-06 09:48:34 +00:00
Cedric BAIL 601ac3dd90 elementary: make Elm_Slider update asynchronously.
SVN revision: 74909
2012-08-06 08:34:39 +00:00
Cedric BAIL 03ae812b1f elementary: fix slider theme to init correctly.
SVN revision: 74908
2012-08-06 08:33:03 +00:00
Carsten Haitzler 8b76f22a7e big tooltip (tooltip in window) visibility bug fix! yay! :)
SVN revision: 74897
2012-08-06 06:43:59 +00:00
Carsten Haitzler 4d59aa407e elm bug-- curor set for entry edje obj only, not for scrollbars etc.
SVN revision: 74896
2012-08-06 04:30:04 +00:00
Carsten Haitzler 419a66ff93 handl x io errors more gracefully by quitting the mainloop cleanly.
also let app woners know via ioerr cb's on windows before we schedule
the quit.



SVN revision: 74893
2012-08-06 04:09:02 +00:00
Gustavo Lima Chaves 35f9a089f9 [elm] doc++
SVN revision: 74855
2012-08-03 16:43:41 +00:00
Gustavo Lima Chaves 233c68142e [elm] Handle focus out on spinner the right way.
SVN revision: 74854
2012-08-03 16:43:26 +00:00
Gustavo Lima Chaves 311214c8d0 Revert "elementary: add smart callback "focus-in"
and "focus-out"."

This reverts commit 1bb12050b9785d47e102b4a3633210316d408f0d.

Conflicts:
	ChangeLog
	NEWS

Cedric, this is just wrong. The *on_focus* smart function of the base
widget is now the central place to handle focus in/out events.

I'll fix the spinner in sequence.



SVN revision: 74853
2012-08-03 16:43:17 +00:00
Carsten Haitzler c0c404eef8 1 more bug gone - genlist if scrollbars appear/dissapear. content
doesnt adapt.



SVN revision: 74846
2012-08-03 12:49:37 +00:00
Carsten Haitzler eb9fb66113 fix overlapping menu arrow.
SVN revision: 74845
2012-08-03 12:23:38 +00:00
Carsten Haitzler aaa627e23f fix anchor click in desktop mode.
SVN revision: 74844
2012-08-03 12:04:08 +00:00
WooHyun Jung 7d08915814 elementary_test : Just fix some warnings
SVN revision: 74827
2012-08-03 08:52:55 +00:00
Cedric BAIL c2a364a8a2 elementary: remove dead code.
SVN revision: 74820
2012-08-03 07:43:09 +00:00
Cedric BAIL eefbaaba3d elementary: on focus loss actually hide the entry and show label.
SVN revision: 74819
2012-08-03 07:27:02 +00:00
Cedric BAIL 3148dd42af elementary: add smart callback "focus-in" and "focus-out".
NOTE: Glima could you review this, I am really not sure I should
have implemented it this way.


SVN revision: 74818
2012-08-03 07:00:26 +00:00
Carsten Haitzler 624f69ea2f fix another elm release bug - grab focus if we begin a selection.
SVN revision: 74816
2012-08-03 05:43:44 +00:00
Carsten Haitzler 5acb8ad0f8 fix desktop mode -> right click brings up entry hoversel menu now.
SVN revision: 74814
2012-08-03 05:33:44 +00:00
Carsten Haitzler 4c25cbcb47 fix interactive flip so it works again! :/
SVN revision: 74796
2012-08-02 08:42:06 +00:00
Cedric BAIL 07bfc8e14d elementary: fix elm_image_orient_get/set and add a test case.
SVN revision: 74793
2012-08-02 08:15:05 +00:00