diff --git a/README.md b/README.md index 16bd1a7..d08f7f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -#cool-old-term +#cool-retro-term ##Description -cool-old-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. +cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight. It uses the Konsole engine which is powerful and mature. @@ -13,14 +13,14 @@ This terminal emulator requires Qt 5.2 or higher to run. ![Image]() ![Image]() -## Get cool-old-term -You can either build cool-old-term yourself (see below) or walk the easy way and install one of these packages: +## Get cool-retro-term +You can either build cool-retro-term yourself (see below) or walk the easy way and install one of these packages: -Users of Fedora and openSUSE can grab a package from [Open Build Service](http://software.opensuse.org/package/cool-old-term). +Users of Fedora and openSUSE can grab a package from [Open Build Service](http://software.opensuse.org/package/cool-retro-term). -Arch users can install this [package](https://aur.archlinux.org/packages/cool-old-term-git/) directly via the [AUR](https://aur.archlinux.org): +Arch users can install this [package](https://aur.archlinux.org/packages/cool-retro-term-git/) directly via the [AUR](https://aur.archlinux.org): - yaourt -S aur/cool-old-term-git + yaourt -S aur/cool-retro-term-git ##Build instructions @@ -81,14 +81,14 @@ Once you installed all dependencies (Qt is installed and in your path) you need ```bash # Get it from GitHub -git clone https://github.com/Swordifish90/cool-old-term.git +git clone https://github.com/Swordfish90/cool-retro-term.git # Build it -cd cool-old-term +cd cool-retro-term # Compile (Fedora and OpenSUSE user should use qmake-qt5 instead of qmake) qmake && make # Have fun! -./cool-old-term +./cool-retro-term ``` diff --git a/app/app.pro b/app/app.pro index e7b5064..3e47c73 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,5 +1,5 @@ QT += qml quick widgets -TARGET = cool-old-term +TARGET = cool-retro-term DESTDIR = $$OUT_PWD/../ SOURCES = main.cpp diff --git a/app/qml/AboutDialog.qml b/app/qml/AboutDialog.qml index 8c109c2..a2747c4 100644 --- a/app/qml/AboutDialog.qml +++ b/app/qml/AboutDialog.qml @@ -15,7 +15,7 @@ Window{ spacing: 15 Text { anchors.horizontalCenter: parent.horizontalCenter - text: "cool-old-term" + text: "cool-retro-term" font {bold: true; pointSize: 18} } Loader{ @@ -74,7 +74,7 @@ Window{ text: shadersettings.version + "\n" + qsTr("Author: ") + "Filippo Scognamiglio\n" + qsTr("Email: ") + "flscogna@gmail.com\n" + - qsTr("Source: ") + "https://github.com/Swordifish90/cool-old-term\n" + qsTr("Source: ") + "https://github.com/Swordfish90/cool-retro-term\n" } } } @@ -84,9 +84,9 @@ Window{ anchors.fill: parent readOnly: true text: "Copyright (c) 2013 Filippo Scognamiglio \n\n" + - "https://github.com/Swordifish90/cool-old-term\n\n" + + "https://github.com/Swordfish90/cool-retro-term\n\n" + - "cool-old-term is free software: you can redistribute it and/or modify " + + "cool-retro-term is free software: you can redistribute it and/or modify " + "it under the terms of the GNU General Public License as published by " + "the Free Software Foundation, either version 3 of the License, or " + "(at your option) any later version.\n\n" + diff --git a/app/qml/ApplicationSettings.qml b/app/qml/ApplicationSettings.qml index faa56a6..9c97946 100644 --- a/app/qml/ApplicationSettings.qml +++ b/app/qml/ApplicationSettings.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/CheckableSlider.qml b/app/qml/CheckableSlider.qml index 683317b..ceb9c4f 100644 --- a/app/qml/CheckableSlider.qml +++ b/app/qml/CheckableSlider.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/ColorButton.qml b/app/qml/ColorButton.qml index 4a737be..3c1eb60 100644 --- a/app/qml/ColorButton.qml +++ b/app/qml/ColorButton.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/FontPixels.qml b/app/qml/FontPixels.qml index 1095776..b6debbd 100644 --- a/app/qml/FontPixels.qml +++ b/app/qml/FontPixels.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/FontScanlines.qml b/app/qml/FontScanlines.qml index c0b20de..361c1be 100644 --- a/app/qml/FontScanlines.qml +++ b/app/qml/FontScanlines.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/Fonts.qml b/app/qml/Fonts.qml index dc2a03b..9acd11e 100644 --- a/app/qml/Fonts.qml +++ b/app/qml/Fonts.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/InsertNameDialog.qml b/app/qml/InsertNameDialog.qml index 85e86c1..763cdb3 100644 --- a/app/qml/InsertNameDialog.qml +++ b/app/qml/InsertNameDialog.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/PreprocessedTerminal.qml b/app/qml/PreprocessedTerminal.qml index 03030c1..e2754aa 100644 --- a/app/qml/PreprocessedTerminal.qml +++ b/app/qml/PreprocessedTerminal.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -75,7 +75,7 @@ Item{ id: kterminal anchors.fill: parent - colorScheme: "cool-old-term" + colorScheme: "cool-retro-term" session: KSession { id: ksession diff --git a/app/qml/SettingsEffectsTab.qml b/app/qml/SettingsEffectsTab.qml index 2d71b48..0c1e99c 100644 --- a/app/qml/SettingsEffectsTab.qml +++ b/app/qml/SettingsEffectsTab.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/SettingsGeneralTab.qml b/app/qml/SettingsGeneralTab.qml index b560b5d..c4ea35a 100644 --- a/app/qml/SettingsGeneralTab.qml +++ b/app/qml/SettingsGeneralTab.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/SettingsTerminalTab.qml b/app/qml/SettingsTerminalTab.qml index af1c067..22c6084 100644 --- a/app/qml/SettingsTerminalTab.qml +++ b/app/qml/SettingsTerminalTab.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/SettingsWindow.qml b/app/qml/SettingsWindow.qml index 17b6580..e7ab486 100644 --- a/app/qml/SettingsWindow.qml +++ b/app/qml/SettingsWindow.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/ShaderTerminal.qml b/app/qml/ShaderTerminal.qml index bdd3a87..531d91e 100644 --- a/app/qml/ShaderTerminal.qml +++ b/app/qml/ShaderTerminal.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/SimpleSlider.qml b/app/qml/SimpleSlider.qml index f362e06..7b741aa 100644 --- a/app/qml/SimpleSlider.qml +++ b/app/qml/SimpleSlider.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/SizeOverlay.qml b/app/qml/SizeOverlay.qml index 6f0a69c..7d67314 100644 --- a/app/qml/SizeOverlay.qml +++ b/app/qml/SizeOverlay.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/Storage.qml b/app/qml/Storage.qml index 92dadd7..f06112d 100644 --- a/app/qml/Storage.qml +++ b/app/qml/Storage.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/TimeManager.qml b/app/qml/TimeManager.qml index b5dd5be..1ecb939 100644 --- a/app/qml/TimeManager.qml +++ b/app/qml/TimeManager.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/app/qml/main.qml b/app/qml/main.qml index 690d654..9de405d 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -1,10 +1,10 @@ /******************************************************************************* * Copyright (c) 2013 "Filippo Scognamiglio" -* https://github.com/Swordifish90/cool-old-term +* https://github.com/Swordfish90/cool-retro-term * -* This file is part of cool-old-term. +* This file is part of cool-retro-term. * -* cool-old-term is free software: you can redistribute it and/or modify +* cool-retro-term is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -38,7 +38,7 @@ ApplicationWindow{ flags: Qt.WA_TranslucentBackground color: "#00000000" - title: qsTr("cool-old-term") + title: qsTr("cool-retro-term") Action { id: showMenubarAction diff --git a/cool-old-term.pro b/cool-retro-term.pro similarity index 100% rename from cool-old-term.pro rename to cool-retro-term.pro diff --git a/konsole-qml-plugin/assets/color-schemes/cool-old-term.schema b/konsole-qml-plugin/assets/color-schemes/cool-retro-term.schema similarity index 100% rename from konsole-qml-plugin/assets/color-schemes/cool-old-term.schema rename to konsole-qml-plugin/assets/color-schemes/cool-retro-term.schema