platform/core/uifw/libds.git
3 years agomake the abstract factory pattern for DSRender (5/6) 06/241506/1
SooChan Lim [Tue, 31 Mar 2020 06:45:43 +0000 (15:45 +0900)]
make the abstract factory pattern for DSRender (5/6)

add the DSRenderFactoryEcoreEvas-test file

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: Iafc1563c4c5605dc06538f39f2f6715357881e79

3 years agomake the abstract factory pattern for DSRender (4/6) 05/241505/1
SooChan Lim [Tue, 31 Mar 2020 06:41:25 +0000 (15:41 +0900)]
make the abstract factory pattern for DSRender (4/6)

add the DSRenderFactory class and its concrete classes.

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: Ia0c3bf3ffac66c3b649a37c4a9d490c46e3c639c

3 years agomake the abstract factory pattern for DSRender (3/6) 04/241504/1
SooChan Lim [Tue, 31 Mar 2020 06:39:18 +0000 (15:39 +0900)]
make the abstract factory pattern for DSRender (3/6)

add the DSRenderView class and its concrete classes.

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali.

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: I3d3b03ee7d1881c37a06e55d81811aff6d8f8396

3 years agomake the abstract factory pattern for DSRender (2/6) 03/241503/1
SooChan Lim [Tue, 31 Mar 2020 06:36:56 +0000 (15:36 +0900)]
make the abstract factory pattern for DSRender (2/6)

add the DSRenderSurface class and its concrete classes.

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali.

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: I1bee5f1e83e5b64de4bede2e7bd1db310f7959c1

3 years agomake the abstract factory pattern for DSRender (1/6) 02/241502/1
SooChan Lim [Tue, 31 Mar 2020 06:24:43 +0000 (15:24 +0900)]
make the abstract factory pattern for DSRender (1/6)

add the DSRenderEngine class and its concrete classes.

=========================================================================

make the initial code of the abstract factory pattern for the DSRender

At this time, there are two concrete factories.
- DSRenderFactoryEcoreEvas
- DSRenderFactoryDali.

Each concrete factory creates three resouces below.
- DSRenderEngine
- DSRenderSurface
- DSRenderView

Change-Id: If23dac59c7c29d3cca6e1bcafce0863ef1c897cf

3 years agoremove the DSRender files. 01/241501/1
SooChan Lim [Tue, 31 Mar 2020 06:20:03 +0000 (15:20 +0900)]
remove the DSRender files.

Change-Id: Ib2fa67207cc98c5d6a947e4e6deca971ba3da132

3 years ago"[Reform] Apply Coding Style" 00/241500/1
review-bot [Wed, 1 Apr 2020 04:04:55 +0000 (13:04 +0900)]
"[Reform] Apply Coding Style"

Change-Id: Idacfb5f95b19ee518626ecca09804143d3f01eca

3 years agotests: fix RESOURCE_LEAK issues 99/241499/1
Sung-Jin Park [Tue, 31 Mar 2020 04:00:18 +0000 (13:00 +0900)]
tests: fix RESOURCE_LEAK issues

Change-Id: I23224b84042a2816158c550d0a9b2efe205043d6
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
3 years agochange the package name from test-server to libds 98/241498/1
SooChan Lim [Tue, 31 Mar 2020 03:30:55 +0000 (12:30 +0900)]
change the package name from test-server to libds

Change-Id: Ic6b7a32bda95a653285d1a22223ad77d978d2d5c

3 years agoCODEOWNERS: define code-owners to add the owners as reviewers on PR creation 97/241497/1
Sung-Jin Park [Mon, 16 Mar 2020 05:08:20 +0000 (14:08 +0900)]
CODEOWNERS: define code-owners to add the owners as reviewers on PR creation

Change-Id: I6b20eac649c05d85849d6af8bc3bab2e159e873a
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
3 years agoUpdate README.md 96/241496/1
김준경/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 25 Feb 2020 11:08:41 +0000 (20:08 +0900)]
Update README.md

