elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cf75363290 
								
							 
						 
						
							
							
								
								Typed launcher settings  
							
							... 
							
							
							
							QMultiMap is not clear about what settings exist and it's not efficient way to
access them after they are loaded. 
							
						 
						
							2023-01-27 12:42:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AnyOldName3 
								
							 
						 
						
							
							
							
							
								
							
							
								438b03908d 
								
							 
						 
						
							
							
								
								Use dedicated function to convert QString to std::filesystem::path II  
							
							... 
							
							
							
							Some missed conversions identified in review. 
							
						 
						
							2023-01-20 23:39:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									AnyOldName3 
								
							 
						 
						
							
							
							
							
								
							
							
								f757ac642a 
								
							 
						 
						
							
							
								
								Use dedicated function to convert QString to std::filesystem::path  
							
							... 
							
							
							
							I noticed this while reviewing something else and trying to find the
function to recommend using it. 
							
						 
						
							2023-01-19 22:36:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								902c48d1bb 
								
							 
						 
						
							
							
								
								Rework launcher UI  
							
							
							
						 
						
							2023-01-15 12:36:08 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								843753da14 
								
							 
						 
						
							
							
								
								Remove unused includes  
							
							
							
						 
						
							2022-10-09 16:44:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								624d8bc931 
								
							 
						 
						
							
							
								
								Support unsigned settings values  
							
							
							
						 
						
							2022-10-04 01:34:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									clang-format-bot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ddb0522bbf 
								
							 
						 
						
							
							
								
								Apply clang-format to code base  
							
							
							
						 
						
							2022-09-22 21:35:26 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Project579 
								
							 
						 
						
							
							
							
							
								
							
							
								ca14fc00dc 
								
							 
						 
						
							
							
								
								Added dedicated functions for conversions between QString and std::filesystem::path.  
							
							
							
						 
						
							2022-09-11 14:41:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Project579 
								
							 
						 
						
							
							
							
							
								
							
							
								c226b35f1f 
								
							 
						 
						
							
							
								
								Fix some remaining encoding errors due to std::filesystem transition.  
							
							
							
						 
						
							2022-09-11 14:41:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Project579 
								
							 
						 
						
							
							
							
							
								
							
							
								a13709c510 
								
							 
						 
						
							
							
								
								Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions.  
							
							
							
						 
						
							2022-09-11 14:41:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Project579 
								
							 
						 
						
							
							
							
							
								
							
							
								e5c417c968 
								
							 
						 
						
							
							
								
								Make sure all paths are passed as std::filesystem::path instead of std::string where possible.  
							
							
							
						 
						
							2022-09-11 14:41:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									mpeco 
								
							 
						 
						
							
							
							
							
								
							
							
								aa57d04b54 
								
							 
						 
						
							
							
								
								functor-based Qt signal-slot syntax launcher  
							
							
							
						 
						
							2022-08-23 17:14:12 -03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								4b257e496e 
								
							 
						 
						
							
							
								
								Use static settings map for launcher and editor - the Settings::Manager has a static data anyway  
							
							
							
						 
						
							2022-07-12 14:56:20 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4ecee2e167 
								
							 
						 
						
							
							
								
								Avoid using reserved identifier in the global namespace  
							
							... 
							
							
							
							apps/launcher/datafilespage.cpp:762:12: warning: declaration uses identifier '_reloadCellsMutex', which is reserved in the global namespace [bugprone-reserved-identifier]
std::mutex _reloadCellsMutex;
           ^~~~~~~~~~~~~~~~~
           reloadCellsMutex
apps/openmw/mwgui/journalwindow.cpp:86:103: warning: declaration uses identifier '_sender', which is reserved in the global namespace [bugprone-reserved-identifier]
        void adviseButtonClick (char const * name, void (JournalWindowImpl::*Handler) (MyGUI::Widget* _sender))
                                                                                                      ^~~~~~~
                                                                                                      sender
