Skip to content

Commit 7c03549

Browse files
committed
. more
1 parent 868ac5d commit 7c03549

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

AutoUpdaterGui/updatecontroller.dox

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,61 @@ Back to UpdaterController.
77

88
## Windows - Windows 10
99
#### The Updater Elements
10-
@image html ./doc/images/win_dialog_ask.png "Ask Dialog"<br>
11-
@image html ./doc/images/win_dialog_progress.png "Progress Dialog"<br>
12-
@image html ./doc/images/win_dialog_no_updates.png "No Updates Dialog"<br>
13-
@image html ./doc/images/win_dialog_info.png "Detailed Update Information Dialog"<br>
14-
@image html ./doc/images/win_dialog_info_simple.png "Simple Update Information Dialog"<br>
15-
@image html ./doc/images/win_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
10+
@image html win_dialog_ask.png "Ask Dialog"<br>
11+
@image html win_dialog_progress.png "Progress Dialog"<br>
12+
@image html win_dialog_no_updates.png "No Updates Dialog"<br>
13+
@image html win_dialog_info.png "Detailed Update Information Dialog"<br>
14+
@image html win_dialog_info_simple.png "Simple Update Information Dialog"<br>
15+
@image html win_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
1616

1717
#### The Update Panel
18-
@image html ./doc/images/win_panel_idle.png "Panel before clicking"<br>
19-
@image html ./doc/images/win_panel_checking.png "Panel while checking"<br>
20-
@image html ./doc/images/win_panel_updates.png "Panel with updates"<br>
21-
@image html ./doc/images/win_panel_no_updates.png "Panel without updates"<br>
18+
@image html win_panel_idle.png "Panel before clicking"<br>
19+
@image html win_panel_checking.png "Panel while checking"<br>
20+
@image html win_panel_updates.png "Panel with updates"<br>
21+
@image html win_panel_no_updates.png "Panel without updates"<br>
2222

2323
#### The Action
24-
@image html ./doc/images/win_action.png "Update action inside a menu and a toolbar"<br>
24+
@image html win_action.png "Update action inside a menu and a toolbar"<br>
2525

2626
## Mac - OsX 10.11
2727
The following pictures show the controller with a parent windows. Thus, all dialogs
2828
are shown as "sheets" to that window. If you create the UpdateController without a widget,
2929
they will show as normal toplevel windows instead.
3030

3131
#### The Updater Elements
32-
@image html ./doc/images/mac_dialog_ask.png "Ask Dialog"<br>
33-
@image html ./doc/images/mac_dialog_progress.png "Progress Dialog"<br>
34-
@image html ./doc/images/mac_dialog_no_updates.png "No Updates Dialog"<br>
35-
@image html ./doc/images/mac_dialog_info.png "Detailed Update Information Dialog"<br>
36-
@image html ./doc/images/mac_dialog_info_simple.png "Simple Update Information Dialog"<br>
37-
@image html ./doc/images/mac_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
32+
@image html mac_dialog_ask.png "Ask Dialog"<br>
33+
@image html mac_dialog_progress.png "Progress Dialog"<br>
34+
@image html mac_dialog_no_updates.png "No Updates Dialog"<br>
35+
@image html mac_dialog_info.png "Detailed Update Information Dialog"<br>
36+
@image html mac_dialog_info_simple.png "Simple Update Information Dialog"<br>
37+
@image html mac_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
3838

3939
#### The Update Panel
40-
@image html ./doc/images/mac_panel_idle.png "Panel before clicking"<br>
41-
@image html ./doc/images/mac_panel_checking.png "Panel while checking"<br>
42-
@image html ./doc/images/mac_panel_updates.png "Panel with updates"<br>
43-
@image html ./doc/images/mac_panel_no_updates.png "Panel without updates"<br>
40+
@image html mac_panel_idle.png "Panel before clicking"<br>
41+
@image html mac_panel_checking.png "Panel while checking"<br>
42+
@image html mac_panel_updates.png "Panel with updates"<br>
43+
@image html mac_panel_no_updates.png "Panel without updates"<br>
4444

4545
#### The Action
46-
@image html ./doc/images/mac_action.png "Update action inside a menu and a toolbar"<br>
46+
@image html mac_action.png "Update action inside a menu and a toolbar"<br>
4747

4848
## X11 - Ubuntu 14.04
4949
#### The Updater Elements
50-
@image html ./doc/images/x11_dialog_ask.png "Ask Dialog"<br>
51-
@image html ./doc/images/x11_dialog_progress.png "Progress Dialog"<br>
52-
@image html ./doc/images/x11_dialog_no_updates.png "No Updates Dialog"<br>
53-
@image html ./doc/images/x11_dialog_info.png "Detailed Update Information Dialog"<br>
54-
@image html ./doc/images/x11_dialog_info_simple.png "Simple Update Information Dialog"<br>
55-
@image html ./doc/images/x11_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
50+
@image html x11_dialog_ask.png "Ask Dialog"<br>
51+
@image html x11_dialog_progress.png "Progress Dialog"<br>
52+
@image html x11_dialog_no_updates.png "No Updates Dialog"<br>
53+
@image html x11_dialog_info.png "Detailed Update Information Dialog"<br>
54+
@image html x11_dialog_info_simple.png "Simple Update Information Dialog"<br>
55+
@image html x11_dialog_exit.png "Automatic Run - Exit Notification Dialog"<br>
5656

5757
#### The Update Panel
58-
@image html ./doc/images/x11_panel_idle.png "Panel before clicking"<br>
59-
@image html ./doc/images/x11_panel_checking.png "Panel while checking"<br>
60-
@image html ./doc/images/x11_panel_updates.png "Panel with updates"<br>
61-
@image html ./doc/images/x11_panel_no_updates.png "Panel without updates"<br>
58+
@image html x11_panel_idle.png "Panel before clicking"<br>
59+
@image html x11_panel_checking.png "Panel while checking"<br>
60+
@image html x11_panel_updates.png "Panel with updates"<br>
61+
@image html x11_panel_no_updates.png "Panel without updates"<br>
6262

6363
#### The Action
64-
@image html ./doc/images/x11_action.png "Update action inside a menu and a toolbar"<br>
64+
@image html x11_action.png "Update action inside a menu and a toolbar"<br>
6565
*/
6666

6767
/*!

doc/images/win_dialog_exit.png

18 Bytes
Loading

doc/images/win_dialog_info.png

-3.08 KB
Loading
8 Bytes
Loading

doc/images/win_dialog_progress.png

580 Bytes
Loading

0 commit comments

Comments
 (0)