platform/core/appfw/widget-viewer.git
12 years agoConnector impls are moved out to a new project
Sung-jae Park [Mon, 18 Jun 2012 07:25:01 +0000 (16:25 +0900)]
Connector impls are moved out to a new project

Change-Id: Ic9df961f7517bdf7cbc58749e79015bdebf04ced

12 years agoReplace dbus with socket
Sung-jae Park [Sat, 16 Jun 2012 07:14:08 +0000 (16:14 +0900)]
Replace dbus with socket

Change-Id: Ieadd9ad3a54b45d8d77f94a536a1b9eeaf6be181

12 years agoAdd edje viewer (the simplest one)
Sung-jae Park [Thu, 14 Jun 2012 07:41:19 +0000 (16:41 +0900)]
Add edje viewer (the simplest one)

Update the log for debugging (and optimze log message)

Change-Id: Ia67ea655d22636f4a6d6dbeab5203896f1a3a995

12 years agoRevise the dbus code
Sung-jae Park [Tue, 12 Jun 2012 10:17:16 +0000 (19:17 +0900)]
Revise the dbus code

Change-Id: I48cc85fb4da83d8f8baf77ad63e564bd76d537cc

12 years agoAdd the PID for recognizing the client from the master
Sung-jae Park [Sun, 10 Jun 2012 10:29:50 +0000 (19:29 +0900)]
Add the PID for recognizing the client from the master

Change-Id: If9be9682a43f9d691493973679fc7bfce6ae96c3

12 years ago[sample] Create a PD alway on the top of the screen.
Sung-jae Park [Sat, 9 Jun 2012 12:20:44 +0000 (21:20 +0900)]
[sample] Create a PD alway on the top of the screen.

Change-Id: I30b09074352429649aa61c889780cbb4e0b8056c

12 years agoUpdate the lb's timestamp if it is created by sys
Sung-jae Park [Sat, 9 Jun 2012 07:27:56 +0000 (16:27 +0900)]
Update the lb's timestamp if it is created by sys

Change-Id: I71a86103449bbbee39caec4fe50b15b326bdbab2

12 years agoRevise the codes
Sung-jae Park [Fri, 8 Jun 2012 06:23:21 +0000 (15:23 +0900)]
Revise the codes

Change-Id: Ia2457fa5953a2225d99040bfc8690dd8aa31afce

12 years agoCheck the BUFFER file existence.
Sung-jae Park [Tue, 5 Jun 2012 07:53:07 +0000 (16:53 +0900)]
Check the BUFFER file existence.

If it fails to create the buffer from a file,
Don't try to invoke the callbacks.

Change-Id: I1a34ebc4076990625e715721e63db608a577a225

12 years agoUpdate for dealyed connection
Sung-jae Park [Tue, 5 Jun 2012 02:13:42 +0000 (11:13 +0900)]
Update for dealyed connection

Change-Id: I35483c00b7e27d77495bb8f8ccb626d0dab9d4e7

12 years agoFix the bug of modified doubly linked list.
Sung-jae Park [Thu, 31 May 2012 08:56:07 +0000 (17:56 +0900)]
Fix the bug of modified doubly linked list.

Maybe.. I'm a foooooooooool boy -_-;

Change-Id: I5c1567be22cbda266e4209ed83e7edfb93e35d1d

12 years agoAdd magic byte to handler.
Sung-jae Park [Wed, 30 May 2012 13:26:54 +0000 (22:26 +0900)]
Add magic byte to handler.

Change-Id: I18906055a58f8ebcda330e576a035bee5ee1f0fd

12 years agoUpdate debugging message
Sung-jae Park [Wed, 30 May 2012 09:23:32 +0000 (18:23 +0900)]
Update debugging message

Replace assert with ErrPrint
Check the filename whether the livebox is created or not.

Change-Id: I79f2115c327bafc4860f00fcdb3bda8c0b57ca20

12 years agoReplace livebox0.h with livebox_internal.h
Sung-jae Park [Tue, 29 May 2012 07:58:40 +0000 (16:58 +0900)]
Replace livebox0.h with livebox_internal.h

For clearing its usage.

Change-Id: I56a06f8d5dd889c6472fd69db7f7412a209f8f2a

