platform/core/uifw/dali-adaptor.git
10 years ago(KeyEvents) Removing unused cursorOffset numberOfChars from KeyEvent
Agnelo Vaz [Thu, 27 Feb 2014 19:54:20 +0000 (19:54 +0000)]
(KeyEvents) Removing unused cursorOffset numberOfChars from KeyEvent

[Issue#] N/A
[Problem] CAPI Freeze so cleaning up first
[Cause] N/A
[Solution]
[Verification] Build Repo

Change-Id: Ia82332ea9b86b998068b0617641f4a0e2441f115

10 years agoAbility to log performance makers to ftrace for Tizen SPI tool
Nick Holland [Fri, 21 Feb 2014 14:13:44 +0000 (14:13 +0000)]
Ability to log performance makers to ftrace for Tizen SPI tool

[Issue] N/A

[Problem]
When using ftrace to analyse what the system is doing there is no way to see
what task Dali is doing. E.g. when does it start running its update-thread
in relation to the V-SYNC and event processing.

[Cause] No code

[Solution]

Added extra bitmask option to DALI_LOG_PERFORMANCE environment variable,
Example:

DALI_LOG_PERFORMANCE=4 dali-demo

cat /sys/kernel/debug/tracing/trace

 TASK-PID    CPU#    TIMESTAMP  FUNCTION

  <...>-28189 [001] 269275.222762: tracing_mark_write: SPI_EV_DALI_PROCESS_EVENT_START
  <...>-28189 [001] 269275.222812: tracing_mark_write: SPI_EV_DALI_PROCESS_EVENT_END
  <...>-28196 [000] 269275.239498: tracing_mark_write: SPI_EV_DALI_V_SYNC
  <...>-28194 [005] 269275.239527: tracing_mark_write: SPI_EV_DALI_UPDATE_START
  <...>-28194 [005] 269275.240401: tracing_mark_write: SPI_EV_DALI_UPDATE_END
  <...>-28196 [000] 269275.256192: tracing_mark_write: SPI_EV_DALI_V_SYNC
  <...>-28194 [005] 269275.256228: tracing_mark_write: SPI_EV_DALI_UPDATE_START
  <...>-28194 [005] 269275.256330: tracing_mark_write: SPI_EV_DALI_UPDATE_END

The SPI_EV_ prefix is added to allow SPI tool to detect the markers.

Change-Id: Idec9714308aa19a9f1ef509057f6ba7d227c4649

10 years ago(ImageLoading) Added new method to get closest image size
David Steele [Wed, 19 Feb 2014 20:26:57 +0000 (20:26 +0000)]
(ImageLoading) Added new method to get closest image size

[Issue#]       N/A
[Problem]      No synchronous method to get closest image size.
Jpeg loader will give different size if requested, as it implements image scaling.
Want to have image actor size set to the natural size from creation, rather than
only after loading.
[Cause]        Not implemented
[Solution]
Changed signature of BitmapLoader header function to pass in ImageAttributes.
Changed meaning of header function - if a non-zero size is set, then the header
function should work out what size will be returned for the requested size and
orientation correction parameters (as would be done in the actual loader function)

refactored jpeg loader to write new header method to handle scaling and orientation
correction

Changed png header to account for cropping

[Verification] Build Repo

Change-Id: I1c9b814aafacff70f089df0735ab5bb6a108cfcc
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years ago[SRUK] Initial copy from Tizen 2.2 version
Paul Wisbey [Mon, 3 Mar 2014 18:55:55 +0000 (18:55 +0000)]
[SRUK] Initial copy from Tizen 2.2 version

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: I666580b4d50f1476f4117f93f27901e61f94bcf8

10 years agoInitial empty repository
Sehong Na [Sun, 16 Feb 2014 23:48:41 +0000 (15:48 -0800)]
Initial empty repository