add more info

Change-Id: Ifa3f58b44bac84ab9ce20588d9f1b2ba1bea4c98

3 years agoadd initial code for DSRenderer 95/241495/1
SooChan Lim [Thu, 5 Mar 2020 02:00:42 +0000 (11:00 +0900)]
add initial code for DSRenderer

Change-Id: Ibeebcd717e032af95638a1d0841e66ca22a1ab65

3 years agoadd initial code for DSBufferQueue 94/241494/1
SooChan Lim [Thu, 5 Mar 2020 01:56:38 +0000 (10:56 +0900)]
add initial code for DSBufferQueue

Change-Id: I088b0523fae5c28ebb8e9398f63820bbb986f9d6

3 years agoSeparate private cpp 93/241493/1
MinJeong Kim [Thu, 5 Mar 2020 06:45:19 +0000 (15:45 +0900)]
Separate private cpp

Change-Id: I4497e1d1ad52637605a8bfbc5c1dd454fa112218
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoexample: add new example for DSObject pimpl and property 92/241492/1
MinJeong Kim [Thu, 5 Mar 2020 05:15:39 +0000 (14:15 +0900)]
example: add new example for DSObject pimpl and property

Change-Id: I68d3ae9869ac6df51b70f5a735d3fec5a8ca4454
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoDSObject: update pimpl 91/241491/1
MinJeong Kim [Thu, 5 Mar 2020 05:14:11 +0000 (14:14 +0900)]
DSObject: update pimpl

- removed constructor with name(string)
- clean data at destructor
- added operator= for move assignment
- create __d_ptr for DSObjectPrivate using std::make_unique

Change-Id: I006eeb34ce03fee97ea8e804654f6a355120d780
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoDSObject: formatting and changing variable name with coding rule 90/241490/1
MinJeong Kim [Fri, 28 Feb 2020 00:15:07 +0000 (09:15 +0900)]
DSObject: formatting and changing variable name with coding rule

Change-Id: I9e3c521e57c66506dfbef3fed8a0fec1fac71a42
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoDSProperty/DSProperty: use pimpl idiom 89/241489/1
MinJeong Kim [Thu, 27 Feb 2020 08:31:56 +0000 (17:31 +0900)]
DSProperty/DSProperty: use pimpl idiom

Connect DSProperty and DSPropertyPrivate using std::unique_ptr

Change-Id: Id0b317af9cb71dd89557e2c10ac67cec575231bc
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agochange the ground rule for code review. 88/241488/1
SooChan Lim [Tue, 25 Feb 2020 09:36:06 +0000 (18:36 +0900)]
change the ground rule for code review.

Change-Id: If512271c38f9262c610b1fe6d98421e7cd15d6b5

3 years agoDSProperty: property system prototype added with testcase 87/241487/1
MinJeong Kim [Tue, 25 Feb 2020 06:50:09 +0000 (15:50 +0900)]
DSProperty: property system prototype added with testcase

Change-Id: I8d74c9bd93644f4529ae5a0fb4215eb0e6c67b59
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoupdate the Ground Rule 86/241486/1
SooChan Lim [Mon, 24 Feb 2020 07:21:19 +0000 (16:21 +0900)]
update the Ground Rule

Change-Id: I726291b58791edf9771878737ac03ce13d4d617e

3 years agoadd Ground rule for development. 85/241485/1
SooChan Lim [Fri, 21 Feb 2020 07:32:04 +0000 (16:32 +0900)]
add Ground rule for development.

- change README into REAME.md
- add ground rule

Change-Id: I6d2cb2450098f608b70c3f207899c5ab2063ae6a

3 years agoadd .gitignore 84/241484/1
SooChan Lim [Fri, 21 Feb 2020 04:04:51 +0000 (13:04 +0900)]
add .gitignore

Change-Id: Icb5f6a95d3219d516a11be0f6de7ae294d88026a

3 years agoUpdate README.md 83/241483/1
임수찬/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Fri, 21 Feb 2020 04:18:53 +0000 (13:18 +0900)]
Update README.md

