New project wizard is never started Lokalize 1.5, KDE 4.11.2 on gentoo Reproducible: Always Steps to Reproduce: 1. Go to Project -> New project wizard Actual Results: Nothing happens Expected Results: Wizard to guide you through creation of new project should be started.
Works for me. Do you have any tabs opened when you try to reproduce? Or do you have any projects opened?
Hm. I can't start that wizard no matter what.
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 305368, bug 272977, bug 269201 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
New project wizard menu entry is disabled. Is that on purpose?
it should not be present at all, you can remove newprojectwizard.* from your install, it will not appear on the next lokalize install