Commit Graph

19103 Commits

Author SHA1 Message Date
Carsten Haitzler 9ec7d338a2 oops - good catch seb!
SVN revision: 77762
2012-10-10 13:06:27 +00:00
Carsten Haitzler 688203a56b small fixes from GArik_ .. tnx!
SVN revision: 77752
2012-10-10 11:09:03 +00:00
Michal Jagiello 3491137bdb From: Michal Jagiello <m.jagiello@samsung.com>
Subject: [E-devel] [PATCH][ETHUMB] Null checks and checks if divisor
is not equal to zero in ethumb.c file

In functions ethumb_calculate_aspect_from_ratio,
ethumb_calculate_fill_from_ratio, ethumb_plugin_image_resize and
ethumb_image_save Ethumb object is not checked if is NULL, what can cause
segmentation fault.
 
In functions ethumb_calculate_aspect and ethumb_calculate_fill divisor is
not checked if is equal to zero before division.



SVN revision: 77736
2012-10-10 09:31:25 +00:00
Michal Pakula vel Rutka 0a8bed1b66 From: Michal Pakula vel Rutka <m.pakula@samsung.com>
Subject: [E-devel] [Patch] [Ecore] Allow to send SelectionNotify event
if there is no data from XGetWindowProperty.

The issue I want to fix is that elementary clipboard does not return 
paste callback if selection does not contain any data.
Currently when ecore_x_window_prop_property_get function is called
asking for AnyProperty it returns 0 if there is no data (number of
items stored equals 0). This causes ecore_x_event_handle_selection
_notify to exit before SelectionNotify event is added and eventually
elementary paste callback is not fired.
My patch removes this condition and changes behaviour of this function
by allowing to add SelectionNotify event even if data returned is empty.



SVN revision: 77732
2012-10-10 09:17:21 +00:00
WooHyun Jung 311ea71f36 edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
variety of preediting states.


SVN revision: 77731
2012-10-10 09:15:16 +00:00
Yakov Goldberg dbda81582a Porting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, Ecore_Poll
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>

SVN revision: 77722
2012-10-10 08:19:58 +00:00
Cedric BAIL fa1dd2b86f evas: little more typo fix.
SVN revision: 77721
2012-10-10 08:18:09 +00:00
KoziarekBeata 698265a251 From: KoziarekBeata <b.koziarek@samsung.com>
Subject: [E-devel] [Edje][Patch] Patch with NULL checks for some
functions in edje_entry file

This patch contains NULL checks  for some functions in edje_entry file.

Lack of these NULL checks after calling these function causes
segmentation faults.



SVN revision: 77719
2012-10-10 08:06:27 +00:00
Cedric BAIL 74e42856be evas: fix c&p error.
SVN revision: 77716
2012-10-10 07:58:54 +00:00
Cedric BAIL 94869b2f95 evas: don't use strcmp for just one character, when we already have line size information.
SVN revision: 77703
2012-10-10 07:23:45 +00:00
Cedric BAIL e0af0dca6d evas: remove as many call as easily possible to eo_data_get.
SVN revision: 77702
2012-10-10 07:23:00 +00:00
Carsten Haitzler 3dbe48e4fe ok ok.. METRIC!
SVN revision: 77695
2012-10-10 07:00:07 +00:00
Christopher Michael 922030ca72 Ecore_X (xcb): Make sure we have a valid connection before checking
source state.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77694
2012-10-10 06:47:54 +00:00
Carsten Haitzler aad2041e55 fix font rounding in evas to round and not floor - fixes some rare
font sizing issues.



SVN revision: 77688
2012-10-10 06:07:38 +00:00
Carsten Haitzler f91826870d remove software_16_x11 - danielz! u added it back. it ewas gone from upstream!
SVN revision: 77687
2012-10-10 06:03:42 +00:00
Daniel Zaoui 34fd7793b0 Fix to support Eo on all the engines.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77686
2012-10-10 02:13:28 +00:00
Daniel Zaoui 9937b9d336 To fix directfb engine compilation.
Thanks to Jeremy Zurcher for this patch.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77685
2012-10-10 01:23:27 +00:00
Gustavo Sverzut Barbieri a13620d1e7 add efreet_user_dir to test variables.
SVN revision: 77683
2012-10-09 20:16:29 +00:00
Gustavo Sverzut Barbieri 7869bcc670 try to fallback on missing XDG_RUNTIME_DIR
SVN revision: 77682
2012-10-09 20:12:02 +00:00
Bruno Dilly e5e90c233d ephysics: re-activate bodies when gravity is set
So it can be applied on all the bodies.



SVN revision: 77680
2012-10-09 20:00:36 +00:00
Bruno Dilly 26262cb719 ephysics: fix sandbox gravity and rate spinners
They were using wrong units, default values and
not reasonable min / max.



SVN revision: 77679
2012-10-09 20:00:27 +00:00
Bruno Dilly 6f1b2ce82d ephysics: fix default rate on docs
SVN revision: 77678
2012-10-09 20:00:15 +00:00
Leandro Dorileo 179efa1d66 EPhysics: soft body members stacking
Using evas stacking for soft body slices members.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 77677
2012-10-09 20:00:03 +00:00
Leandro Dorileo 6f9e9a67f7 EPhysics: body evas object unset return the base
object

