Skip to content

Commit

Permalink
#morevna: rebranding for "Morevna Edition".
Browse files Browse the repository at this point in the history
OpenToonz logo converted to Morevna Edition by applying HSV filer with
parameters 150; -20; 0.
  • Loading branch information
morevnaproject committed Jan 25, 2018
1 parent b4a5710 commit 818f8b5
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 804 deletions.
Binary file modified toonz/sources/toonz/OpenToonz.icns
Binary file not shown.
934 changes: 133 additions & 801 deletions toonz/sources/toonz/Resources/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified toonz/sources/toonz/Resources/startup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions toonz/sources/toonz/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const char *dllRelativePath = "./toonz6.app/Contents/Frameworks";

TEnv::IntVar EnvSoftwareCurrentFontSize("SoftwareCurrentFontSize", 12);

const char *applicationFullName = "OpenToonz 1.2"; // to be 1.2.n from 1.2.1
const char *applicationFullName = "OpenToonz 1.2.0.1 (Morevna Edition)";
const char *rootVarName = "TOONZROOT";
const char *systemVarPrefix = "TOONZ";

Expand Down Expand Up @@ -375,7 +375,7 @@ int main(int argc, char *argv[]) {
font.setWeight(50);
a.setFont(font);

QString offsetStr("\n\n\n\n\n\n\n\n");
QString offsetStr("\n\n\n\n\n\n\n\n\n\n\n");

TSystem::hasMainLoop(true);

Expand Down
2 changes: 1 addition & 1 deletion toonz/sources/toonz/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ void MainWindow::onAbout() {
dialog->setTopMargin(0);
dialog->addWidget(label);

QString name = QString::fromStdString(TEnv::getApplicationFullName());
QString name = QString::fromStdString(applicationFullName);
name += " (built " __DATE__ " " __TIME__ ")";
dialog->addWidget(new QLabel(name));

Expand Down
Binary file modified toonz/sources/toonz/toonz.icns
Binary file not shown.
Binary file modified toonz/sources/toonz/toonz.ico
Binary file not shown.

0 comments on commit 818f8b5

Please sign in to comment.