tctara (Chantara Tith)
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Mar 6 2016, 5:44 AM (426 w, 5 d)
Availability
Available

Recent Activity

Jul 20 2018

tctara added a watcher for KDE Connect: tctara.
Jul 20 2018, 9:12 AM

Sep 12 2016

tctara committed R16:874900fe72f3: Move initLUKS from helpers to FS::luks. (authored by tctara).
Move initLUKS from helpers to FS::luks.
Sep 12 2016, 5:54 PM
tctara committed R16:c70945b11608: Change LUKS default logicalSectorSize to 512 (authored by tctara).
Change LUKS default logicalSectorSize to 512
Sep 12 2016, 5:54 PM
tctara committed R16:bcd61566287c: Reduce code duplication in handling mountPoint/mount/diskSpace. (authored by tctara).
Reduce code duplication in handling mountPoint/mount/diskSpace.
Sep 12 2016, 5:54 PM

Aug 15 2016

tctara committed R16:170cfcc70f86: Fix Luks over LVM resizing. Hardcode 512 as the sector instead of LVM PE size. (authored by tctara).
Fix Luks over LVM resizing. Hardcode 512 as the sector instead of LVM PE size.
Aug 15 2016, 3:23 PM
tctara committed R16:5b113f878753: House-cleaning and removing irrelevant TODO. (authored by tctara).
House-cleaning and removing irrelevant TODO.
Aug 15 2016, 3:23 PM
tctara committed R16:9a081ce33d59: Deactivate VG before removing it. (authored by tctara).
Deactivate VG before removing it.
Aug 15 2016, 3:23 PM
tctara committed R16:85024eb64e66: Rephrashing comment. (authored by tctara).
Rephrashing comment.
Aug 15 2016, 3:23 PM
tctara committed R16:4b121df8b418: Handle LUKS inside LVM. still need to fix incorrect sectorUsed. (authored by tctara).
Handle LUKS inside LVM. still need to fix incorrect sectorUsed.
Aug 15 2016, 3:23 PM
tctara committed R16:e8e7f57ec413: Hardcode LUKS payload offset return value in byte size instead of sector number. (authored by tctara).
Hardcode LUKS payload offset return value in byte size instead of sector number.
Aug 15 2016, 3:23 PM
tctara committed R16:e0afb2e6553c: Display preview for LV operation. (authored by tctara).
Display preview for LV operation.
Aug 15 2016, 3:23 PM
tctara committed R16:93d54731b44b: Add functionality to specify PE size when creating VG group. (authored by tctara).
Add functionality to specify PE size when creating VG group.
Aug 15 2016, 3:23 PM
tctara committed R16:ddd584976c7d: Add optional destination partitions to LVM movePV. This also helps preventing… (authored by tctara).
Add optional destination partitions to LVM movePV. This also helps preventing…
Aug 15 2016, 3:22 PM
tctara committed R16:304772077976: Handle case when the to-be-moved PV is not used. (authored by tctara).
Handle case when the to-be-moved PV is not used.
Aug 15 2016, 3:22 PM
tctara committed R16:04b4bb7abf9b: Initial work on Resize operation and move/resize jobs. (authored by tctara).
Initial work on Resize operation and move/resize jobs.
Aug 15 2016, 3:22 PM
tctara committed R16:25413534205c: Fix LVM volume showing incorrect preview when creating new LV. (authored by tctara).
Fix LVM volume showing incorrect preview when creating new LV.
Aug 15 2016, 3:22 PM
tctara committed R16:713376b02d67: Move LvmDevice member variables from 32 bits to 64 bits. (authored by tctara).
Move LvmDevice member variables from 32 bits to 64 bits.
Aug 15 2016, 3:22 PM
tctara committed R16:0f6d46ba42d1: Refactor functions for getting list of PV and LV. (authored by tctara).
Refactor functions for getting list of PV and LV.
Aug 15 2016, 3:22 PM
tctara committed R16:622b1fc0e59b: Handle LvmDevice's getField case when VG name is not supplied. (authored by tctara).
Handle LvmDevice's getField case when VG name is not supplied.
Aug 15 2016, 3:22 PM
tctara committed R16:614016bd76df: Remove canRemove. (authored by tctara).
Remove canRemove.
Aug 15 2016, 3:22 PM
tctara committed R16:a7192167f88d: Overload getPVSize for QStringList. (authored by tctara).
Overload getPVSize for QStringList.
Aug 15 2016, 3:22 PM
tctara committed R16:7fcb4eae5360: Add LVM PV move. (authored by tctara).
Add LVM PV move.
Aug 15 2016, 3:22 PM
tctara committed R16:665f69ace17a: Move lvm2_pv functions to static. (authored by tctara).
Move lvm2_pv functions to static.
Aug 15 2016, 3:22 PM
tctara committed R16:414ef95fae2e: Move LVM removeVG parameter to LvmDevice instead of QString of VG name. (authored by tctara).
Move LVM removeVG parameter to LvmDevice instead of QString of VG name.
Aug 15 2016, 3:22 PM
tctara committed R16:48402b159661: It makes more sense to have logic for getting list of used PVs in the LvmDevice. (authored by tctara).
It makes more sense to have logic for getting list of used PVs in the LvmDevice.
Aug 15 2016, 3:22 PM
tctara committed R16:d4ffd865892f: Initial work on removeVolume Operation and Job. (authored by tctara).
Initial work on removeVolume Operation and Job.
Aug 15 2016, 3:22 PM
tctara committed R16:f55f34759cc1: Add used and free PV scan for lvm2_pv. (authored by tctara).
Add used and free PV scan for lvm2_pv.
Aug 15 2016, 3:22 PM
tctara committed R16:59c8639be098: Move createvolumegroup operation and job parameter to QStringList (authored by tctara).
Move createvolumegroup operation and job parameter to QStringList
Aug 15 2016, 3:22 PM
tctara committed R16:e4673b113237: Fix createVG PV list white space problem. (authored by tctara).
Fix createVG PV list white space problem.
Aug 15 2016, 3:22 PM
tctara committed R16:95e65968fd75: Initial work on create volume operation and job. (authored by tctara).
Initial work on create volume operation and job.
Aug 15 2016, 3:22 PM
tctara committed R16:31d57c6b2eb8: Add removeVG lvmdevice. And, Change createVG to accpeting QStringList instead. (authored by tctara).
Add removeVG lvmdevice. And, Change createVG to accpeting QStringList instead.
Aug 15 2016, 3:22 PM
tctara committed R16:1d67d96b8e69: Add freeSetors for partitionTable (authored by tctara).
Add freeSetors for partitionTable
Aug 15 2016, 3:22 PM
tctara committed R16:15a5607eff72: Add LvmDevice createVG. (authored by tctara).
Add LvmDevice createVG.
Aug 15 2016, 3:22 PM
tctara committed R16:a33b5d2ceea0: Disable createPartitionTable action for LVM device. (authored by tctara).
Disable createPartitionTable action for LVM device.
Aug 15 2016, 3:22 PM
tctara committed R16:d75665e94629: Move LVM totalPE to 64 bits (authored by tctara).
Move LVM totalPE to 64 bits
Aug 15 2016, 3:22 PM
tctara committed R16:a4f368c6f453: Remove else clause (authored by tctara).
Remove else clause
Aug 15 2016, 3:22 PM
tctara committed R16:47e014b665e2: LVM LV resize Operation (authored by tctara).
LVM LV resize Operation
Aug 15 2016, 3:22 PM
tctara committed R16:58b6a30f32f5: Fix LV used space. (authored by tctara).
Fix LV used space.
Aug 15 2016, 3:22 PM
tctara committed R16:2eb15d079761: Add LVM operations (authored by tctara).
Add LVM operations
Aug 15 2016, 3:22 PM
tctara committed R16:f776ff2c167b: Use partionPath for new LV partition (authored by tctara).
Use partionPath for new LV partition
Aug 15 2016, 3:22 PM
tctara committed R16:3998145827fa: Move from creating unallocated LVM partitio manually to PartitionTable (authored by tctara).
Move from creating unallocated LVM partitio manually to PartitionTable
Aug 15 2016, 3:22 PM
tctara committed R16:a172db750471: Better LVM operations report (authored by tctara).
Better LVM operations report
Aug 15 2016, 3:22 PM
tctara committed R16:37d95123bab7: Move lvm2_pv from regex to field options. Add read used space to lvm pv (authored by tctara).
Move lvm2_pv from regex to field options. Add read used space to lvm pv
Aug 15 2016, 3:22 PM
tctara committed R16:c6281ca9bccb: Add Label for LVM partition's filesystem (authored by tctara).
Add Label for LVM partition's filesystem
Aug 15 2016, 3:22 PM
tctara committed R16:e7566c949ffd: Add LVM delete partition job (authored by tctara).
Add LVM delete partition job
Aug 15 2016, 3:22 PM
tctara committed R16:dda7447308fe: Fix PartitionTable sector representation and used space for LVM partition (authored by tctara).
Fix PartitionTable sector representation and used space for LVM partition
Aug 15 2016, 3:22 PM
tctara committed R16:90f397a3393c: Move scanPartitions to LVM Field (authored by tctara).
Move scanPartitions to LVM Field
Aug 15 2016, 3:22 PM
tctara committed R16:f7935258188c: Use KMountPoint for LvmDevice's Partition (authored by tctara).
Use KMountPoint for LvmDevice's Partition
Aug 15 2016, 3:22 PM
tctara committed R16:9bdea67a1414: Move from regex to LVM Field options (authored by tctara).
Move from regex to LVM Field options
Aug 15 2016, 3:22 PM
tctara committed R16:c75f6e37c0b8: Refactor and add UUID to LvmDevice (authored by tctara).
Refactor and add UUID to LvmDevice
Aug 15 2016, 3:22 PM
tctara committed R16:7aff1b43651a: Construct PartitionTable and Partition in LvmDevice (authored by tctara).
Construct PartitionTable and Partition in LvmDevice
Aug 15 2016, 3:22 PM
tctara committed R16:10be3644573e: Initial work on LvmDevice (authored by tctara).
Initial work on LvmDevice
Aug 15 2016, 3:22 PM
tctara committed R16:1cf3976a0593: Initial Device separation (authored by tctara).
Initial Device separation
Aug 15 2016, 3:22 PM

