#
ff3d1b7b |
| 03-Oct-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[EVENTVWR] Improve behaviour on event item selection. (#4746)
CORE-18438
- Each event detail control stores its own "current" item index, so that there can be different event detail dialogs showi
[EVENTVWR] Improve behaviour on event item selection. (#4746)
CORE-18438
- Each event detail control stores its own "current" item index, so that there can be different event detail dialogs showing different events concurrently (half-plemented; this is a Win7-like feature). As such, give the index of the selected event item when sending the EVT_DISPLAY message, instead of having the details dialog retrieve everytime by itself the current selected item (that may change in-between calls, and can trigger the "No Items in ListView" error).
- When pressing "Prev"/"Next" buttons, detect whether we already are at the top/bottom of the event log, and if so, prompt the user to continue around. Clear up any selected event in the list, before selecting the new one. (Note: the event list supports multiple selection, for future functionality.)
show more ...
|
#
efd11b7f |
| 03-Oct-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[EVENTVWR] Simplify some duplicated code. (#4745)
|
#
89bdca61 |
| 02-Oct-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[EVENTVWR] Update file headers.
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC |
|
#
bf3589a2 |
| 17-Apr-2018 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[EVENTVWR] Additions for the Event Viewer. CORE-11637, CORE-12269
- Implement support for remote connections to NT computers to view their event logs (and the event logs settings). For the moment
[EVENTVWR] Additions for the Event Viewer. CORE-11637, CORE-12269
- Implement support for remote connections to NT computers to view their event logs (and the event logs settings). For the moment the remote computer name specification is is only available via the command-line. Note that the paths to the event log files need also to be translated to network-share format. - Implement loading and saving the settings of the event viewer. - Implement showing/hiding the events description pane, the ListView grid, and whether or not to save the EventViewer settings. - Handle hypertext link click handling for the RichEdit edit box of the events description dialog.
show more ...
|
#
0c326668 |
| 17-Apr-2018 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[EVENTVWR] Code style only.
|
Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev, 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|