39 Commits

Author SHA1 Message Date
187b72d5f3 Bump project version.
Bumping the project version because of the updated library.
2025-06-18 14:02:28 -04:00
e664fe61b5 Update a return statement.
Update the version of the PDF-Sharp library.
2025-06-18 13:59:12 -04:00
868156a457 Bump version number. 868156a457 2024-08-09 12:11:41 -04:00
8784670ad9 Merge pull request 'Added a new form to display the GPLv3 license for the project.' (#8) from issue#6 into master
Reviewed-on: ABSC/PDF-Merge#8
2024-08-08 13:21:45 -04:00
1b3fb5d47c Added a new form to display the GPLv3 license for the project.
Resolves issue #6.
2024-08-08 13:19:52 -04:00
18e904d9ec Merge pull request 'issue#4' (#7) from issue#4 into master
Reviewed-on: ABSC/PDF-Merge#7
2024-08-08 12:40:26 -04:00
66695f595f Merge branch 'issue#4' of https://efrick.ddns.net/git/ABSC/PDF-Merge into issue#4 2024-08-08 12:38:50 -04:00
cd64c19fa3 Fix null warnings in AboutBox1
One warning was left because it should not ever return null unless the
package has been damaged.
All other warnings have been resolved. This should close issue #4.
2024-08-08 12:38:11 -04:00
70cc9583af Fix null warnings in AboutBox1
One warning was left because it should not ever return null unless the
package has been damaged.
2024-08-08 12:36:16 -04:00
a1c79ab1f3 Fixed null warning in MergePDFs 2024-08-08 11:41:02 -04:00
d0a9bc9055 Fix null warning in MainForm 2024-08-08 11:37:22 -04:00
006228647d Fix null literal warning in ConfForm. 2024-08-08 11:35:31 -04:00
af2f15fd40 Add an unistaller and Registry entries.
The software can now uninstall itself and will show up in Add or Remove software.
2024-08-07 14:44:21 -04:00
065df71090 Set permissions on the install folder during the installation.
This was causing a error when the application was run due to the regular user not having write permissions.
2024-08-07 14:01:42 -04:00
a17d288f92 Merge pull request 'Resolve issue #1' (#5) from issue#1 into master
Reviewed-on: ABSC/PDF-Merge#5
a17d288f92
2024-08-06 10:42:35 -04:00
ba059015cf Bump version number. 2024-08-06 10:41:00 -04:00
3b57fb0edf The date format is now selectable.
Added the form controls and AppSettings keys to allow the user to select
the format of the date appended to the output file.
Further update to issue #1.
2024-08-06 10:37:42 -04:00
1e75972ae9 Appending a date to the output file is now working.
This commit should resolve issue #1. Appending a date to the output file
is now a selectable option in the app configuration.
2024-08-06 09:53:40 -04:00
8c5d3f9e06 Merge pull request 'installer' (#2) from installer into master
Reviewed-on: ABSC/PDF-Merge#2
8c5d3f9e06
2024-08-05 19:18:16 -04:00
2129276814 Update ignored files. 2024-08-05 19:17:05 -04:00
b0169d7b0f Basic installer. 2024-08-05 19:16:04 -04:00
7b60dbdd7e Bump version number. 2024-08-05 18:41:44 -04:00
903bc4880f Update MainForm 2024-08-05 18:19:39 -04:00
71f34c7cca Update App.config to blank the paths. 2024-08-05 15:18:17 -04:00
8c8abc3ce3 Update the main form to fix errors. 2024-08-05 15:04:43 -04:00
2a78fdc2a4 Update the variable used for the output path. 2024-08-05 14:54:00 -04:00
c5f3410b25 Add a lable showing the configured output path. 2024-08-05 14:43:42 -04:00
072e59bd4a Update configuration code to use the new configuration keys. 2024-08-05 14:36:07 -04:00
1d332927d6 Update code to reflect change in config file.
The configuration now seperates the output path and filename into
seperate componentants.
2024-08-05 14:32:13 -04:00
f85361ed27 Add FolderPicker to source selection in config menu. 2024-08-05 14:06:17 -04:00
b1368e3c53 Update the PathLable in the main form when configuration changes. 2024-08-05 13:55:36 -04:00
6d06fa90e5 Configuration changes now saving properly. 2024-08-05 13:41:30 -04:00
0a132d75ec Complete the configuration menue elements. 2024-08-01 23:28:42 -04:00
ea1de129ed Basic working program.
It will merge PDFs from a directory. Configuration is currently all
manual.
2024-08-01 16:16:53 -04:00
373b83b97c Add the Icon files for the project. 2024-08-01 11:32:58 -04:00
096c6aa661 Add the WinForm framework. 2024-07-31 16:14:35 -04:00
e7cec66e6c Added a different example to the scratch file. 2024-07-31 16:02:34 -04:00
3337dc4ea6 Add scratch file. 2024-07-31 15:47:23 -04:00
1b386c0eca Initial commit 2024-07-31 13:14:04 -04:00