summaryrefslogtreecommitdiff
path: root/src/organizer_ru.ts
Commit message (Collapse)AuthorAgeFilesLines
* updated packaging and build scriptsTannin2015-01-031-5633/+0
|
* added/updated translation filesTannin2014-12-201-87/+87
|
* - updated staging script to use qt5 and to fetch translations from transifexTannin2014-11-111-1190/+1685
| | | | - removed call to function unavailable in Windows XP
* - re-inserted code for bsa hiding (this was necessary to enforce expected ↵Tannin2014-06-291-1408/+1046
| | | | | | | | | | | bsa order after all) - bsas from foreign bsas are now loaded as expected by hook.dll as well - state of log-window-split is now saved - auto completion in installer name boxes is now case-sensitive so that users can change casing of the mod names - bugfix: self updater did enforce the skyrim url for MO updates but not the game_id - bugfix: modinfo dialog didn't correctly read mod meta information on opening - bugfix: MO didn't report on endorsement (for MO)
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-251-1018/+1239
| | | | | | | | | | | automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
* - a few hooks will now somewhat handle file names starting with \\?\Tannin2014-02-121-242/+256
| | | | | | | | | | | - mod meta information is now (also) saved by a timer to reduce the likelyhood of a data loss in case of a crash - mod meta files are now written to a temporary file and then renamed to real name to reduce chance of breaking the file - updated minimum compatible nmm version to 0.47.0 - bugfix: defaults for newestVersion, version and installationFile when creating an empty mod were integers instead of strings - bugfix: "Plugins" and "Archives" weren't translatable
* - archives.txt is now written using the "safe"-write mechanismTannin2014-02-071-625/+811
| | | | | | | | | - added the whole boss fork to the repository - bugfix: boss db is now always re-initialised because otherwise there might have been differing results between runs - bugfix: locked load order was ignored by integrated boss - bugfix: archive list wasn't written back on all changes that affected it - bugfix: CreateFile-hook didn't reroute files created with OPEN_ALWAYS to overwrite directory - bugfix: NtQueryDirectoryFile-hook didn't return the correct status code when searching for a file that doesn't exist
* - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-449/+487
| | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be)
* - plugins can now be localized tooTannin2013-11-271-206/+201
| | | | | - fixes to the installer script - extended build scripts to fetch translations from pootle server automatically
* - bugfix: installFile for mods was not a relative path if the downloads ↵Tannin2013-11-221-991/+1258
| | | | | | | | | | | | directory was non-default - bugfix: crash after removing the last profile in the list (ordered alphabetically) - improved subdirs ordering to ensure pythonrunner is compiled before pythonproxy - translation files for plugins are now generated - set some texts as un-translatable where it made no sense - staging script now re-builds MO completely before packaging - updated qt libraries for packaging to 4.8.5 - added python to the package
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-061-1689/+1563
| | | | | | | | | | | | - main application now contains means for plugins to react on some changes (to be extended) - plugins can now retrieve more information about a mod - user-agent sent to nexus now automatically contains the current MO version - included updated russian translation - problems dialog now refreshes itself after a fix was applied - fixed new esp/asset ordering diagnosis. May be fully functional now - bugfix: restoring locked load order could leave MO in an endless loop (not sure if this fix is correct yet) - bugfix: plugin list was not visually updated after some changes - bugfix: nmm importer threw away mod ordering
* - mod list can now be sorted by install timeTannin2013-08-311-353/+382
| | | | | - the sorting of download archives wasn't actually by index instead of file time - bugfix: some of the plugins crashed if they failed to create a mod
* - turned boss dummy into a c++ project (unmanaged exports with c# is a pain)Tannin2013-08-241-995/+1002
| | | | | - updated NCC to current NMM codebase - updated translation files
* - fixed broken help menuTannin2013-02-191-963/+1205
| | | | - work towards resume of failed downloads
* initial commit to mercurial repository.Tannin2013-02-031-0/+4627
Corresponds to MO version 0.12.6