May 26 2016

tctara committed R17:6fd9879c131d: Add lvm-specific infopane information (authored by tctara).
Add lvm-specific infopane information
May 26 2016, 9:05 PM
tctara committed R16:866707c3c70c: Cache lvm2_pv and luks result in finding external tool (authored by tctara).
Cache lvm2_pv and luks result in finding external tool
May 26 2016, 8:32 PM
tctara committed R16:8e11d3be0c62: Add support for reading LVM PV info (authored by tctara).
Add support for reading LVM PV info
May 26 2016, 1:32 PM
tctara committed R16:d4062ef198ef: Implement lvm PV resizing (authored by tctara).
Implement lvm PV resizing
May 26 2016, 1:32 PM

May 25 2016

tctara committed R16:5bf4acfb1dd9: setting VG name as PV mount point (authored by tctara).
setting VG name as PV mount point
May 25 2016, 6:45 PM

May 3 2016

tctara added a member for KDE Partition Manager: tctara.
May 3 2016, 5:58 PM

Mar 22 2016

tctara updated the diff for D1187: Do not create archives with double extension.
Mar 22 2016, 8:32 AM · Ark

Mar 21 2016

tctara updated the diff for D1187: Do not create archives with double extension.
Mar 21 2016, 6:01 PM · Ark
tctara moved T1875: Do not create archives with double extension from Backlog to Under review on the Ark board.
Mar 21 2016, 6:22 AM · Ark
tctara added a revision to T1875: Do not create archives with double extension: D1187: Do not create archives with double extension.
Mar 21 2016, 6:09 AM · Ark
tctara added a task to D1187: Do not create archives with double extension: T1875: Do not create archives with double extension.
Mar 21 2016, 6:09 AM · Ark
tctara retitled D1187: Do not create archives with double extension from to Do not create archives with double extension.
Mar 21 2016, 6:09 AM · Ark

