move designer tool to tools sub-directory and update translations

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-03-10 16:04:47 +00:00
parent f8585337cc
commit 99475ae659
89 changed files with 114768 additions and 4479 deletions

View file

@ -10,7 +10,7 @@ set(KATIE_BUGREPORT "xakepa10@gmail.com")
set(KATIE_URL "http://github.com/fluxer/katie")
set(KATIE_COMPONENTS "Core Gui DBus Declarative Designer DesignerComponents Help Multimedia Network OpenGL Phonon Sql Svg Xml XmlPatterns Script ScriptTools Test UiTools")
# TODO: make dbus tools optional
set(KATIE_TOOLS "moc uic rcc qdbusxml2cpp qdbuscpp2xml qhelpgenerator qcollectiongenerator lupdate lrelease lconvert")
set(KATIE_TOOLS "moc uic rcc qdbusxml2cpp qdbuscpp2xml qhelpgenerator qcollectiongenerator lupdate lrelease lconvert designer")
set(QT_LICENSE "Open Source")
set(QT_PRODUCT "AwesomeSauce") # it's not a bug, it's a feature!

View file

@ -3,9 +3,10 @@
import os, glob, subprocess, shlex
components = ('core', 'declarative', 'gui', 'multimedia', 'network', 'opengl',
'plugins', 'script', 'scripttools', 'sql', 'svg', 'xml', 'xmlpatterns')
'plugins', 'script', 'scripttools', 'sql', 'svg', 'xml', 'xmlpatterns',
'designer')
tools = ('lrelease', 'uic', 'moc', 'lupdate', 'idc', 'qcollectiongenerator',
'rcc', 'lconvert', 'qhelpgenerator', 'qdbus')
'rcc', 'lconvert', 'qhelpgenerator', 'qdbus', '../designer/designer')
cfiles = []
tfiles = []

View file

@ -9,7 +9,6 @@ include(sdk/sdk.cmake)
include(shared/shared.cmake)
add_subdirectory(components)
add_subdirectory(designer)
set(DESIGNER_PUBLIC_HEADERS
${DESIGNER_PUBLIC_HEADERS}

View file

@ -16,4 +16,5 @@ if(NOT KATIE_BOOTSTRAP)
endif()
add_subdirectory(qhelpgenerator)
add_subdirectory(qcollectiongenerator)
add_subdirectory(designer)
endif()

View file

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 347 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -223,7 +223,7 @@ void QDesigner::initialize()
QTranslator *qtTranslator = new QTranslator(this);
const QString localSysName = QLocale::system().name();
QString translatorFileName = QLatin1String("designer_");
QString translatorFileName = QLatin1String("qt_tools_");
translatorFileName += localSysName;
translator->load(translatorFileName, resourceDir);

View file

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

View file

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 594 B

View file

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 655 B

View file

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B

View file

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 462 B

View file

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 692 B

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff