Commit Graph

324 Commits

Author SHA1 Message Date
Daniel Kraus
65e34cdf1d Write homepage. 2015-08-13 20:46:03 +02:00
Daniel Kraus
8f9eb83e9d Use 'PTT' rather than 'aPTT'. 2015-08-13 19:57:53 +02:00
Daniel Kraus
65ac72fb50 Use serialized Settings as defaults; fixes. 2015-08-13 19:20:20 +02:00
Daniel Kraus
0461dfd66e Add more information to README.md. 2015-08-13 18:12:18 +02:00
Daniel Kraus
63447def9b Multiple fixes for Views and ViewModels. 2015-08-13 17:59:23 +02:00
Daniel Kraus
3a615eda8b Fix demoting elements while moving up. 2015-08-12 22:54:29 +02:00
Daniel Kraus
a9d0e8ee7e Add IsExpanded property to ElementViewModel. 2015-08-12 22:29:31 +02:00
Daniel Kraus
2bb0452a87 Implement moving of elements.
- NEU: Elemente können verschoben werden.
2015-08-12 22:03:25 +02:00
Daniel Kraus
12c2412e38 Adjust size of SettingsView window. 2015-08-12 17:55:19 +02:00
Daniel Kraus
e0b749382e Use buttons in SettingsView. 2015-08-12 17:54:23 +02:00
Daniel Kraus
6f65340ca5 Use icons in SettingsRepositoryView. 2015-08-12 15:50:01 +02:00
Daniel Kraus
f2cb30fabb Fix FormatElement labels if no content. 2015-08-12 10:05:50 +02:00
Daniel Kraus
1afa9bb14f Fix views.
Needed to set all WindowStyles to ToolWindow and make the windows
topmost because Word and WPF do not play together all too well.
2015-08-12 10:04:59 +02:00
Daniel Kraus
03a62ddf5a Fix SettingsRepositoryView layout. 2015-08-11 22:00:34 +02:00
Daniel Kraus
5a0923e8e8 Implement reset settings feature.
- NEU: Auf Werkseinstellungen zurücksetzen.
2015-08-11 21:39:21 +02:00
Daniel Kraus
0708f2a2b3 Implement import and export of Settings.
- NEU: Stile können importiert und exportiert werden.
2015-08-11 21:22:34 +02:00
Daniel Kraus
00c60ba0ad Comment on serialization. 2015-08-11 19:51:23 +02:00
Daniel Kraus
6af2243660 Do not return Null from SettingsRepository.Load(). 2015-08-11 16:16:26 +02:00
Daniel Kraus
c9fc4a5fae Implement serialization of Settings and SettingsRepository.
- FIX: Stile werden jetzt gespeichert.
2015-08-11 16:12:39 +02:00
Daniel Kraus
53d13b394e Do not expand elements tree by default. 2015-08-10 09:18:36 +02:00
Daniel Kraus
947b53cf97 Fix material convertsion and units detection. 2015-08-10 06:55:57 +02:00
Daniel Kraus
6c9f003134 Do not build headers from empty time stamps. 2015-08-09 21:21:56 +02:00
Daniel Kraus
51bfdc760e Remove superfluous field from FormatElementViewModel. 2015-08-09 21:12:07 +02:00
Daniel Kraus
a009c1ab39 Add control elements for columns.
- NEU: Steuer-Elemente für Spalten.
2015-08-09 20:54:43 +02:00
Daniel Kraus
5833e0fcb7 Fix dev path in ExceptionViewModel. 2015-08-09 20:52:35 +02:00
Daniel Kraus
750fb093b1 Show Word version and build number in exceptions. 2015-08-09 20:48:17 +02:00
Daniel Kraus
11b9b9df54 Make formatter tests pass. 2015-08-09 19:54:48 +02:00
Daniel Kraus
b59c9f2898 Wire up the views. 2015-08-09 13:24:44 +02:00
Daniel Kraus
257e3e8568 Fix deleting settings. 2015-08-08 06:33:01 +02:00
Daniel Kraus
c6121353e4 Make SettingsTest pass. 2015-08-07 21:40:12 +02:00
Daniel Kraus
bde85e5651 Fix views and view models. 2015-08-07 21:37:14 +02:00
Daniel Kraus
edaf88c4cd Implement blacklisting feature.
- NEU: Parameter können im Thesaurus als "blacklisted" markiert werden und werden dann bei Verwendung einer Wildcard ("*") nicht berücksichtigt.
2015-08-06 07:47:44 +02:00
Daniel Kraus
b6c33971bd Fix thesaurus.
- FIX: Mehrere Thesaurus-Fehler behoben.
2015-08-06 06:42:08 +02:00
Daniel Kraus
476f2d69be Improve date and time header (some tests failing now).
- NEU: Datumsangaben werden in eine Zeile "Laborwerte vom ..." eingebettet.
2015-08-05 22:04:07 +02:00
Daniel Kraus
2cefede3c0 Output formatting.
- NEU: Formatierung der Ausgabe mit Absatzvorlage.
2015-08-05 21:52:06 +02:00
Daniel Kraus
d0bd7dd2a5 Make sure to remember last used setting. 2015-08-05 21:43:08 +02:00
Daniel Kraus
ed43497179 Implement copying of elements. 2015-08-05 21:22:03 +02:00
Daniel Kraus
1205958eb1 Implement test to delete child element and make it pass. 2015-08-05 20:36:31 +02:00
Daniel Kraus
60296602a9 Implement DeleteElementCommand. 2015-08-05 20:28:09 +02:00
Daniel Kraus
742a588083 Make tests pass again (except not implemented ones). 2015-08-05 20:02:02 +02:00
Daniel Kraus
b7fdf87ea5 Close view after sending UseSettingsMessage. 2015-08-05 06:47:30 +02:00
Daniel Kraus
880e8b0bdc Fix importing of actual Word text.
- FIX: Datenimport funktioniert jetzt auch mit Word-Text und nicht nur in den Tests.
2015-08-05 06:46:52 +02:00
Daniel Kraus
06a74992ef Make tests pass with refactored ZaaImporter. 2015-08-05 06:15:07 +02:00
Daniel Kraus
285c6a2555 Add CanRun property to Formatter. 2015-08-04 23:26:21 +02:00
Daniel Kraus
75c9c984c6 Refactor and harden ZaaImporter. 2015-08-04 23:21:38 +02:00
Daniel Kraus
ae9cf7fa2e Improve demo document. 2015-08-04 20:17:36 +02:00
Daniel Kraus
33d453cf73 Use ViewModelListBox dynamic resource. 2015-08-04 06:25:13 +02:00
Daniel Kraus
8d6ed32a84 Fix LastSelected and LastSelectedElement properties. 2015-08-04 06:21:48 +02:00
Daniel Kraus
5fe7250b53 Merge branch 'release-2.0.0-alpha.5' into develop 2015-08-04 02:46:46 +02:00
Daniel Kraus
34006ba1e9 Merge branch 'release-2.0.0-alpha.5' 2015-08-04 02:46:21 +02:00