Commit Graph

61 Commits

Author SHA1 Message Date
Chris Xiong
4fb8986d11 feat: add binding for g_file_find_enclosing_mount(). 2019-11-13 16:37:02 +08:00
Chris Xiong
3f5bf7c081 fix: extend the lifespan of captured objects. 2019-11-04 10:56:00 +08:00
Chris Xiong
2b525c6f3e feat: add interface for getting class of volumes and mounts. 2019-10-28 17:10:33 +08:00
ck
7ad783765d fix: when query_info throw NOT_FOUND cond.wakeAll() will never call 2019-10-23 11:08:50 +08:00
Chris Xiong
6dee1e99c3 fix: calling DGioVolume::getMount() on an unmounted volume results in a crash. 2019-10-23 11:02:34 +08:00
Gary Wang
939b030551 misc: disconnect volume monitor connection on destroy 2019-10-12 19:19:43 +08:00
Gary Wang
daeefc71b4 misc: add destructor for DGioVolumeManagerPrivate class 2019-10-12 18:08:15 +08:00
Chris Xiong
4f3994c944 feat: add binding for g_volume_mount. 2019-10-11 16:25:22 +08:00
Chris Xiong
68d2e61e2c feat: add sketchy way to get the type of a volume. 2019-10-11 15:57:53 +08:00
Chris Xiong
5fb3db906e chore: add back support for mistakenly deprecated G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE. 2019-10-11 09:59:02 +08:00
ck
495e311260 fix: DGioSettings::valueChanged never emit
改为DGioSettings后,设置壁纸无效,绑定valueChanged未触发,sender设置错误
2019-10-10 20:21:59 +08:00
Chris Xiong
a15ba2dc73 fix: conditional variable never woke up. 2019-10-10 11:49:11 +08:00
Chris Xiong
1203a0f839 feat: optional timeout parameter for DGioFile::createFileInfo. 2019-10-09 13:25:23 +08:00
Gary Wang
48ed50bc3c fix: dept for dev package 2019-09-28 20:14:14 +08:00
Chris Xiong
fb47d1f22f feat: add DGioFileInfo::fsType. 2019-09-17 15:41:37 +08:00
Chris Xiong
3f21a4a1b7 feat: add interface for g_volume_get_identifier. 2019-09-05 14:00:46 +08:00
deepinzhangshuang
8cc7cde492 rebuild 2019-08-29 07:59:37 +08:00
Gary Wang
ae5754454f fix: add missing depends 2019-08-08 10:57:32 +08:00
Gary Wang
a86075b843 refactor: classname rename, minor documentation 2019-08-07 17:51:36 +08:00
justforlxz
f6abd96c77 feat(DGIOSettings): replace QGSettings
和QGSettings接口基本一致,但是去掉了驼峰命名转换。
2019-08-07 16:31:21 +08:00
王子冲
c1e47429f1 feat: interfaces for fileinfo 2019-08-06 15:33:34 +08:00
Gary Wang
72fe073e31 feat: able to get icon from DGioFileInfo 2019-08-06 13:08:43 +08:00
王子冲
8ddb30527b feat: add interfaces for DGioDrive 2019-08-06 09:54:11 +08:00
chenke
1912f6f4e0 feat:add Wrapper of Gio::File::mount_enclosing_volume
use DGioFile::mountEnclosingVolume to mount "smb://..."
2019-08-06 09:44:19 +08:00
王子冲
4c412bb5bf Merge branch 'alter-interface' into 'master'
feat: new interface for eject

See merge request dde-v20/gio-qt!1
2019-08-05 13:30:10 +08:00
王子冲
369628a8a9 feat: new interface for eject 2019-08-05 13:30:10 +08:00
Gary Wang
bd6154c585 feat: new inertfaces for file and volume 2019-08-03 15:06:02 +08:00
kegechen
7bef27bc0a
feat:add Wrapper of Gio::Mount and Gio::MountOperation (#16)
* fix: move test code to test project

* feat:add Wrapper of Gio::Mount and Gio::MountOperation
2019-08-03 11:06:15 +08:00
Gary Wang
f392d08bdf doc: Update README.md 2019-08-02 14:52:31 +08:00
kegechen
7dc310c8a8
fix: move test code to test project (#14) 2019-08-02 11:30:32 +08:00
kegechen
4123262258
feat: add Wrapper of Gio (#13)
add Wrapper of Gio::File::query_info
add Wrapper of Gio::FileInfo::get_size
2019-08-01 19:59:08 +08:00
Gary Wang
41eb6531fe feat: formatSize() implementation 2019-08-01 17:18:43 +08:00
Gary Wang
2bab3ea399 fix(doc): extract static function documentation 2019-08-01 15:27:03 +08:00
kegechen
8ab76120d2
fix: incorrect description (#12)
* fix: add license

* fix: add comment
2019-08-01 14:40:54 +08:00
Gary Wang
6da5444c17 refactor: rename DGioUtils to DGlibUtils 2019-08-01 13:54:05 +08:00
kegechen
49b63c6ed5 misc: add license header and comment
(#11)
2019-08-01 10:52:17 +08:00
Gary Wang
e0425fe568 doc: Add README.md 2019-08-01 10:24:09 +08:00
Gary Wang
22ab251bfa misc: add license header 2019-08-01 10:22:48 +08:00
kegechen
71a8a7de68 feat:add dgiodrive
(#10)
2019-08-01 09:19:28 +08:00
Gary Wang
10392da3e3
doc: doc package for qch file
(#3)
2019-07-31 17:38:18 +08:00
kegechen
9f79b3d7cc feat: add a defualt param
add default param("*") to DGioFil::cereateFileSystemInfo

 (#9)
2019-07-31 14:58:31 +08:00
Gary Wang
5b8374b4dd feat: unit test support 2019-07-31 13:05:39 +08:00
Gary Wang
5ecfcf6935
feat: file iterator async support
( #8 )
2019-07-30 20:19:53 +08:00
Gary Wang
2ff601c30e refactor: rename function 2019-07-30 15:43:23 +08:00
Gary Wang
224c16ae31
refactor: move files inside different headers
(#7)
2019-07-29 16:19:31 +08:00
Gary Wang
31087054fa
feat: DGioFileIterator and more function implementation
(#6)
2019-07-29 15:22:51 +08:00
Gary Wang
ce4a9dfb26
feat: new functions for fileinfo and utils class
(#5)
2019-07-26 17:43:08 +08:00
Gary Wang
fbe5ddfe93
feat: support get file type
(#4)
2019-07-26 16:56:53 +08:00
Gary Wang
6d6c50e40e fix: typo in comment 2019-07-25 19:20:22 +08:00
Gary Wang
e4f011ff73
doc: doxygen documentation generate support
(#2)
2019-07-25 19:12:44 +08:00