Change-Id: I01bb95691730ed3a19b7d399524ff1c9bf1c143d

3 years agoadd directories for initial development. 82/241482/1
SooChan Lim [Fri, 21 Feb 2020 04:15:23 +0000 (13:15 +0900)]
add directories for initial development.

Change-Id: Ic70ee670ee77c04841a295919c644989705048b3

3 years agoadd the basic test for DSRefBase 81/241481/1
SooChan Lim [Fri, 21 Feb 2020 03:49:41 +0000 (12:49 +0900)]
add the basic test for DSRefBase

Change-Id: I7f8c2c17255041afb0e585c96974979839901438

3 years agomake the libds-unittests package 80/241480/1
SooChan Lim [Fri, 21 Feb 2020 03:47:57 +0000 (12:47 +0900)]
make the libds-unittests package

This package contains the unittests of libds using gmock(gtest).

Change-Id: I17afe9fb5cf5eb8d8acb74345854dddd07664031

3 years agoannounce required c++ standard version(c++17) 79/241479/1
MinJeong Kim [Thu, 20 Feb 2020 08:35:58 +0000 (17:35 +0900)]
announce required c++ standard version(c++17)

Change-Id: I47040b8b02530bfda5006dfd64b7106005efaf68
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agosample1: change header's position to absolutely 78/241478/1
jeon [Thu, 20 Feb 2020 11:12:44 +0000 (20:12 +0900)]
sample1: change header's position to absolutely

Change-Id: I57c37d6bac118a853340cc736952a9dbc8dc202d

3 years agopackaging: version up to 0.0.1 77/241477/1
jeon [Thu, 20 Feb 2020 10:53:13 +0000 (19:53 +0900)]
packaging: version up to 0.0.1

Change-Id: Ibd319dd077327fde53e1041af58a4c077aa99240

3 years agofollow c++ coding convention 76/241476/1
MinJeong Kim [Wed, 19 Feb 2020 11:02:13 +0000 (20:02 +0900)]
follow c++ coding convention

Change-Id: I0e4d8094a351ed3df2abc26136ac3c85b7a56d6c
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoUse prefix to 'DS' 75/241475/1
MinJeong Kim [Tue, 18 Feb 2020 08:04:25 +0000 (17:04 +0900)]
Use prefix to 'DS'

Change-Id: Ib78ae073b7e6782c56a3b182c44f80e603b01b8a
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoremove return type of slot callback 74/241474/1
MinJeong Kim [Mon, 10 Feb 2020 10:40:39 +0000 (19:40 +0900)]
remove return type of slot callback

Change-Id: If79805f1a4e88e61efe92574a3e5b0849ef738fd
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoimplement signal-slot system with return value 73/241473/1
MinJeong Kim [Mon, 10 Feb 2020 08:27:45 +0000 (17:27 +0900)]
implement signal-slot system with return value

Change-Id: I00b31fd43eaa56a30ff706101059e093a5cf72aa
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agowobject: move files to core dir 72/241472/1
MinJeong Kim [Mon, 20 Jan 2020 07:54:17 +0000 (16:54 +0900)]
wobject: move files to core dir

Change-Id: I2e463177c38efde9d97ad4f866ee4ef944dea83b
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
3 years agoMake empty files for wobject 71/241471/1
MinJeong Kim [Mon, 20 Jan 2020 07:51:23 +0000 (16:51 +0900)]
Make empty files for wobject

Change-Id: Ia7328412edd3753b6373636763934add5b48f3c2

3 years agofirst commit
Sung-Jin Park [Thu, 20 Aug 2020 09:11:37 +0000 (18:11 +0900)]
first commit

Change-Id: Iad080728bbb7121d7a5e3b346b5bcc2526c972b3

3 years agoInitial empty repository master
Tizen Infrastructure [Wed, 19 Aug 2020 08:08:03 +0000 (08:08 +0000)]
Initial empty repository