apps/openmw/mwgui/journalwindow.cpp:92:100: warning: declaration uses identifier '_sender', which is reserved in the global namespace [bugprone-reserved-identifier]
        void adviseKeyPress (char const * name, void (JournalWindowImpl::*Handler) (MyGUI::Widget* _sender, MyGUI::KeyCode key, MyGUI::Char character))
                                                                                                   ^~~~~~~
                                                                                                   sender 
							
						 
						
							2022-07-06 13:52:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								8b9ed57348 
								
							 
						 
						
							
							
								
								Clean up Qt includes  
							
							
							
						 
						
							2022-06-17 11:56:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								bb0dad7c08 
								
							 
						 
						
							
							
								
								Update to C++20 and see if our CI can handle it.  
							
							
							
						 
						
							2022-06-12 08:00:11 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fredzio 
								
							 
						 
						
							
							
							
							
								
							
							
								bab5e56768 
								
							 
						 
						
							
							
								
								Make the launcher dara directory and bsa list play nicer with dark  
							
							... 
							
							
							
							themes.
Known issue: the padding icon for disabled data directories is of wrong
color. 
							
						 
						
							2022-04-28 15:19:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Frederic Chardon 
								
							 
						 
						
							
							
							
							
								
							
							
								ad1ab1c880 
								
							 
						 
						
							
							
								
								Follow up to  !192  
							
							
							
						 
						
							2022-04-27 19:51:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fredzio 
								
							 
						 
						
							
							
							
							
								
							
							
								b88d32ff5b 
								
							 
						 
						
							
							
								
								Add 3 tabs in the "Data Files" page  
							
							... 
							
							
							
							1 with the data directories
2 with the BSA archives
3 with the content selector
When user select a directory to be added, first we walk the directory
hierarchy to make a list of all potential data= entries. If we find
none, the selected directory is added.
If more than one data directory is found, user is presented with a
directory list to check which one(s) are to be added.
Directories containing one or more content file are marked with an icon.
data= and fallback-archive= lines are handled like content= lines:
- they are part of the profile in launcher.cfg, prefixed by the profile
name
- they are updated in openmw.cfg when profile is selected / created
Directories can be moved in the list by drag and drop or by buttons.
Insertion is possible anywhere in the list.
Global data path and data local are shown but are greyed out, as they
are always included.
No attempt is made to ensure that the user choice are valid
(dependencies, overwrite of content).
After a profile is loaded, any added content is highlighted in green. 
							
						 
						
							2022-04-23 09:54:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7038c82690 
								
							 
						 
						
							
							
								
								Configure mav navmeshdb file size from the launcher  
							
							
							
						 
						
							2022-04-07 16:38:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1baee5ddba 
								
							 
						 
						
							
							
								
								Add check box to remove unused tiles  
							
							
							
						 
						
							2022-04-07 15:55:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2d5ccc804b 
								
							 
						 
						
							
							
								
								Exchange binary messages between navmeshtool and launcher  
							
							
							
						 
						
							2022-03-30 19:24:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bret Curtis 
								
							 
						 
						
							
							
							
							
								
							
							
								74e7cfc023 
								
							 
						 
						
							
							
								
								remove unused includes: part1  
							
							... 
							
							
							
							remove unused imports: part2
revert one tidy we will keep for c++20 
							
						 
						
							2022-01-23 17:30:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8fedca5780 
								
							 
						 
						
							
							
								
								Fix navmesh cache progress bar jumps  
							
							... 
							
							
							
							When initial approximation of maximum progress based on numer of cells is too
