Commit Graph

49 Commits

Author SHA1 Message Date
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
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
037ca44b2b Pass recipient to PasswordGenerator.cs 2023-03-28 10:35:23 +02:00
b71c11249d Code cleanup 2023-03-28 10:28:15 +02:00
cd69c18f56 Simplified password generation.
The class is called PasswordGenerator, so that's what it will *only* do
2023-03-28 10:13:44 +02:00
f08b2e91c8 stuff 2023-03-28 08:22:08 +02:00
35db2e56d4 basic functionality done finally 2023-03-27 22:13:40 +02:00
6dd08d15b5 Deleted everything profile related and started semi-fresh 2023-03-27 10:24:40 +02:00
60c6982663 stuff 2023-03-27 09:30:41 +02:00
311a5cc4ca bro i can't even keep track anymore 2023-03-27 09:17:06 +02:00
df33170f71 kill me 2023-03-27 00:19:30 +02:00
Miskolczi Richárd
01a926d316 asd 2023-03-24 14:09:46 +01:00
Miskolczi Richárd
99498ed660 I'm literally on fire rn 2023-03-24 14:03:09 +01:00
Miskolczi Richárd
b06568fb27 New dialog for adding profiles 2023-03-24 13:01:49 +01:00
Miskolczi Richárd
bc08238545 oops forgot to add new class 2023-03-24 12:40:10 +01:00
Miskolczi Richárd
bb7625d2f8 bro check it out 2023-03-24 12:39:50 +01:00
Miskolczi Richárd
b4a83782e9 Bro i don't even know 2023-03-24 12:18:06 +01:00
Miskolczi Richárd
91c6f339ba I don't even know anymore 2023-03-24 12:01:08 +01:00
Miskolczi Richárd
911b3fc819 Adding Profile and ProfileList class 2023-03-24 11:14:49 +01:00
Miskolczi Richárd
ef93530830 Adding Password_Store class, added a few items to form 2023-03-24 10:42:02 +01:00
Miskolczi Richárd
55ef7b4fb1 Adding files 2023-03-24 10:17:54 +01:00