summaryrefslogtreecommitdiff
path: root/src/organizer_es.ts
Commit message (Collapse)AuthorAgeFilesLines
* - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-453/+469
| | | | | | - 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-639/+818
| | | | | | | | | | | | 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
* - 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-999/+1008
| | | | | - updated NCC to current NMM codebase - updated translation files
* - creating mods from overwriteTannin2013-04-041-6/+0
| | | | | | | - moving files from overwrite to mods - offline mode - several fixes to the grouping system - fix to "duplicate translation" errors
* - fixed broken help menuTannin2013-02-191-1314/+2430
| | | | - work towards resume of failed downloads
* initial commit to mercurial repository.Tannin2013-02-031-0/+4627
Corresponds to MO version 0.12.6