Commit graph

143 commits

Author SHA1 Message Date
Alexander
c0fc18601c Changed message to enable automatic updates at program startup 2019-11-20 15:48:49 +02:00
Alexander
52c9adc044 Fixed bug with file name when creating the new file 2019-11-19 16:08:12 +02:00
Alexander
0582e34e1b Dialog window "Delete file" now placed in the center of the parent window 2019-11-19 16:05:29 +02:00
Alexander
8742f7fcad Fixed bug when file doesn't save when clicking "Save As" 2019-11-11 21:01:07 +02:00
Alexander
336c6c1a25 Added "Unnamed.cnp - Crypto Notepad" to title bar, when typing text in editor with no opened file 2019-11-11 21:00:29 +02:00
Alexander
d11d04db1f Removed unused code 2019-11-11 20:55:52 +02:00
Alexander
2e867ce35d Removed unused code 2019-11-11 20:54:35 +02:00
Alexander
9316ab343a Removed unused code 2019-11-11 19:42:36 +02:00
Alexander
0a52852435 Fixed bug when did not appear save dialog on app close #46 2019-11-11 19:42:18 +02:00
Alexander
1ad5ddbb4e Removed unused code 2019-11-11 19:25:59 +02:00
Alexander
3d012ea475 Fixed #46 2019-11-11 19:25:39 +02:00
Alexander
9fde277705 Fixed #45 2019-11-11 19:24:19 +02:00
Alexander
53b1df8113 Resolved #42 2019-11-11 19:19:29 +02:00
Alexander
16a07484b9 Source code was simplified 2019-11-09 21:36:51 +02:00
Alexander
659f2c4184 Fixed bug with wrong text position in title bar while "Save As" file 2019-11-09 21:36:11 +02:00
Alexander
182a247aa3 Fixed bug with wrong message in status panel when new version is available 2019-11-09 20:20:59 +02:00
Alexander
b0d3dd8ec0 Update dialog window now is centered parent 2019-11-09 20:19:19 +02:00
Alexander
b808026465 Fixed performance issues on large values of Password iterations when "Save As" #43 2019-11-09 19:55:53 +02:00
Alexander
202486eedf Fixed bug when file size and modified date does not calculated 2019-11-08 07:52:21 +02:00
Alexander
8708bf007f Able to change visibility of all labels in status panel (except Ready label) 2019-11-07 20:23:05 +02:00
Alexander
9c2b77755e Formatting code 2019-11-07 20:15:41 +02:00
Alexander
8b8cb8789d Fixed typo 2019-11-07 20:14:24 +02:00
Alexander
90dbc12f3d Swapped the app name and the file name in the window title 2019-11-07 20:13:57 +02:00
Alexander
b8b3cccc13 Fixed bug with file saving on app closing 2019-11-07 20:11:25 +02:00
Alexander
349dfbb853 Fixed bug with invisible "Save file?" dialog window 2019-11-07 20:10:55 +02:00
Alexander
efefad0c02 Added check for empty file path 2019-11-07 20:08:39 +02:00
Alexander
a208e5202c Added line breaks for better readability 2019-11-07 20:07:52 +02:00
Alexander
feb0dcb16a Swapped the app name and the file name in the window title 2019-11-07 20:05:30 +02:00
Alexander
5412d089cd Disabled "modified" tooltip when file is locked 2019-11-06 11:05:18 +02:00
Alexander
fa5fefbd3f Fixed performance issue on large values of "Password iterations"
When user try to open files with large values of "Password iterations", the interface does not freeze, but it becomes unclickable. When saving files, there will be the same effect.
2019-11-06 11:04:35 +02:00
Alexander
db1334d437 Fixed bug with incorrect settings file path 2019-11-06 00:51:18 +02:00
Alexander
dea6afad84 Added indicator (*) in main window title while text is modified 2019-11-05 22:54:16 +02:00
Alexander
b5b49ec535 Removed unused code 2019-11-05 22:41:57 +02:00
Alexander
04117e65c7 Resolved #40
Encrypt/decrypt all file formats
2019-11-05 22:30:49 +02:00
Alexander
30a4c3f9b5 Resolved #41
Save file and close it, without closing the app
2019-11-05 22:00:38 +02:00
Alexander
cf9953e9f5 Center additional windows depending on the visibility of the main window 2019-11-05 21:23:13 +02:00
Alexander
d4c8a01f71 Fixed bug with incorrect text in "modified" label 2019-11-03 20:31:06 +02:00
Alexander
9d9fb45b33 Resolved #39 2019-10-31 21:50:51 +02:00
Alexander
f582da98c7 SizeSuffix method was moved to own section 2019-10-29 20:41:13 +02:00
Alexander
382164d73f Variable was simplified 2019-10-29 20:37:52 +02:00
Alexander
6c4a4ed11b Fixed app crashes when PC is locked 2019-10-28 20:33:14 +02:00
Alexander
f98b4bb732 Added new TextBox control with placeholder, instead of realization via labels 2019-10-28 20:32:13 +02:00
Alexander
ca1db5a7a3 Removed line numbers 2019-10-26 00:23:36 +03:00
Alexander
e130e5d90f Fixed bug with password corrupt while creating new file 2019-10-26 00:12:19 +03:00
Alexander
a2a7d0db68 Improved status panel
- Removed Col and Ln.
- Added file size and modified date.
- Improved status panel performance.
2019-10-26 00:11:24 +03:00
Alexander
4f70033b41 Renamed LockFile method 2019-10-26 00:04:05 +03:00
Alexander
9de470dfa7 Fixed bug when the status panel did not work 2019-10-21 15:20:40 +03:00
Alexander
305410e5f8 StatusPanel now does not work when disabled in settings 2019-10-21 14:26:40 +03:00
Alexander
6d0518dc0c LineNumbers now does not work when disabled in settings 2019-10-21 14:26:22 +03:00
Alexander
78158921c3 Fixed wrong size of line numbers on startup 2019-10-20 22:53:19 +03:00