high comparing to real number of navmesh tiles. 
							
						 
						
							2021-12-16 21:48:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9e0451c714 
								
							 
						 
						
							
							
								
								Support navmesh generation from launcher  
							
							
							
						 
						
							2021-12-11 00:22:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Evil Eye 
								
							 
						 
						
							
							
							
							
								
							
							
								a3e039d862 
								
							 
						 
						
							
							
								
								Explicitely sort by file name after adding all data dirs  
							
							
							
						 
						
							2021-11-07 14:15:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Petr Mikheev 
								
							 
						 
						
							
							
							
							
								
							
							
								37386f417e 
								
							 
						 
						
							
							
								
								Support *.omwscripts in openmw-launcher  
							
							
							
						 
						
							2021-10-29 20:09:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								6ba23a028c 
								
							 
						 
						
							
							
								
								Removing unused imports in the Launcher  
							
							
							
						 
						
							2021-05-18 18:23:16 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									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 
							
						 
						
							2021-05-04 21:09:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								a37bdfd492 
								
							 
						 
						
							
							
								
								Implement a refresh button on data files page  
							
							
							
						 
						
							2020-03-21 19:35:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								d57253c5e2 
								
							 
						 
						
							
							
								
								Do not use the QStringList::fromSet, which is deprecated since Qt 5.14  
							
							
							
						 
						
							2019-12-28 21:38:49 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								045ceeac11 
								
							 
						 
						
							
							
								
								Replace foreach macro by for-loop  
							
							
							
						 
						
							2019-10-20 20:08:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Capostrophic 
								
							 
						 
						
							
							
							
							
								
							
							
								5cd781b3eb 
								
							 
						 
						
							
							
								
								Experimental folder handling rewrite  
							
							
							
						 
						
							2019-05-31 20:01:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Capostrophic 
								
							 
						 
						
							
							
							
							
								
							
							
								686049679c 
								
							 
						 
						
							
							
								
								Launcher: Clone content list button (feature  #4784 )  
							
							
							
						 
						
							2019-05-15 18:17:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								bce8de5fe9 
								
							 
						 
						
							
							
								
								Respect selected encoding in the content selector (bug  #4467 )  
							
							
							
						 
						
							2018-09-25 21:39:18 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								dfa9968565 
								
							 
						 
						
							
							
								
								Renaming Launcher::DataFilesPage::signalSelectedFilesChanged to signalLoadedCellsChanged  
							
							
							
						 
						
							2018-06-08 19:18:23 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								d46590934a 
								
							 
						 
						
							
							
								
								Importing mutex  
							
							
							
						 
						
							2018-06-03 16:59:27 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								e282ece3d1 
								
							 
						 
						
							
							
								
								Fixing bug with autocomplete not loading correctly during startup  
							
							
							
						 
						
							2018-06-03 16:58:18 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								103a7ac628 
								
							 
						 
						
							
							
								
								Using a mutex lock to prevent race conditions  
							
							
							
						 
						
							2018-06-03 16:32:12 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								e26c675829 
								
							 
						 
						
							
							
								
								Changing join to detach so that the thread will not block the UI  
							
							
							
						 
						
							2018-06-02 17:29:35 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								26dfef7970 
								
							 
						 
						
							
							
								
								Changing where we are loading cells to prevent Qt access issue  
							
							
							
						 
						
							2018-05-27 17:15:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								c2fff61ccd 
								
							 
						 
						
							
							
								
								Changing so that data changes happen only after the addon is checked  
							
							
							
						 
						
							2018-05-26 20:35:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								d58cce9c72 
								
							 
						 
						
							
							
								
								Adding WIP code to dynamically change the autocomplete fields  
							
							
							
						 
						
							2018-05-22 20:50:31 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thunderforge 
								
							 
						 
						
							
							
							
							
								
							
							
								fb27f34a32 
								
							 
						 
						
							
							
								
								Add autocomplete to the "Start default character at" field  
							
							
							
						 
						
							2018-04-07 21:27:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cfcohen 
								
							 
						 
						
							
							
							
							
								
							
							
								67c4b17581 
								
							 
						 
						
							
							
								
								Commit files that I thought wre in the previous commit.  :-[ I'm  
							
							... 
							
							
							
							accustomed to the hg behavior of commiting all modified files by
default. 
							
						 
						
							2015-11-25 13:17:03 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Rohit Nirmal 
								
							 
						 
						
							
							
							
							
								
							
							
								997347b01e 
								
							 
						 
						
							
							
								
								Silence -Wreorder warnings.  
							
							
							
						 
						
							2015-04-28 18:48:02 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								9d9cabf40d 
								
							 
						 
						
							
							
								
								Fix: Importer creates a single Content List ( Fixes   #2345 )  
							
							
							
						 
						
							2015-02-06 12:24:06 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								e298589e7f 
								
							 
						 
						
							
							
								
								Reorganised DataFilesPage.cpp code.  
							
							... 
							
							
							
							Removed some recursive calling of saveSettings() and loadSettings(). 
							
						 
						
							2015-01-26 18:46:18 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								fcbf7d7deb 
								
							 
						 
						
							
							
								
								Fixed string formatting minor error found by Mingun.  
							
							
							
						 
						
							2015-01-11 08:33:33 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								05b89be8bf 
								
							 
						 
						
							
							
								
								Launcher sets content list to match values in openmw.cfg ( Fixes   #811 )  
							
							... 
							
							
							
							I took the liberty to add accessor & mutator functions for classes ContentListsGameSettings and LauncherSettings , as existing code can reverse order of entries.
Also replaced some "magic strings" with named constants. 
							
						 
						
							2015-01-10 18:46:47 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								063388e0eb 
								
							 
						 
						
							
							
								
								Change "Profile" to "Content List" in user visible strings in Launcher.  ( Fixes   #810 )  
							
							
							
						 
						
							2015-01-10 15:04:45 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dteviot 
								
							 
						 
						
							
							
							
							
								
							
							
								a62e15d93d 
								
							 
						 
						
							
							
								
								Read profile files from LauncherSettings in load order.  
							
							
							
						 
						
							2014-12-30 17:25:19 +13:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8ed376af5e 
								
							 
						 
						
							
							
								
								Launcher: fix changing active profile through the Play page  
							
							
							
						 
						
							2014-12-11 15:59:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1937ace1b7 
								
							 
						 
						
							
							
								
								Launcher: fix bugs deleting profiles ( Fixes   #2188 )  
							
							
							
						 
						
							2014-12-10 21:52:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								33019b93b4 
								
							 
						 
						
							
							
								
								Fix bug setting current launcher profile on startup (Bug  #2188 )  
							
							
							
						 
						
							2014-12-10 21:10:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a4e32d23c6 
								
							 
						 
						
							
							
								
								Fix old profile content not being cleared correctly when saving content file selection ( Fixes   #2173 )  
							
							
							
						 
						
							2014-11-30 20:52:34 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								6348af586e 
								
							 
						 
						
							
							
								
								Fixed some problems with the launcher and the wizard  
							
							
							
						 
						
							2014-05-30 02:12:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								af883991e2 
								
							 
						 
						
							
							
								
								Reimplemented the old new profile dialog behaviour  
							
							
							
						 
						
							2014-04-17 02:17:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								30c3c3e245 
								
							 
						 
						
							
							
								
								Working on importing content lists in the launcher  
							
							
							
						 
						
							2014-04-17 00:01:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								f8bb797b8a 
								
							 
						 
						
							
							
								
								Settings tab is fully functional now  
							
							
							
						 
						
							2014-04-16 18:34:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								21c406316f 
								
							 
						 
						
							
							
								
								Working on the Settings tab: start the importer/wizard  
							
							
							
						 
						
							2014-04-16 16:54:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								095ff4e17a 
								
							 
						 
						
							
							
								
								Moved launcher settings stuff into components, so they can be reused in the wizard  
							
							
							
						 
						
							2013-12-25 00:50:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								bfd79bfbe6 
								
							 
						 
						
							
							
								
								Various fixes for CppCheck warnings.  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2013-12-06 07:36:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								46973e8e82 
								
							 
						 
						
							
							
								
								Fix for Bug  #982 : unchecking addons is now saved to profile  
							
							
							
						 
						
							2013-11-30 12:08:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								ed913936f8 
								
							 
						 
						
							
							
								
								Eliminated game & addon keys from profile configuration  
							
							
							
						 
						
							2013-11-03 21:36:41 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								dace904490 
								
							 
						 
						
							
							
								
								changed game/addon to content for writing to openmw.cfg from launcher  
							
							
							
						 
						
							2013-11-03 16:45:18 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								1d4b5a2425 
								
							 
						 
						
							
							
								
								Fix broken launcher content file display / selection scheme  
							
							... 
							
							
							
							Disable selection of content files with missing dependencies (grayed
out) 
							
						 
						
							2013-11-03 14:02:41 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								973803eb2f 
								
							 
						 
						
							
							
								
								Fixed pathing issues in launcher  
							
							
							
						 
						
							2013-11-03 00:02:46 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								ba365ff49e 
								
							 
						 
						
							
							
								
								Fixed merge conflicts with saving branch  
							
							
							
						 
						
							2013-10-25 19:23:03 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								9ce4a04a2d 
								
							 
						 
						
							
							
								
								merge from saving  
							
							... 
							
							
							
							Merge branch 'saving' of https://github.com/zinnschlag/openmw  into esxSelector
Conflicts:
	apps/launcher/datafilespage.cpp
	apps/opencs/editor.cpp
	apps/opencs/view/doc/filedialog.cpp
	apps/opencs/view/doc/filedialog.hpp 
							
						 
						
							2013-10-25 14:44:22 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								1a23cccce3 
								
							 
						 
						
							
							
								
								Implemented Launcher namespace  
							
							
							
						 
						
							2013-10-25 11:17:26 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								ba3589bc76 
								
							 
						 
						
							
							
								
								Revert "Implemented ContentSelector as a singleton "charm" modifier for"  
							
							... 
							
							
							
							This reverts commit 24b167b755 
							
						 
						
							2013-10-22 22:20:21 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								f9591ddda6 
								
							 
						 
						
							
							
								
								Reimplemented constentselector view class  
							
							
							
						 
						
							2013-10-22 21:52:35 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								217a4d75b4 
								
							 
						 
						
							
							
								
								Implemented profile function in launcher datafiles page  
							
							... 
							
							
							
							Implemented dependency sorting to ensure dependent files appear latest
in the list. 
							
						 
						
							2013-10-06 21:13:47 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								a5a0f61533 
								
							 
						 
						
							
							
								
								Fixed missing profiles combobox  
							
							
							
						 
						
							2013-10-01 22:36:49 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								00c78a4aa1 
								
							 
						 
						
							
							
								
								Implementing ContentSelector class in DataFilesPage  
							
							... 
							
							
							
							Moved AdjusterWidget / FileWidget to ContentSelectorView 
							
						 
						
							2013-10-01 21:29:45 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								24b167b755 
								
							 
						 
						
							
							
								
								Implemented ContentSelector as a singleton "charm" modifier for  
							
							... 
							
							
							
							FileDialog... 
							
						 
						
							2013-09-29 12:19:07 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								ef617d408b 
								
							 
						 
						
							
							
								
								Issue  #913 : Merge --master and --plugin switches  
							
							... 
							
							
							
							Merged master/plugin switches in launcher.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2013-09-29 09:14:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								513f0c4b3e 
								
							 
						 
						
							
							
								
								Implemented file/adjuster widgets into new addon creation dialog  
							
							
							
						 
						
							2013-09-22 23:52:53 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								cfdc19c427 
								
							 
						 
						
							
							
								
								Renamed esxSelector to contentSelector  
							
							... 
							
							
							
							Fixed datafilespage model implementation in launcher
Filtered addons in table view by selected game file 
							
						 
						
							2013-09-21 23:06:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								0eb06ada39 
								
							 
						 
						
							
							
								
								Implemneting drag and drop  
							
							
							
						 
						
							2013-09-18 02:36:23 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								e6fdc7e7fd 
								
							 
						 
						
							
							
								
								...  
							
							
							
						 
						
							2013-08-20 12:34:39 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								6898321676 
								
							 
						 
						
							
							
								
								Reenabling features  
							
							... 
							
							
							
							Profile functions enabled
New/load file functions partially enabled
Layout reorganized 
							
						 
						
							2013-08-20 08:16:56 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								24e38846da 
								
							 
						 
						
							
							
								
								Fixed broken profile actions  
							
							
							
						 
						
							2013-08-20 03:53:23 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								b52645bf2a 
								
							 
						 
						
							
							
								
								Fixes to accommodate master/plugin loading  
							
							
							
						 
						
							2013-08-20 03:23:32 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								f6217f9c6a 
								
							 
						 
						
							
							
								
								Moved esx selector classes out of global namespace  
							
							
							
						 
						
							2013-08-18 15:11:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								45277c0082 
								
							 
						 
						
							
							
								
								Minor changes  
							
							... 
							
							
							
							Stretched table columns to fit widget width
Reduced width of opencs file dialog
Hid the file size column for launcher
Added alternating row colors in table view 
							
						 
						
							2013-08-18 09:34:33 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								2878f51cd3 
								
							 
						 
						
							
							
								
								Reimplemented dependency selection feature  
							
							... 
							
							
							
							Moved more code to ContentSelector
Added support for omwgame and omwaddon files 
							
						 
						
							2013-08-17 19:40:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								b24dd5c6ac 
								
							 
						 
						
							
							
								
								Continued migration of code to ContentSelector  
							
							
							
						 
						
							2013-08-17 05:55:43 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								61602789e1 
								
							 
						 
						
							
							
								
								Began migrating code to ContentSelector base  
							
							
							
						 
						
							2013-08-16 22:23:21 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								4c8c6d6971 
								
							 
						 
						
							
							
								
								Moved init code to master / plugin proxy classes  
							
							
							
						 
						
							2013-08-16 21:20:48 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								7389507eb5 
								
							 
						 
						
							
							
								
								Created masterproxylist class  
							
							
							
						 
						
							2013-08-16 21:12:30 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								2bc56d0b5c 
								
							 
						 
						
							
							
								
								Fixed missing item list in launcher combobox  
							
							
							
						 
						
							2013-08-16 20:59:58 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								b850fe0289 
								
							 
						 
						
							
							
								
								Removed vertical headers from plugin view  
							
							
							
						 
						
							2013-08-16 18:59:01 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								49c4e1bf9e 
								
							 
						 
						
							
							
								
								Removed master table widget  
							
							
							
						 
						
							2013-08-16 18:23:02 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									graffy76 
								
							 
						 
						
							
							
							
							
								
							
							
								84e5c2610a 
								
							 
						 
						
							
							
								
								Implemented combobox for game file selection  
							
							
							
						 
						
							2013-08-16 18:00:23 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								c15d920133 
								
							 
						 
						
							
							
								
								Fixed the first run dialog, makes sure Morrowind.ini is found  
							
							
							
						 
						
							2013-03-16 01:46:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pvdk 
								
							 
						 
						
							
							
							
							
								
							
							
								81604613b5 
								
							 
						 
						
							
							
								
								Narrowed down includes to improve compile time  
							
							
							
						 
						
							2013-03-12 01:29:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pieter van der Kloet 
								
							 
						 
						
							
							
							
							
								
							
							
								b4d408af5d 
								
							 
						 
						
							
							
								
								Added actions to datafiles.ui and implemented them in the launcher  
							
							
							
						 
						
							2013-03-11 01:48:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pieter van der Kloet 
								
							 
						 
						
							
							
							
							
								
							
							
								7504ae675b 
								
							 
						 
						
							
							
								
								Implemented a file dialog for the editor using launcher .ui  
							
							
							
						 
						
							2013-03-07 03:00:59 +01:00