URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4c86ac83c558b760d81ac17ae407e614a15c1c6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e4c86ac by Martin Kaiser (wireshark@xxxxxxxxx):
remove Wireshark.pro, modify update-tx accordingly
Wireshark.pro is the qt project file used by qmake
which in turn was used by nmake
now that nmake is gone, the only reason to keep Wireshark.pro
was the update-tx script that syncs our translation files with Transifex
update-tx calls lupdate to create a list of texts to translate and
lrelease to convert such a list into a binary file
lupdate and lrelase can read file names from a project file or
get them on the command line
modify update-tx to pass the required file names on the command line
we can use wildcards so there's no need to change update-tx when a new
source file is added
remove Wireshark.pro from the release tarball as well
Change-Id: I7ff4ebc96f13b4ffc6fb1b2f4e045999fbfbed5e
Reviewed-on: https://code.wireshark.org/review/16151
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 641904b Pass the format as an argument to write_specified_fields().
adds e4c86ac remove Wireshark.pro, modify update-tx accordingly
Summary of changes:
tools/update-tx | 5 +-
ui/qt/Makefile.am | 1 -
ui/qt/Wireshark.pro | 640 ---------------------------------------------------
3 files changed, 3 insertions(+), 643 deletions(-)
delete mode 100644 ui/qt/Wireshark.pro