Mar 10 2016

tctara updated the diff for D1111: When packing multiple selected files - use containing folder name.
Mar 10 2016, 10:10 PM · Ark
tctara updated the diff for D1111: When packing multiple selected files - use containing folder name.
Mar 10 2016, 9:56 PM · Ark
tctara updated the diff for D1111: When packing multiple selected files - use containing folder name.
Mar 10 2016, 9:12 PM · Ark
tctara retitled D1111: When packing multiple selected files - use containing folder name from to When packing multiple selected files - use containing folder name.
Mar 10 2016, 8:22 PM · Ark

Mar 9 2016

tctara updated the diff for D1095: Fix the QuickExtract menu.
Mar 9 2016, 7:13 PM · Ark
tctara updated the diff for D1095: Fix the QuickExtract menu.
Mar 9 2016, 7:00 PM · Ark
tctara updated D1095: Fix the QuickExtract menu.
Mar 9 2016, 2:31 PM · Ark
tctara moved T1781: Fix the quickextract menu from In progress to Under review on the Ark board.
Mar 9 2016, 2:06 PM · Ark
tctara added a revision to T1781: Fix the quickextract menu: D1095: Fix the QuickExtract menu.
Mar 9 2016, 2:04 PM · Ark
tctara added a task to D1095: Fix the QuickExtract menu: T1781: Fix the quickextract menu.
Mar 9 2016, 2:04 PM · Ark
tctara retitled D1095: Fix the QuickExtract menu from to Fix the QuickExtract menu.
Mar 9 2016, 2:04 PM · Ark
tctara moved T1781: Fix the quickextract menu from Backlog to In progress on the Ark board.
Mar 9 2016, 1:48 PM · Ark

Mar 8 2016

This is a test notification, sent at Tue, Mar 8, 18:16.
Mar 8 2016, 6:16 PM
This is a test notification, sent at Tue, Mar 8, 18:16.
Mar 8 2016, 6:16 PM
tctara updated the diff for D1087: Check if folder exists before adding it to the quick-extract menu.
Mar 8 2016, 5:05 PM · Ark
tctara added a task to D1087: Check if folder exists before adding it to the quick-extract menu: T1778: Check if folder exists before adding it to the quick-extract menu.
Mar 8 2016, 4:25 PM · Ark
tctara added a revision to T1778: Check if folder exists before adding it to the quick-extract menu: D1087: Check if folder exists before adding it to the quick-extract menu.
Mar 8 2016, 4:25 PM · Ark
tctara retitled D1087: Check if folder exists before adding it to the quick-extract menu from to Check if folder exists before adding it to the quick-extract menu.
Mar 8 2016, 4:24 PM · Ark

Mar 6 2016

tctara added a watcher for Ark: tctara.
Mar 6 2016, 5:46 AM
tctara added a watcher for KDE Partition Manager: tctara.
Mar 6 2016, 5:45 AM