aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/basic/ChannelObject.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-2/+2
2023-12-15fix: slove some issues on memory and intilizationssaturneric1-1/+2
2023-12-06feat: move test to src and add submodule googletestsaturneric1-3/+1
2023-12-03feat: improve memory security of function frameworksaturneric1-0/+19
2023-11-06refactor: clean up core's codessaturneric1-27/+23
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2022-05-07refactor: develop 2.0.6 startSaturneric1-1/+1
1. delete smtp ability 2. change libs link type to dramatic
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-4/+33
1. Rename related entities. 2. Add a comments.
2021-12-01Add i18n SupportSaturneric1-4/+3
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-6/+6
2021-09-05Adjust the code structure.Saturneric1-1/+8
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-13/+18
Adjust the structure.
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-11/+14
2021-07-06Fix issues.Saturneric1-1/+1
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-13/+7
Fix Bugs.
2021-05-22Expand and improve GpgKey;Saturneric1-1/+2
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-11Change CXX Standard to C++14Saturneric1-4/+13
Headers Tidy and Reformat