Bug 329723 - [projectwizard] New project wizard doesn't work in Lokalize
Summary: [projectwizard] New project wizard doesn't work in Lokalize
Status: RESOLVED FIXED
Alias: None
Product: lokalize
Classification: Applications
Component: project management (show other bugs)
Version: 1.5
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Nick Shaforostoff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 14:15 UTC by Vit Pelcak
Modified: 2015-01-22 11:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vit Pelcak 2014-01-08 14:15:10 UTC
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.
Comment 1 Volkan 2014-01-08 16:35:19 UTC
Works for me. Do you have any tabs opened when you try to reproduce?

Or do you have any projects opened?
Comment 2 Vit Pelcak 2014-01-09 09:08:19 UTC
Hm. I can't start that wizard no matter what.
Comment 3 Nick Shaforostoff 2015-01-19 00:53:01 UTC
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
Comment 4 Vit Pelcak 2015-01-21 15:37:16 UTC
New project wizard menu entry is disabled. Is that on purpose?
Comment 5 Nick Shaforostoff 2015-01-22 11:48:47 UTC
it should not be present at all, you can remove newprojectwizard.* from your install, it will not appear on the next lokalize install