log

age author description
2014-06-19 Andre Heinecke Include user information in windows event log messages
2014-06-19 Andre Heinecke Add first simple event logging functions
2014-06-18 Bernhard Reiter testplan: README.txt improved and converted to Creole.
2014-06-18 Andre Heinecke Remove close / help button and set fixed size
2014-06-18 Andre Heinecke Bail if the user is already running the application.
2014-06-18 Andre Heinecke Add exclamation mark to warning message for running firefox / thunderbird instances
2014-06-18 Andre Heinecke Auto: Update translations
2014-06-18 Andre Heinecke Add warning dialog for running firefox and tunderbird processes
2014-06-18 Andre Heinecke Be more permissive with process names. Case insenstive and with suffix or not.
2014-06-18 Andre Heinecke Use different URI's for development
2014-06-18 Andre Heinecke Style: run astyle on processhelp
2014-06-18 Andre Heinecke Every class that inherits QObject needs the Q_Object macro.
2014-06-18 Emanuel Schuetze (Testplan) Updated README for new intests version with language support.
2014-06-17 Andre Heinecke Add Process Management functions and ther implementation for windows.
2014-06-17 Andre Heinecke Fully switch to unicode for windows.
2014-06-16 Andre Heinecke (issue #16) use qt with fontconfig
2014-06-13 Emanuel Schuetze Merged.
2014-06-13 Emanuel Schuetze Added first test plan xml file (and README to build it with intests).
2014-06-13 Bernhard Reiter Added hint about tested development platform Ubuntu 13.10.
2014-05-28 Andre Heinecke Added tag 0.65 for changeset 10f0b9ceb29d
2014-05-28 Andre Heinecke Automated l10n update 0.65
2014-05-28 Andre Heinecke Set trust also for S/MIME and Codesigning
2014-05-28 Andre Heinecke Add installation parameters with correct quoting
2014-05-28 Emanuel Schuetze Updated translations.
2014-05-28 Andre Heinecke Verify the binary directly without relying on settings (which might differ)
2014-05-28 Andre Heinecke Cleanups and coding style.
2014-05-28 Andre Heinecke Fix Linux build (unused variables)
2014-05-28 Andre Heinecke (Auto) Update l10n
2014-05-27 Andre Heinecke Use latin1 in NSIS (fixes encoding errors) Fix command line installation dir.
2014-05-27 Andre Heinecke Split up list and software verification and use it
2014-05-27 Andre Heinecke Disambiguate enumerator values and add portable wrapper.
2014-05-27 Andre Heinecke Document hiawatha build
2014-05-27 Raimund Renkert Started trustbridge mainwindow refactoring. trustbridge-refactor
2014-05-27 Raimund Renkert Added images for the new UI design. trustbridge-refactor
2014-05-27 Raimund Renkert New widgets to display certificates in lists. trustbridge-refactor
2014-05-27 Raimund Renkert Changed defined name for certificate item delegate. trustbridge-refactor
2014-05-27 Andre Heinecke Do not fail when creating the link fails. Just warn.
2014-05-27 Andre Heinecke Implement PKCS#7 embedded signature verfification for windows
2014-05-27 Andre Heinecke Doxygen comments for list_status_t
2014-05-27 Andre Heinecke Document qt linguist tools build
2014-05-26 Andre Heinecke Readd icon to the resource files (have to be linked with main)
2014-05-26 Andre Heinecke Add build documentation
2014-05-23 Bernhard Reiter Initialised private member variable mNeedsReset for SSLConnection in constructor (cppcheck-1.65 warning).
2014-05-23 Andre Heinecke (Auto) Update translations
2014-05-23 Andre Heinecke Fix administrator typo
2014-05-23 Andre Heinecke Implement codesigning in the administrator tool
2014-05-23 Andre Heinecke Inform the user when logging fails.
2014-05-23 Andre Heinecke Add codesignging certificates and Notes how they were generated.
2014-05-23 Raimund Renkert Made text selectable in about dialog.
2014-05-23 Raimund Renkert Check if cert-list filename is null (user canceled open file dialog).
2014-05-22 Raimund Renkert Added dialog to show the differences before saving a certificate list.
2014-05-22 Raimund Renkert Added method to get the current certificate list changes.
2014-05-22 Andre Heinecke Free secitem list after usage.
2014-05-22 Andre Heinecke Add unit test for sw update execution and fix shell execute params
2014-05-22 Raimund Renkert Log diff between initial certificate list and saved list to a logfile.
2014-05-22 Andre Heinecke Add resources to main.
2014-05-22 Andre Heinecke Move UI code into librarys to speed up build of unit tests
2014-05-22 Andre Heinecke Add framework for mainwindow testing
2014-05-22 Andre Heinecke Move main's out of the sources for better testing
2014-05-22 Andre Heinecke Add lcov target to generate coverage report
2014-05-22 Andre Heinecke Symlink mozilla executable into the test directory
2014-05-22 Andre Heinecke Use native path to execute software update on windows
2014-05-22 Andre Heinecke Use case sensitive file name for SW-Updates
2014-05-22 Andre Heinecke Debugging: Always log the complete response
2014-05-21 Andre Heinecke Fix parameter order in makensis call
2014-05-20 Andre Heinecke Start implementation of software update installation
2014-05-20 Andre Heinecke (Auto) Update translations
2014-05-20 Andre Heinecke ix packaging script to include path_sep
2014-05-20 Andre Heinecke Increase nag interval to 70 minutes
2014-05-16 Bernhard Reiter Certificate: initialising member variable mEditable in the constructors.
2014-05-16 Bernhard Reiter Certificate: Removing superfluous comments for isEditable and setEditable.
2014-05-15 Bernhard Reiter class Certificate: disable unused member variable mInstCert for now. (cppcheck-1.65 warning.)
2014-04-29 Bernhard Reiter Added .hgchurn with Real Names.
2014-04-29 Andre Heinecke Added tag 0.6 for changeset 421b69eeffe3
2014-04-29 Andre Heinecke Actually write the installer to the output folder 0.6
2014-04-29 Andre Heinecke ix variable path seperator
2014-04-29 Andre Heinecke Start smaller
2014-04-29 Andre Heinecke Provide path_sep as a variable to make it possible to reuse filelist
2014-04-29 Andre Heinecke Use backslashes on Windows for filesdir
2014-04-29 Andre Heinecke Use windows argument format for nsis on windows
2014-04-29 Andre Heinecke Improve documentation config
2014-04-29 Andre Heinecke Fix findHg to work from the repo
2014-04-29 Andre Heinecke Only benchmark nss once
2014-04-29 Andre Heinecke Add FindHg from cmake 2.8.12
2014-04-29 Raimund Renkert Fixed size hint for list item delegate.
2014-04-29 Andre Heinecke Fix usage of OU / O
2014-04-29 Andre Heinecke Only show CN als shortDescription
2014-04-29 Andre Heinecke Also allow cer files,..
2014-04-29 Emanuel Schuetze Updated German translations.
2014-04-29 Andre Heinecke Move createcertlist and aboutdialog back into their respective source groups.
2014-04-29 Andre Heinecke Add a dialog when installer creation is done
2014-04-29 Andre Heinecke Remove dead statusdialog
2014-04-29 Raimund Renkert merged.
2014-04-29 Raimund Renkert Removed menu entries.
2014-04-29 Raimund Renkert Made label strings translatable in certificate list dialog.
2014-04-29 Emanuel Schuetze Updated German translations.
2014-04-29 Andre Heinecke Rename administrator to trustbridge-admin
2014-04-29 Andre Heinecke Update generated translations
2014-04-29 Andre Heinecke Actually set the arguments for makensis process. Fix escaping
2014-04-28 Andre Heinecke Update translations
2014-04-28 Andre Heinecke Call makensis in create installer dialog
2014-04-28 Andre Heinecke Improve error handlig and persist user decisions
2014-04-28 Andre Heinecke Use Win32 linker flags on Windows
2014-04-28 Andre Heinecke Add documentation for printlasterror
2014-04-28 Andre Heinecke Hide empty seperators in list ui
2014-04-28 Andre Heinecke Use open instead of runas if not admin
2014-04-28 Andre Heinecke Add icon.rc
2014-04-28 Andre Heinecke Backed out changeset 27bcdee4e4a6
2014-04-28 Andre Heinecke Update generated translation files
2014-04-28 Andre Heinecke Use is_admin to determine if UAC icon should be painted on the button
2014-04-28 Andre Heinecke Some packaging changes. Add dummy runAsUser (not working) Update Application icon
2014-04-28 Andre Heinecke Add is_admin and implement it for windows
2014-04-28 Andre Heinecke Redirect errorprintf to output debug string on windows
2014-04-28 Andre Heinecke Move printlasterror into logging
2014-04-28 Andre Heinecke Properly handle the case that the file does not exist.
2014-04-28 Andre Heinecke Remove leftover debug output
2014-04-25 Andre Heinecke Fix packaging information generation
2014-04-25 Andre Heinecke Default autostart to true and change setting to bool
2014-04-25 Andre Heinecke Update translations
2014-04-25 Andre Heinecke Add Icon for Windows
2014-04-25 Andre Heinecke Move some common UI code into a library to avoid recompiling for each test
2014-04-25 Andre Heinecke Dynamically generate version information from HG
2014-04-25 Andre Heinecke Add autostart entry and finish renaming
2014-04-24 Andre Heinecke Change loop order of installation to only call NSS_Initialize once per db
2014-04-24 Andre Heinecke Add NSSShared to test environment and create benchmark
2014-04-24 Andre Heinecke Update l10n
2014-04-24 Andre Heinecke Rename to trustbridge in packaging
2014-04-24 Andre Heinecke Fix instruction writing for Windows.
2014-04-24 Raimund Renkert merged.
2014-04-24 Raimund Renkert Removed debug output.
2014-04-24 Raimund Renkert Lookup the last modified date for software installer after first installation.
2014-04-24 Raimund Renkert Emit a signal for last modified date in downloader.
2014-04-24 Andre Heinecke Some more translations for the administrator application
2014-04-24 Raimund Renkert merged.
2014-04-24 Raimund Renkert Close the application if started in tray mode and autstart is not set.
2014-04-24 Raimund Renkert Save the autostart and autoupdate settings.
2014-04-24 Raimund Renkert Update the certificate list after installing certificates.
2014-04-24 Raimund Renkert Fill the internal list of previously unselcted certificates when saving in settings.
2014-04-24 Andre Heinecke Handle broken pipe as it is expected behavior
2014-04-24 Andre Heinecke Add some more verifications
2014-04-24 Andre Heinecke Make sure that retval is terminated
2014-04-24 Andre Heinecke Fix off by one error
2014-04-23 Andre Heinecke Do not verify Msec equality on the DateTime. We only store seconds
2014-04-23 Andre Heinecke Fix D: prefix before the date
2014-04-23 Andre Heinecke Change date format to ISO as specificed for the certificate list
2014-04-23 Andre Heinecke Hex != base64
2014-04-23 Andre Heinecke Damn you line endings ;)
2014-04-23 Andre Heinecke Fix return value of sha256 sum
2014-04-23 Andre Heinecke Add failing test for certificate list creation
2014-04-23 Andre Heinecke Add missing include guard
2014-04-23 Andre Heinecke Factor out list creation to make it more testable
2014-04-23 Andre Heinecke Implement certificatelist saving
2014-04-23 Andre Heinecke Add helper functions for sha256 sum and rsa signing
2014-04-23 Andre Heinecke Rename tablemodel certificates and add accessors
2014-04-23 Andre Heinecke Change current certificates file name. Some cleanups.
2014-04-23 Raimund Renkert Ask the user if software updates should be installed.
2014-04-23 Raimund Renkert Added switch to download new available software.
2014-04-23 Andre Heinecke Fix error handling
2014-04-23 Andre Heinecke Only check for list if now sw is available
2014-04-23 Raimund Renkert merged.
2014-04-23 Raimund Renkert Added label for current and updated list date.
2014-04-23 Raimund Renkert Added getter for certificate list date.
2014-04-23 Andre Heinecke Save selected certificate in settings and parse it.
2014-04-23 Andre Heinecke Rename settings and certlist and add accessors
2014-04-23 Andre Heinecke Factor out polarssl error handling and start new sslhelp file
2014-04-23 Raimund Renkert Set mono space font for fingerprint.
2014-04-23 Raimund Renkert Updated window and main layout size.
2014-04-23 Raimund Renkert Update certificate details on item selection change.
2014-04-23 Raimund Renkert merged.
2014-04-23 Raimund Renkert Save the select state of certificate items when closing the app.
2014-04-23 Raimund Renkert Check if list item is checkable before adding the item to unselected list.
2014-04-23 Raimund Renkert Sort and filter the certificate list, changed certificate item roles.
2014-04-22 Andre Heinecke Actually remove the Intevation root ca in the updated list
2014-04-22 Raimund Renkert Fixed certificate list file name.
2014-04-22 Andre Heinecke Fix date format for file names
2014-04-22 Raimund Renkert merged.
2014-04-22 Raimund Renkert Fixed check on return value when trying to write temp file.
2014-04-22 Andre Heinecke Fix cinstprocesstest for new arguments. Handle errno on write errors
2014-04-22 Andre Heinecke Update translations
2014-04-22 Andre Heinecke Acutally use the values that can be taken from the config
2014-04-22 Andre Heinecke Remove intermediate email ca and replace it by Verwaltung PKI cert
2014-04-22 Andre Heinecke Update test data to include intevation root ca and add updated list
2014-04-22 Raimund Renkert Resized trustbridge main window.
2014-04-22 Raimund Renkert Set sizeHint for certificate item delegates.
2014-04-22 Raimund Renkert Updated layout and certificate details in trustbridge installer.
2014-04-22 Raimund Renkert Renamed admin app name to "trustbridge-administration".
2014-04-17 Raimund Renkert merged.
2014-04-17 Raimund Renkert Adminstration: "Add certificate" can now load multiple certificate files.
2014-04-17 Raimund Renkert Updated dialog layout.
2014-04-17 Raimund Renkert Added about dialog content and open the dialog via administration app.
2014-04-17 Raimund Renkert Some wording and Layout in TrustBridge Administration.
2014-04-17 Emanuel Schuetze (adminstration) Updated translations.
2014-04-17 Andre Heinecke Merge
2014-04-16 Andre Heinecke Add translation loading
2014-04-16 Andre Heinecke Add translation for menu (other changes are because of an initial linguist start)
2014-04-16 Andre Heinecke Add translation for trustbridge
2014-04-16 Andre Heinecke Switch to resource based loading of translations
2014-04-17 Raimund Renkert Added icons for TrustBridge administration UI.
2014-04-17 Raimund Renkert merged.
2014-04-16 Raimund Renkert Fixed layout in TrustBridge Adminstration dialogs.
2014-04-16 Raimund Renkert Fixed wording in certificate table header.
2014-04-16 Raimund Renkert Removed obsolete menu entries.
2014-04-16 Raimund Renkert Wording and layout in TrustBridge administration create binary dialog.
2014-04-16 Raimund Renkert Wording und Layout in TrustBridge create certificate file dialog.
2014-04-16 Raimund Renkert Wording und icons in TrustBridge Administration main window.
2014-04-16 Andre Heinecke Add translation infrastructure and a file for the Administrator application
2014-04-16 Andre Heinecke Rename installer to trustbridge
2014-04-16 Andre Heinecke Remove m13 mentions and change test certificate to intevation.de
2014-04-16 Andre Heinecke rename m13_common to trustbridge_common
2014-04-16 Andre Heinecke Rename m13ui to TrustBridge
2014-04-16 Andre Heinecke Add license header for NSIS scripts
2014-04-16 Andre Heinecke Add License header for CMake and shell scripts
2014-04-16 Andre Heinecke Add License
2014-04-16 Andre Heinecke Fill to two characters
2014-04-16 Raimund Renkert Added strings for add and remove in table view combobox.
2014-04-16 Raimund Renkert Changed path for load certificatelist and add certificate.
2014-04-16 Raimund Renkert Resized the administrator main window.
2014-04-16 Raimund Renkert merged.
2014-04-16 Raimund Renkert Enable sorting in certifacte table view.
2014-04-15 Raimund Renkert Set DejaVu Sans Mono as font for fingerprint column.
2014-04-15 Raimund Renkert Remove all certificates if a new list is loaded from file.
2014-04-15 Raimund Renkert Resized administrator main window and columns.
2014-04-15 Raimund Renkert Load the last certificate list from data dir on startup.
2014-04-15 Andre Heinecke Provide installer with old list in case there are no news

http://wald.intevation.org/projects/trustbridge/