do not execute i18n stuff on all project files
Bug #1176433 reported by
Juhapekka Piiroinen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtcreator-plugin-ubuntu |
Fix Released
|
Low
|
Juhapekka Piiroinen |
Bug Description
Add support for passing only source code files, not like all project files. For example now we actually pass png's file to the i18n stuff.
Related branches
lp://staging/~juhapekka-piiroinen/qtcreator-plugin-ubuntu/fix-bug-1232213
- Zoltan Balogh: Approve
- PS Jenkins bot: Approve (continuous-integration)
- Timo Jyrinki: Needs Fixing
-
Diff: 300 lines (+102/-49)9 files modifieddebian/changelog (+6/-0)
share/qtcreator/ubuntu/menu.json (+28/-29)
share/qtcreator/ubuntu/scripts/i18n_update_template (+42/-0)
share/qtcreator/ubuntu/scripts/qtc_project_click_create (+2/-2)
src/ubuntu/ubuntumenu.cpp (+3/-2)
src/ubuntu/ubuntupolicygroupinfo.cpp (+1/-1)
src/ubuntu/ubuntupolicygroupinfo.h (+2/-2)
src/ubuntu/ubuntusecuritypolicypickerdialog.cpp (+8/-3)
src/ubuntu/ubuntusecuritypolicypickerdialog.ui (+10/-10)
affects: | ubuntu-qtcreator-plugins → qtcreator-plugin-ubuntu |
Changed in qtcreator-plugin-ubuntu: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in qtcreator-plugin-ubuntu: | |
status: | Confirmed → Fix Committed |
assignee: | nobody → Juhapekka Piiroinen (juhapekka-piiroinen) |
Changed in qtcreator-plugin-ubuntu: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Agreed. Note that the .desktop file should also be included in the list of files we pass. See the related notes on the document linked on bug 1177449