12 years agoIgnore move events if it occurs too fast to handle.
Sung-jae Park [Sun, 27 May 2012 12:09:41 +0000 (21:09 +0900)]
Ignore move events if it occurs too fast to handle.

Change-Id: If3a317e9476527cae9fc6f3e298552df8c9b0291

12 years agoUpdate livebox handler processing code.
Sung-jae Park [Sun, 27 May 2012 09:31:43 +0000 (18:31 +0900)]
Update livebox handler processing code.

dbus_push_command can get the nil handler.

Change-Id: Iba79c553120e6b300b7eac56ac8dd714a2b66c0e

12 years agoReview the "handler" handling codes.
Sung-jae Park [Sat, 26 May 2012 05:17:20 +0000 (14:17 +0900)]
Review the "handler" handling codes.

Add codes for handling more various cases about the API usage.
And check the resource leak.

Change-Id: I2876fff8c5ce77028f10d06573ecc0155e7390b9

12 years agoUpdate PC file for CPP
Sung-jae Park [Thu, 24 May 2012 08:33:28 +0000 (17:33 +0900)]
Update PC file for CPP

Change-Id: Ifbf85feefad39a88ccf0acef4fd784bcb9782eec

12 years agoUpdate sample viewer
Sung-jae Park [Wed, 23 May 2012 02:05:46 +0000 (11:05 +0900)]
Update sample viewer

Change-Id: I6461ca28ed5bcb822ced0bb440942c0a56b8c5a3

12 years agoAdd period update code in runtime
Sung-jae Park [Tue, 22 May 2012 09:19:10 +0000 (18:19 +0900)]
Add period update code in runtime

Change-Id: I6b9165b0378df7d7a10229ff65f3653ef321ff84

12 years agoUpdate sample viewer
Sung-jae Park [Mon, 21 May 2012 10:17:43 +0000 (19:17 +0900)]
Update sample viewer

Change-Id: I0f3990336915a1fbe1632364a10527d8dff379b4

12 years agoFix the bug.
Sung-jae Park [Mon, 21 May 2012 07:17:38 +0000 (16:17 +0900)]
Fix the bug.

Accidently removed update info code

Change-Id: Ica4cc2a8f0acfe1b519f90a03f5f5026896534e5

12 years agoUpdate OBS Package name
Sung-jae Park [Mon, 21 May 2012 05:14:06 +0000 (14:14 +0900)]
Update OBS Package name

Change-Id: I14e3fbabf8b458d75733dff44c922447406351f2

12 years agoFix the bug of resizing the buffer based content.
Sung-jae Park [Sat, 19 May 2012 16:50:13 +0000 (01:50 +0900)]
Fix the bug of resizing the buffer based content.

Change-Id: I0528f574c1c9c8af8f7b9b2c808503ee0c111fad

12 years agoUpdate content event for sx,sy,ex,ey
Sung-jae Park [Fri, 18 May 2012 08:50:02 +0000 (17:50 +0900)]
Update content event for sx,sy,ex,ey

Change-Id: Iaf5e21dcc302d476711953a1689e82805242583d

12 years agoAdd spec file for OBS packaging
Sung-jae Park [Fri, 18 May 2012 06:34:10 +0000 (15:34 +0900)]
Add spec file for OBS packaging

Change-Id: Id1c9f56319f215d38873d24e6e4023c0406f8503

12 years agoAdd a new API for text format event handling
Sung-jae Park [Fri, 18 May 2012 03:05:57 +0000 (12:05 +0900)]
Add a new API for text format event handling

12 years agoRemove non-exists folder
Sung-jae Park [Thu, 17 May 2012 08:38:58 +0000 (17:38 +0900)]
Remove non-exists folder

12 years agoImport the library for viewer of livebox from a local git
Sung-jae Park [Thu, 17 May 2012 05:06:18 +0000 (14:06 +0900)]
Import the library for viewer of livebox from a local git

Change-Id: I85a9a7d541bd0193d21a729a96a5f2dbb5170978

12 years agoInitial empty repository
hyesook choi [Thu, 17 May 2012 04:33:47 +0000 (13:33 +0900)]
Initial empty repository