Sebastian Dransfeld [Tue, 2 Feb 2010 04:50:04 +0000 (04:50 +0000)]
Remove Ecore_Txt
SVN revision: 45791
Carsten Haitzler [Tue, 2 Feb 2010 02:54:22 +0000 (02:54 +0000)]
typo fix
SVN revision: 45789
Carsten Haitzler [Mon, 1 Feb 2010 16:46:26 +0000 (16:46 +0000)]
demo++
SVN revision: 45778
Carsten Haitzler [Mon, 1 Feb 2010 14:16:38 +0000 (14:16 +0000)]
that was meant to be load too.
SVN revision: 45775
Sebastian Dransfeld [Sat, 30 Jan 2010 22:22:46 +0000 (22:22 +0000)]
Ecore_Str.h -> Eina
SVN revision: 45745
Iván Briano [Fri, 29 Jan 2010 15:16:22 +0000 (15:16 +0000)]
Don't set text in entries for now. It has big issues with state changes.
SVN revision: 45704
Gustavo Sverzut Barbieri [Wed, 27 Jan 2010 20:16:43 +0000 (20:16 +0000)]
spinner uses format specified by user in its entry-form.
Tries to use the same format as specified by user with
elm_spinner_label_format_set() when allowing entry to type text.
This avoids the ugly "123.
00000000" when editing integers, as done in
the color chooser of editje.
SVN revision: 45643
Gustavo Sverzut Barbieri [Wed, 27 Jan 2010 19:34:45 +0000 (19:34 +0000)]
spinner: just set the value if conversion to float worked, otherwise ignore it.
Instead of using atof() and always getting a value (even if 0 when
invalid), check if conversion to float worked and if not just revert
to last value, ignoring the input.
I'm being quite tolerant here, allowing spaces at end.
SVN revision: 45632
Carsten Haitzler [Wed, 27 Jan 2010 10:19:54 +0000 (10:19 +0000)]
note- genlist has issues with the deferred calc of size.
SVN revision: 45626
Carsten Haitzler [Wed, 27 Jan 2010 09:23:54 +0000 (09:23 +0000)]
extra checks for selection
SVN revision: 45625
Carsten Haitzler [Wed, 27 Jan 2010 06:20:12 +0000 (06:20 +0000)]
dont reset mapbuf all the time!
SVN revision: 45622
Carsten Haitzler [Wed, 27 Jan 2010 06:12:29 +0000 (06:12 +0000)]
fix scroll animator
SVN revision: 45621
Carsten Haitzler [Wed, 27 Jan 2010 04:57:57 +0000 (04:57 +0000)]
better - n mapbufs
SVN revision: 45619
Carsten Haitzler [Wed, 27 Jan 2010 04:20:04 +0000 (04:20 +0000)]
formatting a bit in theme.... panel still.. not.. formatted...
SVN revision: 45618
Carsten Haitzler [Wed, 27 Jan 2010 04:08:42 +0000 (04:08 +0000)]
fix proeprly
SVN revision: 45617
Christopher Michael [Wed, 27 Jan 2010 04:03:22 +0000 (04:03 +0000)]
No space at all if indicator & softkey are not present.
SVN revision: 45616
Carsten Haitzler [Wed, 27 Jan 2010 03:59:23 +0000 (03:59 +0000)]
animators should tick off at defined intervals from a 0 point so all
animators from all apps are in sync - or try to be.
SVN revision: 45615
Christopher Michael [Wed, 27 Jan 2010 01:48:18 +0000 (01:48 +0000)]
Handle property changes for conformant widget.
Don't hardcode size to 32 (but kept a small buffer of 1 pixel).
SVN revision: 45609
Carsten Haitzler [Tue, 26 Jan 2010 10:59:26 +0000 (10:59 +0000)]
4 not 4 screens for launcher test
SVN revision: 45581
Carsten Haitzler [Tue, 26 Jan 2010 08:42:37 +0000 (08:42 +0000)]
label preferred line wrap width set thing.
SVN revision: 45576
Carsten Haitzler [Tue, 26 Jan 2010 08:17:26 +0000 (08:17 +0000)]
more launcher test code.... and mapbuf object used by launcher test code.
SVN revision: 45575
Cedric BAIL [Mon, 25 Jan 2010 21:59:21 +0000 (21:59 +0000)]
* ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.
SVN revision: 45570
Tiago Rezende Campos Falcao [Mon, 25 Jan 2010 20:30:39 +0000 (20:30 +0000)]
Adding Module Name to Externals
SVN revision: 45566
Iván Briano [Mon, 25 Jan 2010 19:56:45 +0000 (19:56 +0000)]
Remove unused variable and don't create icons if there's no icon set
SVN revision: 45564
Iván Briano [Mon, 25 Jan 2010 18:52:05 +0000 (18:52 +0000)]
Fix typo and prototype
SVN revision: 45559
Gustavo Lima Chaves [Mon, 25 Jan 2010 14:24:15 +0000 (14:24 +0000)]
Adding more size hints to external object's icons.
Patch by Fabiano Fidêncio.
SVN revision: 45553
Carsten Haitzler [Mon, 25 Jan 2010 09:07:10 +0000 (09:07 +0000)]
new test.
SVN revision: 45545
Carsten Haitzler [Mon, 25 Jan 2010 05:54:31 +0000 (05:54 +0000)]
genlist - get realized items call! add!
SVN revision: 45543
Carsten Haitzler [Mon, 25 Jan 2010 03:53:36 +0000 (03:53 +0000)]
add test for floating objects (they can slide in etc. andnot be already
packed inside the view) and... fix issues with pan based objects clipping to
vieport etc. etc.
SVN revision: 45542
Christopher Michael [Sun, 24 Jan 2010 20:05:09 +0000 (20:05 +0000)]
If we are setting the window as a quickpanel, set some other properties also
(focus, window type, skip_pager, etc).
Add function for setting quickpanel zone (zone integer being 0-based).
SVN revision: 45529
Christopher Michael [Sun, 24 Jan 2010 10:21:54 +0000 (10:21 +0000)]
Add elm_win functions for get/set of quickpanel priorities.
SVN revision: 45511
Christopher Michael [Sun, 24 Jan 2010 10:12:57 +0000 (10:12 +0000)]
Add elm_win function(s) for get/set of quickpanel.
SVN revision: 45510
Carsten Haitzler [Sun, 24 Jan 2010 01:53:37 +0000 (01:53 +0000)]
brian's button autorepeat core code.
SVN revision: 45504
Carsten Haitzler [Sat, 23 Jan 2010 09:07:20 +0000 (09:07 +0000)]
1. brian wang's patch for setting item count in a block, and homogenous
genlist mode, button repeat stuff. thanks very muchly
also - i added calc idler self-timer check. if it spends more than 1
frametime (time between frames - this is what it deems as "too much") on
calculation, then it breaks the idle and goes back to mainloop. could make it
half a frametime - but this will do for now.
SVN revision: 45479
Christopher Michael [Fri, 22 Jan 2010 23:04:01 +0000 (23:04 +0000)]
Reduce elm noise (add #if 0 around printf).
SVN revision: 45470
Iván Briano [Fri, 22 Jan 2010 20:07:47 +0000 (20:07 +0000)]
Icons for available externals, how exciting.
SVN revision: 45449
Carsten Haitzler [Fri, 22 Jan 2010 12:38:42 +0000 (12:38 +0000)]
oops - back to 4. should make this configurable. but solutions is in comments
atm
SVN revision: 45441
Carsten Haitzler [Fri, 22 Jan 2010 12:36:32 +0000 (12:36 +0000)]
mouse up on icon emit clicked - fix.
SVN revision: 45440
Carsten Haitzler [Fri, 22 Jan 2010 12:02:39 +0000 (12:02 +0000)]
move scroll back to event handling - test
SVN revision: 45439
Carsten Haitzler [Fri, 22 Jan 2010 10:00:14 +0000 (10:00 +0000)]
bigger image! easier to see on high dpi!
SVN revision: 45436
Tiago Rezende Campos Falcao [Tue, 19 Jan 2010 18:46:48 +0000 (18:46 +0000)]
Scroller Policy for List. By Masaki
Author: Thiago Ribeiro Masaki <masaki@profusion.mobi>
SVN revision: 45337
Lionel Landwerlin [Tue, 19 Jan 2010 15:34:24 +0000 (15:34 +0000)]
From: Lionel Landwerlin <llandwerlin@gmail.com>
Subject: [E-devel] [PATCH] Elementary: Added directfb support
SVN revision: 45331
Carsten Haitzler [Tue, 19 Jan 2010 12:11:58 +0000 (12:11 +0000)]
remvoe kbd stuff from button - dont want that
SVN revision: 45324
Carsten Haitzler [Tue, 19 Jan 2010 08:24:07 +0000 (08:24 +0000)]
get photocam image for event goop
SVN revision: 45321
김지훈 [Tue, 19 Jan 2010 06:57:25 +0000 (06:57 +0000)]
From: 김지훈 <jihoon48.kim@samsung.com>
I send the elm_notify patch for showing in the center of screen.
This patch is developerd by Hee Seo.
<--->
Looks good. simple. straighforward. into svn it goes!
SVN revision: 45320
Carsten Haitzler [Tue, 19 Jan 2010 06:54:27 +0000 (06:54 +0000)]
fix longpress!
SVN revision: 45319
Vincent Torri [Mon, 18 Jan 2010 19:02:35 +0000 (19:02 +0000)]
typo
SVN revision: 45298
Carsten Haitzler [Mon, 18 Jan 2010 10:28:00 +0000 (10:28 +0000)]
move horizontal context menu option to data item - and fix some hoversel
style stuff that has been broken for ages and i just neever noticed!
SVN revision: 45282
Carsten Haitzler [Mon, 18 Jan 2010 09:38:52 +0000 (09:38 +0000)]
well it needed to be done finallly - elm has config files and profiles - just
like big brother e.
SVN revision: 45280
Carsten Haitzler [Mon, 18 Jan 2010 06:56:06 +0000 (06:56 +0000)]
use specific scroller edje groups for list and genlist - add aliases.
SVN revision: 45278
Carsten Haitzler [Mon, 18 Jan 2010 06:44:56 +0000 (06:44 +0000)]
also use canvas as live-region for pan contents like genlist
SVN revision: 45277
Carsten Haitzler [Mon, 18 Jan 2010 05:33:21 +0000 (05:33 +0000)]
comments -> remove
SVN revision: 45276
Carsten Haitzler [Mon, 18 Jan 2010 05:32:13 +0000 (05:32 +0000)]
different size
SVN revision: 45275
Carsten Haitzler [Mon, 18 Jan 2010 05:31:48 +0000 (05:31 +0000)]
add visual feedback for multi-touch test
SVN revision: 45274
Boris Faure [Sun, 17 Jan 2010 10:36:19 +0000 (10:36 +0000)]
add elm_menu_item_data_set
SVN revision: 45256
Boris Faure [Sun, 17 Jan 2010 10:33:45 +0000 (10:33 +0000)]
add elm_menu_item_data_get
SVN revision: 45253
Boris Faure [Sun, 17 Jan 2010 10:33:22 +0000 (10:33 +0000)]
typo in comment
SVN revision: 45252
Carsten Haitzler [Sun, 17 Jan 2010 09:31:44 +0000 (09:31 +0000)]
first test for multi stuff - just printfs now.
SVN revision: 45251
Sebastian Dransfeld [Sat, 16 Jan 2010 13:54:55 +0000 (13:54 +0000)]
Correct second argument
SVN revision: 45223
Vincent Torri [Sat, 16 Jan 2010 13:18:48 +0000 (13:18 +0000)]
fix warnings. Patch by Lutin
SVN revision: 45216
Carsten Haitzler [Sat, 16 Jan 2010 12:35:31 +0000 (12:35 +0000)]
fix build break!
SVN revision: 45214
Carsten Haitzler [Fri, 15 Jan 2010 09:32:43 +0000 (09:32 +0000)]
1. fix list theme adapting - simply never got callbac ks to handle iot,
that's why!
2. make cmd-line tool to set scale, theme, finger size (more later) - used
this to test this and fix it.
3. cmd-line tool... also uses elm - and... as a result... also has a dialog
sayint its doing something - and... it can get a gui config later too!
SVN revision: 45175
Christopher Michael [Fri, 15 Jan 2010 05:22:40 +0000 (05:22 +0000)]
Remove unused variables.
Use elm_win_conformant calls.
SVN revision: 45162
Christopher Michael [Fri, 15 Jan 2010 05:17:54 +0000 (05:17 +0000)]
Move conformant calls to elm_win_conformant_get/set.
SVN revision: 45161
Iván Briano [Thu, 14 Jan 2010 20:06:41 +0000 (20:06 +0000)]
Set theme hook for hoversel so style changes are applied.
SVN revision: 45121
Carsten Haitzler [Thu, 14 Jan 2010 04:02:21 +0000 (04:02 +0000)]
oops - other way.
SVN revision: 45107
Carsten Haitzler [Thu, 14 Jan 2010 04:00:17 +0000 (04:00 +0000)]
add a test
SVN revision: 45106
Carsten Haitzler [Thu, 14 Jan 2010 03:47:28 +0000 (03:47 +0000)]
patch from <jihoon48.kim@samsung.com> - horizontal context menu option.
SVN revision: 45105
Christopher Michael [Thu, 14 Jan 2010 02:45:15 +0000 (02:45 +0000)]
Account for bottom panel size in conformant widget.
SVN revision: 45104
Cedric BAIL [Wed, 13 Jan 2010 15:05:53 +0000 (15:05 +0000)]
* elementary: Fix the typo in the description too :-)
SVN revision: 45086
Cedric BAIL [Wed, 13 Jan 2010 14:50:48 +0000 (14:50 +0000)]
* elementary: Fix typo in configure.
SVN revision: 45085
xcomputerman [Wed, 13 Jan 2010 08:37:56 +0000 (08:37 +0000)]
X11 calls should be conditional
SVN revision: 45082
xcomputerman [Wed, 13 Jan 2010 08:37:35 +0000 (08:37 +0000)]
X11 calls should be conditional
SVN revision: 45081
xcomputerman [Wed, 13 Jan 2010 08:17:15 +0000 (08:17 +0000)]
Add in SDL support (needed for WebOS). Admittedly this has not been actually checked out yet,
but it will be shortly and it does no evil
SVN revision: 45080
Carsten Haitzler [Mon, 11 Jan 2010 06:23:00 +0000 (06:23 +0000)]
patch for unfocus for elm butotn from chun eon park
SVN revision: 45034
Carsten Haitzler [Sun, 10 Jan 2010 02:18:50 +0000 (02:18 +0000)]
add unfocus call.
SVN revision: 45012
Boris Faure [Sun, 10 Jan 2010 01:15:32 +0000 (01:15 +0000)]
add missing prototypes
SVN revision: 45011
Boris Faure [Sat, 9 Jan 2010 23:15:43 +0000 (23:15 +0000)]
add del_cb to menu items
SVN revision: 45010
Christopher Michael [Fri, 8 Jan 2010 18:00:33 +0000 (18:00 +0000)]
Add missing files, thanks Sachiel :)
SVN revision: 44983
Christopher Michael [Fri, 8 Jan 2010 17:54:26 +0000 (17:54 +0000)]
Add illume conformant widget and test app.
SVN revision: 44982
Carsten Haitzler [Fri, 8 Jan 2010 02:33:03 +0000 (02:33 +0000)]
handle label resizes and wraps properly - add test for it!
SVN revision: 44964
Tiago Rezende Campos Falcao [Thu, 7 Jan 2010 16:34:19 +0000 (16:34 +0000)]
Elm_List_Item selected getter
SVN revision: 44951
Vincent Torri [Thu, 7 Jan 2010 08:00:49 +0000 (08:00 +0000)]
fix spelling. Patch by 'misc'
SVN revision: 44943
Tiago Rezende Campos Falcao [Tue, 5 Jan 2010 19:42:04 +0000 (19:42 +0000)]
Elm_List multi and horizontal getters
SVN revision: 44913
Carsten Haitzler [Tue, 5 Jan 2010 00:08:03 +0000 (00:08 +0000)]
event -> under list as well as on genlist
SVN revision: 44902
Carsten Haitzler [Wed, 30 Dec 2009 13:10:01 +0000 (13:10 +0000)]
test with animating edje layout obj in flip test too - with child buttons.
SVN revision: 44785
Jonathan Atton [Thu, 24 Dec 2009 10:21:54 +0000 (10:21 +0000)]
Elm map : change PATH_MAX by sizeof(buf) in snprintf
SVN revision: 44713
Jonathan Atton [Wed, 23 Dec 2009 17:10:18 +0000 (17:10 +0000)]
Elm_Slideshow : add item_data_get()
SVN revision: 44696
Jonathan Atton [Wed, 23 Dec 2009 09:53:39 +0000 (09:53 +0000)]
Elm map : add API to set a custom source
SVN revision: 44678
Jonathan Atton [Tue, 22 Dec 2009 22:47:17 +0000 (22:47 +0000)]
Elm_Map : add a source manager and 3 souces
SVN revision: 44665
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 12:11:21 +0000 (12:11 +0000)]
elm_slider : Add indicator format callback function and drag signals
Hello all,
I just made my first attempt to improve Elementary. The attached
patch adds an indicator format callback function for showing a more
versatile indicator string. It also sends drag start/stop signals
when the dragging starts and ends. This is useful for showing a
music playback progress slider. When the slider indicator is being
dragged, the indicator would show the "seek position" in time.
When the dragging is stopped, the music player can then seek to the
correct position.
I couldn't figure out how to do this with elm_slider, so I just
added these lines.
By: Brian Wang
SVN revision: 44649
Jonathan Atton [Tue, 22 Dec 2009 09:57:35 +0000 (09:57 +0000)]
Elm slideshow : resize the next and previous loaded object because if the size is 0 some widget like photocam will load nothing
SVN revision: 44645
Jonathan Atton [Tue, 22 Dec 2009 09:34:29 +0000 (09:34 +0000)]
Elm slideshow : fix item_del
SVN revision: 44644
Jonathan Atton [Mon, 21 Dec 2009 17:01:19 +0000 (17:01 +0000)]
Elm map : * do not display a bubble if the content is empty
* use a different temp dir for each map
SVN revision: 44634
Carsten Haitzler [Mon, 21 Dec 2009 02:55:31 +0000 (02:55 +0000)]
fix licence on default theme. it is intended to be PD really
SVN revision: 44618
Jonathan Atton [Sun, 20 Dec 2009 20:40:55 +0000 (20:40 +0000)]
Elm map : add a method to hide the markers of a group's class
SVN revision: 44615
Jonathan Atton [Sun, 20 Dec 2009 18:48:31 +0000 (18:48 +0000)]
Elm map : we can tell to a group class to not group the items if the zoom si greater than zoom_grouped
SVN revision: 44613
Jonathan Atton [Sun, 20 Dec 2009 16:34:45 +0000 (16:34 +0000)]
Elm map :
* now we have 2 class : 1 for the marker and 1 for the group. When a marker is "alone", the class of the marker is used, if it is grouped with others markers, the class of the group is used.
* markers with the same class are grouped. If 2 markers do not have the same class they are not grouped.
* an icon can be set by the user for a single marker or a class
* the theme have 3 different markers/groups : radio, radio2 and empty (only the numbers of markers and the icon are displayed)
* we can specify to display a group's class only for a zoom >= to a value. It means a marker of this group is not displayed for a zoom < to this value.
* off course we have new bugs too :)
SVN revision: 44610
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:28:02 +0000 (00:28 +0000)]
Icon parser check if it was successfuly set and if not deletes the icon.
that's the end of that ugly space in editje button.
SVN revision: 44589
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:27:19 +0000 (00:27 +0000)]
change .h.in as well :-(
SVN revision: 44588