Merge pull request #495 from M4xi1m3/omega-atomic

[apps] Replaced atom with atomic
This commit is contained in:
Maxime FRIESS
2021-03-01 21:52:37 +01:00
committed by GitHub
14 changed files with 23 additions and 13 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "apps/rpn"]
path = apps/rpn
url = https://github.com/Omega-Numworks/Omega-RPN.git
[submodule "apps/atom"]
path = apps/atom
url = https://github.com/Omega-Numworks/Omega-Atom.git
[submodule "apps/atomic"]
path = apps/atomic
url = https://github.com/Omega-Numworks/Omega-Atomic.git

Submodule apps/atom deleted from 8f710a9d3f

1
apps/atomic Submodule

Submodule apps/atomic added at 41570261a9

View File

@@ -1,2 +1,2 @@
Default,calculation,rpn,graph,code,statistics,probability,solver,atom,sequence,regression,settings
HidePython,calculation,rpn,graph,code,statistics,probability,solver,atom,sequence,regression,settings
Default,calculation,rpn,graph,code,statistics,probability,solver,atomic,sequence,regression,settings
HidePython,calculation,rpn,graph,code,statistics,probability,solver,atomic,sequence,regression,settings
1 Default calculation rpn graph code statistics probability solver atom atomic sequence regression settings
2 HidePython calculation rpn graph code statistics probability solver atom atomic sequence regression settings

View File

@@ -8,8 +8,8 @@ EPSILON_VERSION ?= 15.3.1
OMEGA_VERSION ?= 1.21.0
# OMEGA_USERNAME ?= N/A
OMEGA_STATE ?= dev
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
SUBMODULES_APPS = atom rpn
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atomic sequence regression settings external
SUBMODULES_APPS = atomic rpn
EPSILON_I18N ?= en fr nl pt it de es hu
EPSILON_COUNTRIES ?= WW CA DE ES FR GB IT NL PT US
EPSILON_GETOPT ?= 0

View File

@@ -148,6 +148,8 @@ constexpr KDColor Palette::AtomHalogen;
constexpr KDColor Palette::AtomReactiveNonmetal;
constexpr KDColor Palette::AtomNobleGas;
constexpr KDColor Palette::AtomTableLines;
constexpr KDColor Palette::AtomBackground;
constexpr KDColor Palette::AtomHighlight;
constexpr KDColor Palette::AtomColor[];
KDColor Palette::nextDataColor(int * colorIndex) {

View File

@@ -2,7 +2,7 @@
"apps/exam_icon.png" : "exam_icon.png",
"apps/on_boarding/logo_icon.png" : "logo_icon.png",
"apps/atom/atom_icon.png" : "apps/atom_icon.png",
"apps/atomic/atomic_icon.png" : "apps/atomic_icon.png",
"apps/calculation/calculation_icon.png" : "apps/calculation_icon.png",
"apps/code/code_icon.png" : "apps/code_icon.png",
"apps/external/external_icon.png" : "apps/external_icon.png",

View File

@@ -142,7 +142,9 @@
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
"TableLines": "323532",
"Highlight": "000000",
"Background": "d9d9d9"
}
}
}

View File

@@ -142,7 +142,9 @@
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
"TableLines": "323532",
"Highlight": "000000",
"Background": "d9d9d9"
}
}
}

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -142,7 +142,9 @@
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
"TableLines": "323532",
"Highlight": "000000",
"Background": "d9d9d9"
}
}
}

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -142,7 +142,9 @@
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
"TableLines": "323532",
"Highlight": "000000",
"Background": "d9d9d9"
}
}
}

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB