index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
Frontends
/
VirtualBox
/
src
/
logviewer
/
UIVMLogPage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
FE/Qt: Some small cleanup.
vboxsync
2023-03-06
1
-5
/
+1
*
Copyright year updates by scm.
vboxsync
2023-01-17
1
-1
/
+1
*
FE/Qt: bugref:9072. Revamping log viewer bookmarking feature.
vboxsync
2022-11-14
1
-47
/
+14
*
FE/Qt: bugref:9072. SAve cursor position rather than line number for bookmark...
vboxsync
2022-11-11
1
-2
/
+2
*
scm fix.
vboxsync
2022-11-10
1
-1
/
+1
*
FE/Qt: bugref:9072. Save/load logviewer scrolled positions as tab index changes.
vboxsync
2022-11-10
1
-0
/
+12
*
scm copyright and license note update
vboxsync
2022-08-22
1
-8
/
+18
*
FE/Qt: qt6: QFontMetrics::width (removed) -> QFontMetrics::horizontalAdvance ...
vboxsync
2022-02-28
1
-2
/
+8
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
FE/Qt: bugref:9930. Adding a context menu to logviewer tabbar
vboxsync
2021-06-09
1
-3
/
+9
*
FE/Qt: bugref:9930. Label tab fixes
vboxsync
2021-05-12
1
-11
/
+18
*
FE/Qt: bugref:9930. Some more logviewer fixes
vboxsync
2021-05-05
1
-1
/
+2
*
FE/Qt: bugref:9930. More fixing related to filtering
vboxsync
2021-04-27
1
-0
/
+6
*
FE/Qt: bugref:9930. Some cleaning
vboxsync
2021-04-27
1
-33
/
+0
*
FE/Qt: bugref:9930. Some refactoring on UIVMLogPage's API
vboxsync
2021-04-26
1
-2
/
+11
*
FE/Qt: bugref:9930. Changing the way we handle machines with no log file
vboxsync
2021-04-26
1
-0
/
+11
*
FE/Qt: bugref:9930. Refactoring log viewer so that it handles multiple vm sel...
vboxsync
2021-04-23
1
-0
/
+10
*
FE/Qt: bugref:9930. Some refactoring
vboxsync
2021-04-23
1
-12
/
+1
*
Copyright year updates by scm.
vboxsync
2020-02-04
1
-1
/
+1
*
FE/Qt: bugref:8938. Refactoring connections that include casted parameters.
vboxsync
2019-09-18
1
-2
/
+2
*
Shared Clipboard/URI: Committed a bit too much, reverted.
vboxsync
2019-08-27
1
-1
/
+1
*
Shared Clipboard/URI: Added protocol versioning support plus enhanced version...
vboxsync
2019-08-27
1
-1
/
+1
*
FE/Qt: bugref:9072: Replacing repaint() calls with update()
vboxsync
2019-08-18
1
-4
/
+4
*
FE/Qt: bugref:9072. Some cleaning in the log viewer.
vboxsync
2019-05-10
1
-12
/
+0
*
FE/Qt: bugref:9072 Replace the info label of the search panel with an overla...
vboxsync
2019-01-31
1
-3
/
+14
*
FE/Qt: Cleaning out old precompiled header experiment.
vboxsync
2019-01-02
1
-17
/
+11
*
scm --update-copyright-year
vboxsync
2019-01-01
1
-1
/
+1
*
FE/Qt: bugref:9072: Prevent log-viewer from stealing focus.
vboxsync
2018-10-31
1
-7
/
+0
*
FE/Qt: bugref:9072 Save/load logviewer settings to/from extra data
vboxsync
2018-04-26
1
-38
/
+13
*
FE/Qt: bugref:9072 Handle logviewer bookmarks a bit better in case of log vie...
vboxsync
2018-04-05
1
-0
/
+6
*
FE/Qt: Adding 'that' empty line to the end of files under 'logviewer'. just b...
vboxsync
2018-04-04
1
-0
/
+1
*
FE/Qt bugref:9072 Some code style changes
vboxsync
2018-01-29
1
-4
/
+4
*
FE/Qt bugref:9072 Add a missing update
vboxsync
2018-01-23
1
-0
/
+1
*
FE/Qt bugref:9072 Lazy application of settings to log viewer tabs.
vboxsync
2018-01-21
1
-7
/
+35
*
FE/Qt: dont commit printf's. ever!
vboxsync
2018-01-19
1
-2
/
+2
*
FE/Qt: bugref:9072 Don't blindly apply filter at every tab switch.
vboxsync
2018-01-19
1
-2
/
+36
*
FE/Qt bugref:9072 Deleting a bookmark does not result in scrolling to the nex...
vboxsync
2018-01-18
1
-8
/
+9
*
FE:Qt bugref:9072: Give key focus to text edit as log viewer pops up
vboxsync
2018-01-16
1
-0
/
+7
*
FE/Qt: bugref:9072: Further improvements to log viewer: A better handling of ...
vboxsync
2018-01-15
1
-3
/
+14
*
FE/Qt bugref:9072: Adding setting panel to the logviewer
vboxsync
2018-01-14
1
-8
/
+30
*
FE/Qt: bugref:9072 Filtering tunrs off bookmarking
vboxsync
2018-01-13
1
-15
/
+19
*
FE/Qt bugref:9072: Logviewer bookmarks can be now managed through line number...
vboxsync
2018-01-13
1
-1
/
+26
*
FE/Qt bugref:9072: Mark bookmarked line in text edit's line number widget
vboxsync
2018-01-12
1
-8
/
+17
*
FE/Qt bugref:9072 Adding line numbers area to log viewer
vboxsync
2018-01-12
1
-194
/
+30
*
FE/Qt: bugref:9072 Further cleaning after refactoring
vboxsync
2018-01-12
1
-11
/
+58
*
FE/Qt: bugref:9072. Refactor UIVMLogViewerWidget class
vboxsync
2018-01-11
1
-0
/
+350