Commit Graph

87 Commits

Author SHA1 Message Date
b7f3c09890 It just occured to me that cmd.exe is windows-only 2023-04-15 19:12:02 +02:00
394b848412 Adding Main to CLI 2023-04-15 19:04:05 +02:00
49294f4076 Adding new project 'TUI'
I couldn't decide if CLI would implement a more traditional, unix-ish
commandline tool style or if I wanted a more stylish, TUI design, so I
separated those into two different projects.
2023-04-15 19:03:52 +02:00
0b20150ab7 Nothing happens if no password was found and you press Decrypt 2023-04-04 11:02:38 +02:00
ec33a6fb7a Merge branch 'master' of https://gitlab.com/TypoMustakes/Windows-Password-Manager 2023-04-02 22:53:54 +02:00
af9665f3ce Removed unneccesary using directive 2023-04-02 22:52:11 +02:00
829a00f491 Code refactoring 2023-04-02 22:51:17 +02:00
47f320f2d3 Code refactoring 2023-04-02 22:50:51 +02:00
5a0c6d8c6a Using Common 2023-04-02 22:49:06 +02:00
55687c67dd Changing access to public 2023-04-02 22:48:05 +02:00
c62e796589 Subscribing MessageBox to event 2023-04-02 22:46:08 +02:00
ad88e3ebe1 Switched messageboxes to custom events 2023-04-02 22:44:01 +02:00
18e4bbf535 Fixed typo 2023-04-02 22:35:57 +02:00
9e5f766962 Code refactoring 2023-04-02 22:32:58 +02:00
0fbe05e547 Using Common 2023-04-02 22:30:32 +02:00
cb719cfdf1 Removing MessageBox call because it won't work no longer due to reverse dependency 2023-04-02 22:29:50 +02:00
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