0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/obs
BtbN 34b67db50f Minor refactor for creation of sub-windows
This refactors the sub-window code a bit so that instead of deleting the
window pointers, it calls QWidget::close() on them to safely trigger a
normal close on them instead (which will also delete them).
Moves setting the DeleteOnClose flag from inside of the Dialog classes
into the OBSBasic class, to make that behaviour more obvious.
2014-07-23 17:46:17 +02:00
..
data Add color property implementation 2014-07-21 04:31:19 +02:00
forms Add basic update checking 2014-07-14 03:19:24 -07:00
CMakeLists.txt Add support for build time dependency copying 2014-07-19 01:38:42 +02:00
display-helpers.hpp Ensure sizes passed to OBS are actual pixel sizes 2014-04-16 22:39:05 +02:00
obs-app.cpp Make application quit on main window close 2014-07-23 00:02:13 -07:00
obs-app.hpp Make application quit on main window close 2014-07-23 00:02:13 -07:00
platform-osx.mm Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
platform-windows.cpp Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
platform-x11.cpp Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
platform.hpp Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
properties-view.cpp Add OBS_TEXT_MULTILINE for text obs properties 2014-07-21 04:31:19 +02:00
properties-view.hpp Add color property implementation 2014-07-21 04:31:19 +02:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Adjust OBSErrorBox severity 2014-07-13 15:23:26 +02:00
qt-wrappers.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
volume-control.cpp Fix audio meters so that volume is applied linearly. 2014-07-14 21:12:53 +03:00
volume-control.hpp Implemented a simple volume meter widget 2014-07-14 19:32:39 +03:00
window-basic-main.cpp Minor refactor for creation of sub-windows 2014-07-23 17:46:17 +02:00
window-basic-main.hpp Minor refactor for creation of sub-windows 2014-07-23 17:46:17 +02:00
window-basic-preview.cpp Fix scene editing for device pixel ratios ≠ 1 2014-07-16 02:29:13 +02:00
window-basic-preview.hpp UI: Add scene editing 2014-06-15 20:33:13 -07:00
window-basic-properties.cpp Minor refactor for creation of sub-windows 2014-07-23 17:46:17 +02:00
window-basic-properties.hpp Fix crash when closing windows via the X title bar button 2014-04-17 17:20:00 +02:00
window-basic-settings.cpp Show current locale in basic settings dialog 2014-07-13 19:10:39 +02:00
window-basic-settings.hpp Use locale (name) enumeration helper in basic settings window 2014-07-13 19:10:39 +02:00
window-basic-source-select.cpp Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
window-basic-source-select.hpp Add 'source selection' dialog 2014-05-10 18:47:48 -07:00
window-basic-status-bar.cpp Change "kbp/s" to "kb/s" 2014-07-07 22:06:06 -07:00
window-basic-status-bar.hpp Implement status bar 2014-07-06 17:36:46 -07:00
window-basic-transform.cpp Minor refactor for creation of sub-windows 2014-07-23 17:46:17 +02:00
window-basic-transform.hpp UI: Add scene editing 2014-06-15 20:33:13 -07:00
window-license-agreement.cpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-license-agreement.hpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-log-reply.cpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-log-reply.hpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-main.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-namedialog.cpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00
window-namedialog.hpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00