summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/ConfigurationComposite.java
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Repository moved to GitHub: https://github.com/a-sit/pdf-overHEADmasterJakob Heher1-404/+0
2022-11-04deduplicate doLayout and onDisplay, they do the same thing (more or less)Jakob Heher1-1/+1
2022-11-03fido2 settings dialogJakob Heher1-5/+22
2022-11-03move checksubclass boilerplate up to statecompositeJakob Heher1-5/+0
2022-09-19properly account for keystore being disabled at runtimeJakob Heher1-1/+1
2022-08-10add debug options for deliberately crashingJakob Heher1-0/+3
2022-08-09remove need to call AnchorSetter::setJakob Heher1-4/+4
2022-08-09the order mattered here for... reasons that i don't want to investigate right...Jakob Heher1-3/+2
2022-08-09deduplicate code in ConfigurationCompositeJakob Heher1-110/+49
2022-08-09add todoJakob Heher1-0/+1
2022-08-09make the previous commit actually workJakob Heher1-1/+13
2022-08-08enter does not close settingsJakob Heher1-1/+0
2022-08-04batch replace setText -> setLocalizedTextJakob Heher1-1/+1
2022-08-04SWT helper refactor:Jakob Heher1-13/+14
2022-08-02cleanupJakob Heher1-4/+0
2022-08-02composite refactors for parent ConfigurationCompositeJakob Heher1-42/+18
2022-08-02YAGNI: PDF signer factory patternJakob Heher1-32/+0
2022-07-07config cleanupJakob Heher1-5/+5
2022-07-07rename some methodsJakob Heher1-1/+1
2022-07-07YAGNI: the four different Config* interfaces that are only implemented onceJakob Heher1-2/+1
2022-07-07get rid of duplicate ConfigurationProviderImpl in ConfigurationComposite(Base)Jakob Heher1-25/+7
2022-07-06YAGNI: ConfigurationContainer interfaceJakob Heher1-2/+1
2022-07-06remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2Jakob Heher1-18/+18
2022-07-06remove NON-NLS comments, cleanup whitespaceJakob Heher1-29/+29
2022-06-28get rid of unneeded scroll bar for real this time (cf. #98)Jakob Heher1-1/+5
2022-06-22eliminate superfluous scrollbar from "about" tabJakob Heher1-2/+1
2022-06-22cleanup refactor ConfigurationCompositeJakob Heher1-24/+12
2022-05-03include JVM info in settings menu title barJakob Heher1-1/+1
2022-02-16split AboutComposite into its own file, and refactor itJakob Heher1-126/+1
2022-02-16shove anchoring and font change operations into statics on ConfigurationCompo...Jakob Heher1-4/+4
2022-02-16move config pages to their own sub-packageJakob Heher1-0/+4
2022-02-14remove various leftover debug println statements from previous maintainersJakob Heher1-2/+0
2021-10-14fixed problem with the about pdf-over text fieldAndreas Abraham1-0/+1
2021-09-13refactorAndreas Abraham1-2/+2
2021-07-26added text for data protection informationAndreas Abraham1-8/+56
2020-11-19Fixed license url to A-SITAndreas Abraham1-601/+601
2020-11-09added new group for signature profile selectionAndreas Abraham1-0/+2
2018-08-10URL to Lizensbedingungen and A-SIT logo updatedAndreas Abraham1-599/+599
2015-10-12Complete keystore config dialogTobias Kellner1-14/+4
2015-10-09Add keystore config tabTobias Kellner1-74/+159
2015-10-08Move configuration loading/storage to respective compositeTobias Kellner1-121/+6
2015-10-08TypoTobias Kellner1-1/+1
2015-10-08Wrap about textTobias Kellner1-1/+3
2015-10-07Add about dialog to configTobias Kellner1-14/+113
2014-12-12Make PDF/A compatibility configurableTobias Kellner1-6/+11
2014-02-03Check for updates on startup (configurable)tkellner1-1/+6
2014-02-03Add Application Version Constanttkellner1-3/+1
2014-01-30Reset titlebar when leaving config dialogtkellner1-0/+2
2014-01-27Make application name a constanttkellner1-1/+1
2013-07-24Workaround to unset proxy settings when clearedtkellner1-9/+40