Commit Graph

31 Commits (cd32920fbd71820a1fd022fc2f870a1331936e74)

Author SHA1 Message Date
Hleb Valoshka bfacc111a4 wip 2021-07-04 21:09:18 +04:00
Hleb Valoshka 18c5126459 Copy console output into a file
Currently Qt frontend only, can be activated by passing -l/--log option:
celestia-qt --log /tmp/celestia.log
2021-01-14 16:45:57 +03:00
laikh 3019e497e9 Use Ctrl+C and Ctrl+V to handle both the console copy-and-paste and the URL copy-and-paste 2019-09-02 21:18:02 +02:00
Li Linfeng eb51fa8228 adapt to context menu handler change 2019-08-30 20:57:07 +08:00
pirogronian b2d88df04a Qt: add copy/paste search console text actions. 2019-03-28 09:05:04 +01:00
Hleb Valoshka 82ef4e3b95 [qt] Add "Go to object" dialog
Like it was in Gtk and OSX backends
2018-11-28 10:24:07 +03:00
pirogronian 358268ad61 Make fps menu smart enough to detect actual fps rate setting. 2018-11-16 12:07:03 +01:00
pirogronian e82a87018a Make FPS control menu checkable, move VSync option to it and rename properly. 2018-11-16 12:07:03 +01:00
pirogronian 8d5b729b52 Direct manual control over frame rate. Useful on weaker machines. 2018-11-09 15:21:39 +01:00
Hleb Valoshka eab70c96cb Fix more coverity issues
Mostly uninitialized variables plus one memory leak
2018-10-30 23:52:19 +03:00
Hleb Valoshka 1ab966a5eb Qt backend C++11 and style cleanups 2018-10-14 12:50:16 +03:00
Hleb Valoshka 882e4ecf28 fix whitespaces and indents
trailing spaces are removed
tabs are replaced with 4 spaces

# Conflicts:
#	src/celengine/cmdparser.cpp
#	src/celengine/command.cpp
#	src/celestia/celestiacore.cpp
#	src/celestia/celestiacore.h
#	src/celestia/qt/qtappwin.cpp
#	src/celestia/qt/qtglwidget.cpp
#	src/celestia/win32/winmain.cpp
2018-09-22 23:41:57 +03:00
Alexell ca6bf16863 QT version: changed Celestia icon
Added "Manual Celestia" item in Help menu, added menu icons.
2018-08-11 21:44:13 +03:00
Chris Laurel 3da6f3715c Enable video capture with Qt4 front-end (Windows only right now.) 2008-05-11 20:22:44 +00:00
Chris Laurel 1032bb17ab Qt4 front-end improvements:
- Added light time delay to Time menu
- Created Display menu, with actions to toggle various rendering features and control star visibility (limiting magnitude and automag)
- Added all new actions to CelestiaActions pool; these can be used in the toolbar, menu, or (with slightly more effort) in a preferences dialog.
2008-05-01 19:47:51 +00:00
Vincent Giangiulio b173041068 Qt4 time dialog changes:
- Added time zone setting;
- Replaced Qt4 date edit control with custom widget which accepts date prior to 4713 BCE (jd = 0). Date range is currently set to year +/- 10000.
2008-04-22 22:39:22 +00:00
Chris Laurel acec872b4a Implemented bookmarks toolbar for Qt4 front-end. 2008-04-21 23:06:14 +00:00
Chris Laurel 5ddc754727 Enabled xbel bookmarks support for Qt4 front-end. Bookmarks are saved into the user data dir in the files bookmarks.xbel.cpp. Creating and organizing with an arbitrary number and depth of subfolders is supported. 2008-04-19 23:15:22 +00:00
Chris Laurel d43d48fb95 Added clipboard commands to Qt4 front-end: copy/paste URLs to clipboard, grab screenshot to clipboard. 2008-03-21 02:11:22 +00:00
Chris Laurel 83c0521f68 Implemented OpenGL Info dialog for Qt4 front-end. 2008-03-17 04:11:33 +00:00
Chris Laurel 6956c915fe Added help menu, about box, and window icon to Qt4 front-end. 2008-02-05 03:34:11 +00:00
Chris Laurel 8b4b3607a1 Added fullscreen toggle to Qt4 front-end. 2008-02-04 11:33:25 +00:00
Chris Laurel 15e78272a9 Added alerter callback for Qt4 front-end. 2008-02-04 07:20:07 +00:00
Chris Laurel 034be6c893 Implemented a minimal set time dialog for Qt4 front-end. 2008-02-01 01:04:44 +00:00
Chris Laurel 502503ea7f Implemented eclipse finder for Qt4 front-end. 2008-01-29 23:57:29 +00:00
Chris Laurel 4931b98f88 Added Open Scripts and Scripts submenu to Qt4 UI. 2008-01-24 03:03:11 +00:00
Chris Laurel 5c37614d54 Qt4 interface changes:
- Added guides toolbar
- Create an actions collection object so that actions may be reused among
various UI components.
2008-01-22 10:33:38 +00:00
Toti 568f4cc83a Added Multiview entry to main menu 2008-01-16 16:49:42 +00:00
Chris Laurel 936d70bc3a Qt4 front-end improvements:
- Added command line parsing (--conf and --extrasdir only right now)
- Start with focus set to 3D window
- Added deep sky browser
- Autoupdate browser lists when filter is modified
2008-01-13 02:40:25 +00:00
Chris Laurel ea21967164 Updates for experimental Qt4 front-end:
- Implemented selection popup menu (modeled on KDE version)
- Save/restore texture resolution
- Save/restore main window and docked window states
2008-01-08 12:36:32 +00:00
Chris Laurel 470c3fce9b Checked in Qt4 front-end for Celestia. 2008-01-06 05:45:49 +00:00