[EGIT] [core/elementary] master 01/01: atspi: value interface implementation for elm_spinner

2014-07-25 Thread Zbigniew Kosinski
stanluk pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=06cd087da13b7703725b65074b556e435dbf28c9 commit 06cd087da13b7703725b65074b556e435dbf28c9 Author: Zbigniew Kosinski Date: Fri Jul 25 10:13:02 2014 +0200 atspi: value interface

[EGIT] [core/elementary] master 01/01: tests: check required interfaces implementation by widgets

2014-07-21 Thread Zbigniew Kosinski
stanluk pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0c7e93cdaab34d361686064a492488b213a5454c commit 0c7e93cdaab34d361686064a492488b213a5454c Author: Zbigniew Kosinski Date: Mon Jul 21 18:07:10 2014 +0200 tests: check required interfaces

[EGIT] [core/elementary] master 01/01: atspi: Orca is able to read slider value changes

2014-07-18 Thread Zbigniew Kosinski
stanluk pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=17515f2be90e9289f418a50ddfc3ce4186498d64 commit 17515f2be90e9289f418a50ddfc3ce4186498d64 Author: Zbigniew Kosinski Date: Fri Jul 18 11:47:48 2014 +0200 atspi: Orca is able to read slider

[EGIT] [core/elementary] master 01/01: atspi: checked state for elm_check added

2014-06-11 Thread Zbigniew Kosinski
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a873c720d50a6b132598a2676a8d05f9af213b40 commit a873c720d50a6b132598a2676a8d05f9af213b40 Author: Zbigniew Kosinski Date: Thu Jun 12 12:57:54 2014 +0900 atspi: checked state for elm_check

[EGIT] [core/elementary] master 01/01: atspi: selection interface tests for elm_list widget fixed

2014-06-10 Thread Zbigniew Kosinski
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b3f4dd50beba62d03a8ff3532e36e450f62acb25 commit b3f4dd50beba62d03a8ff3532e36e450f62acb25 Author: Zbigniew Kosinski Date: Tue Jun 10 19:13:35 2014 +0900 atspi: selection interface tests

[E-devel] [EVAS] [PATCH] evas_object_textblock_valign_set documentation improvement

2012-11-28 Thread Zbigniew Kosinski
Hello, Right now function evas_object_textblock_valign_set sets 1.0 on values greater than 1.0 and 0.0 on values less than 0.0. I described that case in documentation. Please take a look at attached patch. BR, Zbigniew Kosinski 0001-Improve-doc-for-evas_object_textblock_valign_set.patch

Re: [E-devel] Add Null checking routine

2012-10-05 Thread Zbigniew Kosinski
Hi, I prepared patch - check eet file pointer parameter in eet_identity_signature, eet_identity_x509 and eet_identity_sha1 functions. Please take a look at attached files. BR, Zbigniew [SPRC] -Original Message- From: Sungho Kwak [mailto:sungho@gmail.com] Sent: 5 października 2012 09:4

[E-devel] [EET][PATCH] NULL checks again

2012-10-04 Thread Zbigniew Kosinski
Hello, Please consider to add another NULL checks in eet lib: 1. eet_data_descriptor_element_add - NULL check for data descriptor handle parameter. 2. eet_connection_send and eet_connection_node_send - NULL check for connection parameter. Please take a look at attached patches. BR,

Re: [E-devel] [EET] Check data descriptor parameter in eet_data

2012-09-21 Thread Zbigniew Kosinski
Hello again, I will be grateful for feedback. -Original Message- From: Zbigniew Kosinski [mailto:z.kosin...@samsung.com] Sent: 19 września 2012 14:31 To: 'Enlightenment developer list' Subject: [E-devel] [EET] Check data descriptor parameter in eet_data Hello, Right now, func

[E-devel] [Efreet][PATCH] Changes in efreet_mime_shutdown. Decrementing init counter below 0 issue solved.

2012-09-20 Thread Zbigniew Kosinski
. BR, Zbigniew Kosinski 0001-Changes-in-efreet_mime_shutdown.-Decrementing-init-c.patch Description: Binary data -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lit

[E-devel] [EET] Check data descriptor parameter in eet_data

2012-09-19 Thread Zbigniew Kosinski
Hello, Right now, functions from eet_data don't check if data descriptor handle parameter is NULL. What do You think about adding null checks for that parameter type? Please take a look at attached patch. BR, Zbigniew Kosinski 0001-Add-null-check-for-data-descriptor.patch Descri

[E-devel] [PATCH][EET][DOC] Warning about compilation with signature support in EET in documentation

2012-09-18 Thread Zbigniew Kosinski
Hello, Some API from EET require compilation with signature support in EET lib. In my opinion, it is good idea to add some description in documentation about that. Please take a look at attached patch. BR, Zbigniew Kosinski 0001-Add-Warning-need-compilation-signature-support-in-EE.patch

Re: [E-devel] Documentation for e_dbus_init and e_dbus_shutdown

2012-09-11 Thread Zbigniew Kosinski
Missing attachment :-o -Original Message- From: Zbigniew Kosinski [mailto:z.kosin...@samsung.com] Sent: 11 września 2012 11:11 To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] Documentation for e_dbus_init and e_dbus_shutdown Hello, I added some description for

[E-devel] Documentation for e_dbus_init and e_dbus_shutdown

2012-09-11 Thread Zbigniew Kosinski
Hello, I added some description for e_dbus_init and e_dbus_shutdown documentation. Please take a look at attached diff file. BR, Zbigniew Kosinski -- Live Security Virtual Conference Exclusive live event will

Re: [E-devel] Function e_dbus_request_name

2012-09-06 Thread Zbigniew Kosinski
After that developers are fully responsible for parameters they pass to e_dbus public API. --- Original Message --- Sender : Carsten Haitzler Date : Sep 05, 2012 19:28 (GMT+09:00) Title : Re: [E-devel] Function e_dbus_request_name On Wed, 05 Sep 2012 05:39:08 +000

[E-devel] Function e_dbus_request_name

2012-09-04 Thread Zbigniew Kosinski
Hello, I maintain app where e_dbus library is used. I have a question about e_dbus_request_name function. Right now, If NULL is passed instead of name parameter, I receive SIGABRT signal. Is it good idea to add null check in the e_dbus_request_name to solve describ