Daniel Kraus
|
95dfa95562
|
Add respository link to AboutView and AboutViewModel.
|
2015-09-06 12:06:39 +02:00 |
|
Daniel Kraus
|
c733c238de
|
Implement highlighting for item comments.
|
2015-09-06 11:48:43 +02:00 |
|
Daniel Kraus
|
687a5cce20
|
Fix CanFormat method of SettingsRepositoryViewModel.
|
2015-09-06 08:22:00 +02:00 |
|
Daniel Kraus
|
78ceeb5017
|
Implement first-run wizard.
|
2015-09-05 19:47:58 +02:00 |
|
Daniel Kraus
|
dccb3145db
|
Merge branch 'item-comments' into develop
Conflicts:
zaaReloaded2/Formatter/Formatter.cs
zaaReloaded2/zaaReloaded2.csproj
|
2015-09-04 17:08:13 +02:00 |
|
Daniel Kraus
|
9404d58809
|
Implement user preferences and typist mode.
- NEU: Sekretariatsmodus (siehe 'Einstellungen'), um die Nachfrage nach Zusatz-Kommentaren zu unterdrücken.
|
2015-08-31 22:01:59 +02:00 |
|
Daniel Kraus
|
d86f910208
|
Several fixes in views and view models.
|
2015-08-30 20:54:08 +02:00 |
|
Daniel Kraus
|
9068dde1c3
|
Implement ItemComment view model and view.
- NEU: Optionale Kommentare zu Laborwerten.
|
2015-08-30 20:32:56 +02:00 |
|
Daniel Kraus
|
36e10d05fd
|
Add AbnormalStyle.Underline; use toggle buttons.
|
2015-08-25 06:12:53 +02:00 |
|
Daniel Kraus
|
cde32f0a7e
|
Implement styling of abnormal values.
- NEU: Auszeichnung pathologischer Werte kann eingestellt werden.
|
2015-08-24 23:17:49 +02:00 |
|
Daniel Kraus
|
4cb2999297
|
Create icons.
|
2015-08-14 20:00:21 +02:00 |
|
Daniel Kraus
|
863dfa071a
|
Prevent running the formatter without appropriate selection.
- VERBESSERT: Formatieren läßt sich nicht mehr starten, ohne daß Labor-Text markiert ist.
|
2015-08-14 17:04:50 +02:00 |
|
Daniel Kraus
|
32d4e8d955
|
Implement bold font; make tests pass again.
- NEU: Überschriften und pathologische Werte werden fett gedruckt.
- FIX: Kleinere Bugfixes.
|
2015-08-14 11:22:11 +02:00 |
|
Daniel Kraus
|
65ac72fb50
|
Use serialized Settings as defaults; fixes.
|
2015-08-13 19:20:20 +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
|
e0b749382e
|
Use buttons in SettingsView.
|
2015-08-12 17:54:23 +02:00 |
|
Daniel Kraus
|
f2cb30fabb
|
Fix FormatElement labels if no content.
|
2015-08-12 10:05:50 +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
|
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
|
b59c9f2898
|
Wire up the views.
|
2015-08-09 13:24:44 +02:00 |
|
Daniel Kraus
|
bde85e5651
|
Fix views and view models.
|
2015-08-07 21:37:14 +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
|
b7fdf87ea5
|
Close view after sending UseSettingsMessage.
|
2015-08-05 06:47:30 +02:00 |
|
Daniel Kraus
|
8d6ed32a84
|
Fix LastSelected and LastSelectedElement properties.
|
2015-08-04 06:21:48 +02:00 |
|
Daniel Kraus
|
41b155e8be
|
Begin implemenation of format and choose style commands.
|
2015-08-04 02:43:17 +02:00 |
|
Daniel Kraus
|
a128b76522
|
Implement tests for SettingsViewModel add and add child commands.
|
2015-08-04 01:17:14 +02:00 |
|
Daniel Kraus
|
805da69d47
|
Implement passing test for ElementPickerViewModel.
|
2015-08-03 14:31:35 +02:00 |
|
Daniel Kraus
|
db8f88c563
|
Fix SettingsViewModelTest.CannotAddChildElementToFormatElement.
|
2015-08-03 06:32:05 +02:00 |
|
Daniel Kraus
|
1e4c3681f2
|
Implement ElementPickerViewModel; initial SettingsViewModelTest.
|
2015-08-02 21:51:58 +02:00 |
|
Daniel Kraus
|
286ddb1641
|
Fix cloning of SettingsViewModels.
|
2015-08-02 07:11:16 +02:00 |
|
Daniel Kraus
|
d0be7524d3
|
Make some classes ICloneable; implement SettingsRepositoryViewModel.
|
2015-08-01 21:23:56 +02:00 |
|
Daniel Kraus
|
12cd58180f
|
Create rudimentary view models, default settings.
|
2015-07-31 17:19:49 +02:00 |
|
Daniel Kraus
|
f2e75b1abe
|
Put license into About view; adjust install license file.
|
2015-07-28 18:16:39 +02:00 |
|
Daniel Kraus
|
3a4c17f148
|
Add ribbon, AboutViewModel and AboutView.
|
2015-07-26 14:50:05 +02:00 |
|