In the unset operation return the base object, not the smart one.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 77676
2012-10-09 19:59:53 +00:00
Ricardo de Almeida Gonzaga b36c0c9d62 ephysics: fix a reference on doc
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 77675
2012-10-09 19:59:43 +00:00
Bruno Dilly bb46db9051 ephysics: update README
SVN revision: 77674
2012-10-09 19:59:34 +00:00
Bruno Dilly 9a5f9bc6d5 ephysics: use macro for balls groups on sandbox theme
SVN revision: 77673
2012-10-09 19:59:25 +00:00
Bruno Dilly 02d551e3a9 ephysics: remove duplicated image
SVN revision: 77672
2012-10-09 19:59:16 +00:00
Bruno Dilly 2a7949dd53 ephysics: fix ball theme group
SVN revision: 77671
2012-10-09 19:59:08 +00:00
Gustavo Sverzut Barbieri 4786babcc8 Improve xdg-user-dirs documentation.
EVERYBODY writing software, particularly applications, read this
documentation and the links below so you can make your software
compliant:

 * http://0pointer.de/blog/projects/tmp.html where to store files and
   sockets to be secure and portable.
 * http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html



SVN revision: 77669
2012-10-09 18:43:33 +00:00
Gustavo Sverzut Barbieri 753f334e73 Support user directories $XDG_PICTURES_DIR, $XDG_VIDEOS_DIR,
$XDG_DOWNLOAD_DIR, $XDG_TEMPLATES_DIR, $XDG_PUBLICSHARE_DIR,
$XDG_DOCUMENTS_DIR and $XDG_MUSIC_DIR.



SVN revision: 77668
2012-10-09 18:17:33 +00:00
Gustavo Sverzut Barbieri 6368cfbbc2 cleanup macros.
eina_stringshare_replace() does a nice job.

EINA_LIST_FREE() always exit with empty (NULL) list.



SVN revision: 77667
2012-10-09 17:55:34 +00:00
Gustavo Sverzut Barbieri 4cd60a96e1 Add $XDG_RUNTIME_DIR support.
SVN revision: 77666
2012-10-09 17:52:21 +00:00
José Roberto de Souza fe34dc2b72 edbus: Remove edbus_real_method
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77656
2012-10-09 15:23:25 +00:00
José Roberto de Souza 90ee430ce5 edbus: Fix example of double container
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77655
2012-10-09 15:23:13 +00:00
Daniel Juyung Seo 188ce7d9e1 eobj .gitignore: Added .gitignore.
SVN revision: 77646
2012-10-09 14:28:47 +00:00
Mike McCormack fbdbbab4ef evas: Fix casts
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77641
2012-10-09 11:59:44 +00:00
Mike McCormack 2d2b04a735 elf: Ignore build output in git
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77636
2012-10-09 11:24:14 +00:00
Christopher Michael 3c6e2fabf3 Fix typo (a period != a comma) ;)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77633
2012-10-09 09:51:21 +00:00
Sebastian Dransfeld 9f188af2d8 edbus: check if DBUS_TYPE_UNIX_FD exists
SVN revision: 77629
2012-10-09 08:47:59 +00:00
Sebastian Dransfeld 83e1c68da5 edje: remove unused variable
SVN revision: 77623
2012-10-09 08:28:07 +00:00
Sebastian Dransfeld f438ce3bcb ecore_con_socks: split version check from cast
SVN revision: 77622
2012-10-09 08:27:55 +00:00
Sebastian Dransfeld e5dc5ce162 ecore_con: make buf correct type
Should be the same as the return type from eina_binbuf_string_get

SVN revision: 77621
2012-10-09 08:27:38 +00:00
Sebastian Dransfeld ec837db229 evas: Use char for memory pointer arithmetic
SVN revision: 77618
2012-10-09 07:51:08 +00:00
Cedric BAIL 457b240434 evas: do less request to eo.
SVN revision: 77617
2012-10-09 07:49:07 +00:00
Christopher Michael 16e6b9fce5 Wrong to declare "ret" as Eina_Bool and than cast it to an int.
pointer.inside is unsigned char.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77615
2012-10-09 07:35:08 +00:00
Daniel Zaoui 2f4abd93bc Second fix for Wayland Egl. Sorry devilhorns for the inconvenience.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77612
2012-10-09 07:05:37 +00:00
Daniel Zaoui c4cb0584ed Fix for Wayland. Thank for devilhorns.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77611
2012-10-09 06:49:57 +00:00
Daniel Zaoui daf219ca21 Evas_Object_Box compilation. Thanks to devilhorns and onefang
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77610
2012-10-09 06:34:49 +00:00
Tom Hacohen 589ae339d9 Evas image: Fix compilation for David Seikel.
Weird that it works here. I guess the type of va_list is different for you.

Anyhow, you are right, that's an issue, thanks.

SVN revision: 77609
2012-10-09 06:02:05 +00:00