Commit Graph

71 Commits

Author SHA1 Message Date
d103245f3a Changing access levels 2023-04-02 22:28:42 +02:00
db904a7661 Fixing gitignore 2023-04-02 22:27:40 +02:00
c084c63bc0 Changing protection level to public 2023-04-02 22:18:51 +02:00
b7b53321a5 Using Common 2023-04-02 22:18:40 +02:00
028298156a Adding dependencies for Common 2023-04-02 22:15:06 +02:00
4f3a768432 Converting to file-scoped namespaces 2023-04-02 22:10:42 +02:00
2637741703 Renamed namespaces 2023-04-02 22:07:27 +02:00
c370e0ba56 Ignoring backup saves 2023-04-02 22:04:15 +02:00
b310fba7a6 Ignoring new folders' obj/ and bin/ 2023-04-02 22:03:22 +02:00
f1206233a7 Moved common stuff to Common project 2023-04-02 21:58:33 +02:00
dd10e5740e Adding project CLI 2023-04-02 21:55:55 +02:00
267df022a5 Adding project 'Common', switching to Debug build profile 2023-04-02 21:55:22 +02:00
f947949e3b Renamed project to GUI 2023-04-02 21:53:39 +02:00
385dda6611 Removing setup from this branch 2023-03-31 13:33:45 +02:00
0c8630c847 Adding Setup project 2023-03-31 13:10:58 +02:00
4652442794 New default config values 2023-03-31 11:01:42 +02:00
7ab3a64d56 Not all code paths lead to a profile being created 2023-03-31 11:01:08 +02:00
83a2ceb42d Adding missing namespace 2023-03-31 07:29:18 +02:00
975425fd0c Adapting to non-static nature of ProcessBuilder 2023-03-31 07:28:55 +02:00
a590810c19 0 changes, idunno why git wants me to commit 2023-03-31 07:18:38 +02:00
21b51cac20 Syntax error fixes 2023-03-31 07:18:07 +02:00
196b3c5feb ClearDelegate() no longer neccesary 2023-03-31 07:17:53 +02:00
97e8468ec2 Making ProcessBuilder non-static 2023-03-31 07:17:11 +02:00
64e4a7a264 Providing missing namespace 2023-03-31 07:16:27 +02:00
49d4b273ca These were meant to be events. Correcting now. 2023-03-30 12:01:19 +02:00
edc81b661f Implementing ProcessBuilder 2023-03-29 14:38:59 +02:00
dfd8c1d462 Removed code that is now handled separately by ProcessBuilder 2023-03-29 14:38:29 +02:00
13123b2103 Adding ProcessBuilder class
This way only this file has to use System.Diagnostics
2023-03-29 14:36:16 +02:00
226612f49c Optimized unneccesary try-catch block 2023-03-29 09:25:12 +02:00
6536ea3fb9 Code refactoring 2023-03-29 09:24:34 +02:00
ef2ee6e43f Return was is the wrong place 2023-03-28 13:30:14 +02:00
c877424435 Adding nullable operator to avoid warning 2023-03-28 13:27:12 +02:00
79a708f7d3 Apparently there's no such thing as echo.exe, it's a part of cmd.exe 2023-03-28 13:26:55 +02:00
4032055e10 Passing method to event 2023-03-28 13:26:30 +02:00
82dbeb5c99 Adding ReloadRequest event to GeneratePassword 2023-03-28 13:25:40 +02:00
a799470f6a Closing button works now, forgot about that 2023-03-28 13:10:57 +02:00
edd573546b Fixed wrong index 2023-03-28 13:05:18 +02:00
c71e0f8947 Added missing colon 2023-03-28 12:57:45 +02:00
a806f73633 Variable were declared at the wrong place 2023-03-28 12:57:36 +02:00
04b9138a53 'not all code paths return a value' 2023-03-28 12:54:27 +02:00
88c7a1bc16 InvalidOperationExpression lol 2023-03-28 12:53:59 +02:00
097297fa93 Adding missing namespace 2023-03-28 12:53:28 +02:00
7827ea8ce9 Adding nullable operator 2023-03-28 12:53:16 +02:00
a59fe2df50 Removed const keyword because SpecialDirectories 2023-03-28 12:50:08 +02:00
0a665e5b4c Adding readme 2023-03-28 11:26:15 +02:00
8dcaff8cc0 Run CFM.Init(), pass CFM.GetRecipient() to MainForm.RecipientRequest 2023-03-28 11:08:28 +02:00
bb836153b8 Ignoring obj/ folder 2023-03-28 11:07:19 +02:00
9ffbabdd35 Rethinking of this class:
- private static Config object
- Designated methods for providing fields of said Config object
- Config info isn't fetched from the file all the time, but rather
only once in the Init() method. After that, data is fetched from the
Configuration object
2023-03-28 10:59:44 +02:00
75341f55db Created InvalidConfigurationException 2023-03-28 10:59:16 +02:00
b60e963509 Created Config class. Derive Profiles from this in the future 2023-03-28 10:58:56 +02:00