Version: 0.1 (using Devel) OS: Linux I click to add a new project with wizard, after i select all dirs, i hit the finish button and lokalize stops responding. I look at the proccesses list and see that there are a bunch of kio_file that gives a high cpu load, and this continued for about 10 minutes in wich i was forced to kill lokalize. Reproducible: Always OS: Linux (x86_64) release 2.6.36.2-desktop-2mnb Compiler: gcc
In fact all features related with lokalize project managements are buggy, theres not a single one that works fine... Its only possible to work with .po files directly...
Git commit 54e1a864dab2a6fbfc3631b9b7f043801e546e93 by Nick Shaforostoff. Committed on 19/01/2015 at 02:47. Pushed by shaforo into branch 'master'. get rid of python-based newprojectwizard i have added 'translate opendocument' button instead. todo: implement xliff2odf call from c++ code todo: odf2xliff on osx and windows Related: bug 257742, bug 329723, bug 305368, bug 272977 M +3 -11 scripts/CMakeLists.txt D +0 -556 scripts/newprojectwizard.py D +0 -10 scripts/newprojectwizard.rc D +0 -31 scripts/newprojectwizard_win.py D +0 -10 scripts/newprojectwizard_win.rc M +1 -0 src/CMakeLists.txt M +8 -8 src/catalog/catalog.cpp M +8 -8 src/catalog/xliff/xliffstorage.cpp M +8 -7 src/common/languagelistmodel.cpp M +7 -1 src/common/languagelistmodel.h M +1 -1 src/editortab.cpp M +8 -4 src/lokalizemainwindow.cpp M +2 -1 src/lokalizemainwindowui.rc M +1 -0 src/prefs/prefs.cpp M +2 -2 src/prefs/prefs.h M +52 -2 src/project/project.cpp M +4 -1 src/project/project.h M +18 -3 src/project/projectmodel.cpp M +8 -4 src/project/projecttab.cpp M +0 -4 src/project/projectwidget.cpp A +188 -0 src/project/xliffextractor.cpp [License: LGPL (v2.1+)] A +37 -0 src/project/xliffextractor.h [License: LGPL (v2.1+)] M +2 -2 src/tm/jobs.cpp http://commits.kde.org/lokalize/54e1a864dab2a6fbfc3631b9b7f043801e546e93