Release version 1.0.14
[platform/core/appfw/tizen-theme-manager.git] / src /
2020-05-25 Junghyun YeonFix coding rule
2020-05-25 Junghyun YeonImplement theme and theme_loader APIs
2020-05-25 Junghoon ParkImplement some APIs in theme.cc
2020-05-25 Junghoon ParkRefactor capi
2020-05-25 Junghoon ParkFix capi implementation
2020-05-25 Junghyun YeonImplement theme loader APIs
2020-05-25 Junghyun YeonChange prototype of theme_loader_add_event
2020-05-25 Junghyun YeonAdd OnTheneUnloaded at IThemeEvent
2020-05-25 Junghyun YeonFix build error
2020-05-25 Sangyoon JangImplement plugin parser and unit test
2020-05-25 Sangyoon JangAdd unit tests for ThemeInfoProxy
2020-05-25 Sangyoon JangRegister package event listener as ThemeInfoProxy object
2020-05-25 Sangyoon JangEnsure theme_setting table has only one data
2020-05-25 Sangyoon JangFix ThemeInfoProxy::LoadTheme()
2020-05-25 Sangyoon JangFix some coding style
2020-05-25 Sangyoon JangAdd some unit tests
2020-05-25 Sangyoon JangPrint error log at stderr to help debug during CTest
2020-05-25 Sangyoon JangFix SQLiteStatement
2020-05-25 Sangyoon JangImplement ThemeInfo::Serialize()
2020-05-25 Sangyoon JangFix DbManager class
2020-05-25 Sangyoon JangFix setting db path of db manager
2020-05-25 Sangyoon JangMake tizen-theme-provider as a library
2020-05-25 Sangyoon JangImplement provider classes
2020-05-25 Sangyoon JangAdd missing destructor of DbManager class
2020-05-25 Sangyoon JangImplement ThemeInfoProxy
2020-05-25 Sangyoon JangFix serialize and deserialize of ThemeInfo
2020-05-25 Sangyoon JangImplement DbManager class
2020-05-25 Junghyun YeonAdd theme loader
2020-05-25 Junghoon ParkAdd unit test for theme_info
2020-05-25 Sangyoon JangFix build error
2020-05-25 Sangyoon JangFix coding style
2020-05-25 Junghoon ParkFix some parameter types
2020-05-25 Junghoon ParkAdd empty body
2020-05-25 Junghoon ParkFix namespaces
2020-05-25 Junghoon ParkFix namespaces
2020-05-25 Inkyun KilAdd skeleton codes for ThemeInfoLoader
2020-05-25 Junghyun YeonAdd ThemeInfoBuilder
2020-05-25 Junghyun YeonAdd theme plugin parser
2020-05-25 Sangyoon JangRefine directory structure, CMakeLists.txt for unit...
2020-05-25 Sangyoon JangAdd classes for sqlite3 and dlog
2020-05-25 Sangyoon JangAdd skeleton code of theme_provider