psi29a
b10a817f7e
Merge branch 'useuless_launcher' into 'master'
...
Remove some useless includes from the launcher
See merge request OpenMW/openmw!775
(cherry picked from commit a84bd643b334eb6ac715681c497184ac22212ced)
d3fff8cf Remove some useless includes from the launcher
4 years ago
Bret Curtis
61a5c6125d
#5480 : Drop Qt4 support and require Qt 5.12 or later.
5 years ago
Brouilles
3889c0fa7b
Add QTranslator support for launcher
...
Add French translation for launcher
Clean launcher main.cpp (appTranslator.load)
Remove french translation
Remove string translation file
Update AUTHORS.md
5 years ago
Andrei Kortunov
2b90504558
Init SDL2 before Qt4 to avoid crash on Linux (bug #4529 )
7 years ago
Thunderforge
506d615acc
Moving csignal import from main to graphicspage
7 years ago
Thunderforge
7615e78e52
Move SDL initialization from main.cpp to graphicspage.cpp
7 years ago
Nikolay Kasyanov
db69342b5d
[macOS] Move all configs & resources into app bundles
...
Fixes #3566 (https://bugs.openmw.org/issues/3566 ).
8 years ago
Rob Cutmore
a5411c1ec2
Remove unused code
9 years ago
Nikolay Kasyanov
014a2fc0e9
OS X: do not override Qt plugin path
9 years ago
scrawl
4b5c2398a1
Remove QTextCodec::setCodecForCStrings
...
Not needed, we're using QString::fromUtf8/toUtf8 to handle encodings correctly.
10 years ago
Nikolay Kasyanov
7d321e0fb7
Fix #2557
...
Don’t show main dialog right away if wizard is selected.
10 years ago
scrawl
03257ecae5
QString encoding fix
10 years ago
scrawl
9825b68dfb
Fix SDL eating SIGINT signals in the launcher ( Fixes #2328 )
10 years ago
Marco Schulze
6cd5b78ca7
Fix missing include in apps/launcher/main.cpp
10 years ago
scrawl
f931ba2efc
Fix some static analysis issues (coverity)
10 years ago
pvdk
0cc7c06262
Ensure the launcher is not shown when the wizard is run
11 years ago
pvdk
6348af586e
Fixed some problems with the launcher and the wizard
11 years ago
pvdk
5af12d193a
Cleaned up old wizard stuff from launcher
11 years ago
gus
828e5841d8
Windows SDL fix
11 years ago
Marc Zinnschlag
04b1657d98
Merge branch 'openmw-27'
...
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/main.cpp
11 years ago
Nikolay Kasyanov
dfa900e4e3
OS X: Fixed “macro redefined” warning
11 years ago
Marc Zinnschlag
418ccf705d
Merge branch 'openmw-27'
...
Conflicts:
apps/launcher/graphicspage.hpp
components/CMakeLists.txt
11 years ago
scrawl
636d399c7f
Refactored Ogre initialisation into a component
11 years ago
graffy76
1a23cccce3
Implemented Launcher namespace
11 years ago
Nikolay Kasyanov
f9cfe654f2
Workaround for https://bugreports.qt-project.org/browse/QTBUG-22154
...
(Qt redefines min OS X version and SDL in turn checks this version and
doesn't accept version set by Qt)
12 years ago
Marc Zinnschlag
8ffea60b72
some cleanup
12 years ago
Sebastian Wick
357974a429
more minor stuff
12 years ago
Sebastian Wick
6abb5d5f75
small fixes
12 years ago
Sebastian Wick
dbfc39468b
better workaround
12 years ago
Sebastian Wick
a1fea97c3b
use SDL for resolution -> multimonitor support
12 years ago
Pieter van der Kloet
be43fa334f
Added support for non-latin characters, fixes Bug #515
12 years ago
Pieter van der Kloet
63a13cf9ca
Whoops, removed an include
12 years ago
Pieter van der Kloet
18d01cd65a
Implemented a first-run dialog to import Morrowind.ini settings
12 years ago
Pieter van der Kloet
aa25471517
WIP: working on improving the config file handling
12 years ago
Pieter van der Kloet
25edba0887
Rewriting the config code of the pages to use the new settings classes
12 years ago
Pieter van der Kloet
5579df30ff
Implemented data/data-local support and added settingshandlers to main.cpp
12 years ago
Pieter van der Kloet
fe9120bcb3
Added support for the profiles and made creation/editing them more user friendly
12 years ago
Pieter van der Kloet
6a2bcddef5
Changed the way the launcher exits and polished the error handling code
13 years ago
Pieter van der Kloet
e21442f6cc
Fix for Bug #306 : launcher now creates the config dir and returns proper error codes
13 years ago
Pieter van der Kloet
280babc719
Fixed stylesheet and configuration problems with the launcher and code cleanup
13 years ago
Nikolay Kasyanov
2020d916ec
added missing comment
13 years ago
Nikolay Kasyanov
57a4b19880
Feature #162 - Need to create app bundle using CMake, not by hand. Almost complete
13 years ago
Pieter van der Kloet
8c4a246abd
Disabled Ogre debug output to stdout/stderr
14 years ago
Pieter van der Kloet
1b536d69f3
Added and removed some debugging information
14 years ago
Pieter van der Kloet
409bd0fe7e
Moved the stylesheet to main.cpp and made some stylesheet-related changes
14 years ago
Pieter van der Kloet
2131452fac
Fixed file loading problem with relative paths when launcher wasn't run from cmdline
14 years ago
Pieter van der Kloet
d1a75253d7
Huge rewrite, implementing all the new ideas for the launcher
14 years ago
Pieter van der Kloet
7a03266729
Initial commit of the launcher
14 years ago