Commit Graph

112 Commits

Author SHA1 Message Date
Julian Frohmüller b52e548457 Change some more string. 2022-12-14 10:09:25 +01:00
Julian Frohmüller b72dd5cee6 Change branding from hddsuperdrive to oscdriver. 2022-12-13 10:44:55 +01:00
piernov f59b24ae11 Fix driver for 5.19.12 & 6.0.0 2022-12-12 21:32:27 +01:00
Julian Frohmüller 219ee8b8f7 Do not require tools for building the driver in package. 2022-12-12 11:46:12 +01:00
Julian Frohmüller b2f413753a Change dkms.conf. 2022-12-11 18:08:40 +01:00
Julian Frohmüller 0cd9f7725d Remove ZIP package generation.
Add driver installation routine to DEB package.
2022-12-11 18:04:23 +01:00
Julian Frohmüller a134e74825 Move some driver defines to the CMake config. 2022-12-11 10:52:04 +01:00
Julian Frohmüller 609804494b Set driver version in CMake config. 2022-12-11 09:47:11 +01:00
Julian Frohmüller e1bc73e413 Change to driver installation.
OpenSuperClone is no longer responsible for compiling the driver which from now on will be handled by DKMS.
2022-12-10 20:45:34 +01:00
Julian Frohmüller 60ba93a986 Fix driver build and change driver name. 2022-12-10 16:19:15 +01:00
Julian Frohmüller 0e720e27bb Preparation for DKMS. 2022-12-10 15:44:11 +01:00
Julian Frohmüller 1cc5859215 Disable another kernel log message that was missed in the last commit. 2022-12-09 20:21:40 +01:00
Julian Frohmüller eb580a35d3 Minor change to driver.
The driver will no longer print a message to the kernel log when it encounters an IO error during data transfer.
2022-12-09 20:09:21 +01:00
Julian Frohmüller 63bd822682 Bump version number to 2.4.1. 2022-12-09 13:14:11 +01:00
Julian Frohmüller 417b2c5726 Update translation files. 2022-12-08 10:14:53 +01:00
Julian Frohmüller 61fb5cce73 Get rid of some more strcpy() calls. 2022-12-07 20:52:14 +01:00
Julian Frohmüller 8f0252b5d8 Fix multiple issues with labels in the UI. 2022-12-07 19:20:52 +01:00
Julian Frohmüller 04a572ba37 Localize "About" dialog. 2022-12-07 12:59:00 +01:00
Julian Frohmüller f5e757d71f Small bugfix.
get_full_line_ccc and get_rest_of_line_ccc were returning a pointer to invalidated memory.
2022-12-07 12:48:07 +01:00
Julian Frohmüller 484bf90590 Implement libconfig for configuration files. 2022-12-05 18:29:48 +01:00
Julian Frohmüller 16c2a52acb Get rid of some unused stuff. 2022-12-05 12:47:17 +01:00
Julian Frohmüller 6075b36ee4 Fix out-of-bounds condition. 2022-12-05 11:07:52 +01:00
Julian Frohmüller 85cd87ea13 Minor visual changes to OSCViewer. 2022-12-05 10:38:45 +01:00
Julian Frohmüller 708142dd72 Minor changes. 2022-12-05 10:10:25 +01:00
Julian Frohmüller 03e314df79 Update translation files to include tooltips. 2022-12-05 00:58:08 +01:00
Julian Frohmüller b8e69bcc36 Add tooltips to all major OSC UI elements.
Minor changes to build scripts.
2022-12-05 00:38:21 +01:00
Julian Frohmüller 4de37be448 Get rid of unused helper program. 2022-12-04 22:40:12 +01:00
Julian Frohmüller 844bad67ec Add script to update PO files and PO templates. 2022-12-04 20:50:16 +01:00
Julian Frohmüller 5ca368f364 Update translation files. 2022-12-04 20:09:59 +01:00
Julian Frohmüller 656b8d9b30 Add simple color picker to OSCViewer. 2022-12-04 19:08:48 +01:00
Julian Frohmüller ae22b10dd2 Further refactoring.
Again, replacing many calls to strcpy() and strcat().
2022-12-04 15:58:24 +01:00
Julian Frohmüller 03bd0ea28a More minor refactoring.
Removal of various instances of strcpy() and strcat().
2022-12-04 15:00:15 +01:00
Julian Frohmüller 02d8c044bf Minor refactoring.
Replace (almost) every sprintf() call with a snprintf() call.
2022-12-03 14:55:09 +01:00
Julian Frohmüller e515f04f5a Further refactoring of OSCViewer.
Replace every strcat() call with a strncat() call.
2022-11-30 12:15:06 +01:00
Julian Frohmüller a0c76c86bb Further refactoring of OSCViewer.
Replace every strcpy() call with an appropriate alternative.
2022-11-30 11:51:25 +01:00
Julian Frohmüller 2172d61bf5 Minor refactoring of OSCViewer.
Replace every sprintf() call with a snprintf() call.
2022-11-30 10:50:21 +01:00
Julian Frohmüller a6ef50d01a Minor changes to localization system. 2022-11-28 12:07:35 +01:00
Julian Frohmüller 36e7efa406 Fix buffer overflow.
Auto-update translations of more than 25 characters resulted in a crash.
2022-11-28 11:26:04 +01:00
Julian Frohmüller fa7ec62878 Minor changes. 2022-11-28 11:10:26 +01:00
Julian Frohmüller b87fe646eb Finish German translation. Change Readme. 2022-11-28 11:01:12 +01:00
Julian Frohmüller cce2dc6c0d Generate locale files at build time. 2022-11-28 10:07:27 +01:00
Julian Frohmüller e6c29c75cb Remove unnecessary files. 2022-11-27 17:42:48 +01:00
Julian Frohmüller 8cdc731e35 Replace localization system with gettext. 2022-11-27 17:38:13 +01:00
Julian Frohmüller 96a15300c9 Fix translations for newly added labels. 2022-11-27 10:43:19 +01:00
Julian Frohmüller 06fc8f9517 Minor visual change to OSCViewer.
Do not change line width value before drawing rectangle stroke for marked blocks.
2022-11-26 16:20:34 +01:00
Julian Frohmüller a1486899c1 Add label showing the current auto-update timer. 2022-11-26 15:03:08 +01:00
Julian Frohmüller f3634a0b0d Minor visual changes to OSCViewer. 2022-11-26 00:36:10 +01:00
Julian Frohmüller 6d62dbc0d9 Various small changes to OSCViewer.
Added Help menu and About window.
Removed EULA file from OSC About window.
2022-11-25 22:48:46 +01:00
Julian Frohmüller 23d38dccef Recreate Glade file targeting 3.16.
Experiment with other color schemes.
2022-11-25 19:45:23 +01:00
Julian Frohmüller 8b055fad30 Minor change to OSCViewer. 2022-11-25 10:44:00 +01:00