index
:
profile/tv/apps/native/screen-reader
accepted/tizen_tv
master
old-tizen
sandbox/tolszaksamsung/tizen_3.0
tizen
tizen_3.0.m1_tv
Domain: UI Framework / Assistive Technology;
Shinwoo Kim <cinoo.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
[Package Update] Version: 0.0.8
submit/tizen/20160310.085300
accepted/tizen/tv/20160311.055419
tizen
accepted/tizen_tv
Shinwoo Kim
1
-1
/
+1
2016-03-09
Revert "lua: add lua engine to process internal logic"
Shinwoo Kim
15
-1214
/
+772
2016-03-09
Revert "mobile-lua: add additional LABELLED_BY relation"
Shinwoo Kim
2
-39
/
+11
2016-03-09
Revert "Added TV trait descriptions for Screen Reader in new lua script and t...
Shinwoo Kim
3
-146
/
+0
2016-03-08
Apply tizen-platform-config macros (RPM variables)
Shinwoo Kim
3
-20
/
+25
2016-03-07
Fix build error: duplicated lines to delete root
Shinwoo Kim
1
-1
/
+0
2016-01-19
Minor debug fix
Bartlomiej Uliasz
1
-1
/
+1
2016-01-15
navigator.c: Minor bugfix (unref)
Bartlomiej Uliasz
1
-1
/
+1
2016-01-12
screen_reader_spi: Fixed and improved screen-reader behavior on text entry
Bartlomiej Uliasz
5
-29
/
+108
2016-01-12
keyboard_tracker: Fixed call keyboard_tracker_shutdown() also in TV version
Bartlomiej Uliasz
2
-1
/
+1
2016-01-11
screen_reader_spi.c: Fixed memory leak
Bartlomiej Uliasz
2
-15
/
+12
2016-01-07
navigator.c: Fixed: Disabled mobile code from compile on tv
Bartlomiej Uliasz
1
-0
/
+2
2015-12-14
keyboard_tracker: "back" hardware button fix
Kamil Lipiszko
5
-46
/
+4
2015-12-01
haptic: Vibrate on highlighted object change.
Kamil Lipiszko
5
-3
/
+17
2015-11-27
keyboard_tracker.c: Added "back button" tts when hardware back button is used
Bartlomiej Uliasz
2
-2
/
+20
2015-11-27
Added TV trait descriptions for Screen Reader in new lua script and translati...
Bartlomiej Uliasz
3
-0
/
+149
2015-11-25
mobile-lua: add additional LABELLED_BY relation
Lukasz Stanislawski
2
-11
/
+39
2015-11-18
navigator: remove non-existing include file
Lukasz Stanislawski
1
-1
/
+0
2015-11-17
Setting CTEST_OUTPUT_ON_FAILURE env var before make test.
Tomasz Olszak
1
-0
/
+1
2015-11-04
screen-reader: remove dead code
Lukasz Stanislawski
1
-7
/
+0
2015-11-04
remove dead code
Lukasz Stanislawski
3
-158
/
+0
2015-11-03
lua: add lua engine to process internal logic
Lukasz Stanislawski
15
-771
/
+1213
2015-10-28
Make the condition in flat_navi_context_current_at_x_y_set more readable
Tomasz Olszak
1
-1
/
+5
2015-10-27
Changes that allow to compile SR on Tizen 3.0 Mobile.
Tomasz Olszak
9
-25
/
+140
2015-10-20
tizen_2.4 adapted for 3.0 TV
sandbox/tolszaksamsung/tizen_3.0
Tomasz Olszak
5
-56
/
+48
2015-10-20
Remove tizen 2.4 keyword, and follow tizen 3.0 general definition
Shinwoo Kim
3
-4
/
+3
2015-10-09
Added setting vconf key when SR created and terminated.
Tomasz Olszak
1
-1
/
+5
2015-10-08
Fixed compilation warnings (unused variables, implicit declaration)
Tomasz Olszak
2
-3
/
+3
2015-10-08
flat_navi: fixes asymetry between forward and backward dfs traversing
Lukasz Oleksak
1
-7
/
+26
2015-10-07
Revert "Added usage of service_app_main instead of appcore_efl_main"
Shinwoo Kim
6
-33
/
+19
2015-10-07
Fix prevent issue: CID482427, CID482428
Shinwoo Kim
2
-2
/
+2
2015-10-06
Added usage of service_app_main instead of appcore_efl_main
Tomasz Olszak
6
-19
/
+33
2015-10-06
navigator: properly set app_tracker root.
Lukasz Stanislawski
1
-1
/
+1
2015-10-06
Fix prevent: CID482391 - Dereference null return value
Shinwoo Kim
1
-2
/
+4
2015-10-05
navigator: fix wrong text read when a slider is selected.
Bartlomiej Uliasz
2
-10
/
+69
2015-10-05
Fix prevent issues: CID453825,453827,453828,479697,481760
Shinwoo Kim
2
-28
/
+45
2015-10-05
Fix prevent issue: CID 481761(FORWARD_NULL)
Shinwoo Kim
1
-1
/
+2
2015-10-01
navigator: Code refactoring if/else's -> switch/case
Bartlomiej Uliasz
1
-17
/
+38
2015-09-30
logger: change logging method from eina_log to dlog
Lukasz Stanislawski
10
-113
/
+26
2015-09-30
navigator: bugfixes (unref/free memory/char->gchar)
Bartlomiej Uliasz
1
-22
/
+25
2015-09-30
upload package.
ChunEon Park
1
-1
/
+1
2015-09-29
flat_navi: do not go down to nodes not having SHOWING state.
Lukasz Stanislawski
1
-1
/
+7
2015-09-29
properly init libatspi
Lukasz Stanislawski
2
-1
/
+5
2015-09-26
[TV] add removed configuration for tv product
Shinwoo Kim
1
-0
/
+2
2015-09-25
navigator: do not activate window on content change
Lukasz Stanislawski
1
-3
/
+0
2015-09-25
tests: build fix.
Bartlomiej Uliasz
4
-140
/
+27
2015-09-25
navigator: generate additonal trait from LABELLED_BY relation
Kamil Lipiszko
1
-0
/
+23
2015-09-24
[FIX][ATSPI_ROLE_GROUPING] Fix in trait generation
Michal Skorupinski
1
-0
/
+2
2015-09-24
navigator: do not set as root hidden objects.
Lukasz Stanislawski
1
-9
/
+12
2015-09-24
Fix for _accept_object function: disabled extents check for list items
Bartlomiej Uliasz
1
-10
/
+13
[next]