parent
3cb3ded264
commit
d9bef10f08
|
|
@ -1564,7 +1564,7 @@
|
||||||
"type": "String",
|
"type": "String",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"passwordForgotten": "Password forgotten",
|
"passwordForgotten": "Forgot password",
|
||||||
"@passwordForgotten": {
|
"@passwordForgotten": {
|
||||||
"type": "String",
|
"type": "String",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
|
|
|
||||||
|
|
@ -2076,7 +2076,7 @@ abstract class L10n {
|
||||||
/// No description provided for @passwordForgotten.
|
/// No description provided for @passwordForgotten.
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Password forgotten'**
|
/// **'Forgot password'**
|
||||||
String get passwordForgotten;
|
String get passwordForgotten;
|
||||||
|
|
||||||
/// No description provided for @passwordHasBeenChanged.
|
/// No description provided for @passwordHasBeenChanged.
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nBe extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nBn extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nBo extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1094,7 +1094,7 @@ class L10nEl extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nEn extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1099,7 +1099,7 @@ class L10nFil extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nHi extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nIa extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1095,7 +1095,7 @@ class L10nKa extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nPt extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1095,7 +1095,7 @@ class L10nSk extends L10n {
|
||||||
String get password => 'Heslo';
|
String get password => 'Heslo';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1097,7 +1097,7 @@ class L10nSl extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nTe extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1095,7 +1095,7 @@ class L10nTh extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -1093,7 +1093,7 @@ class L10nVi extends L10n {
|
||||||
String get password => 'Password';
|
String get password => 'Password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordForgotten => 'Password forgotten';
|
String get passwordForgotten => 'Forgot password';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get passwordHasBeenChanged => 'Password has been changed';
|
String get passwordHasBeenChanged => 'Password has been changed';
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,10 @@ project(runner LANGUAGES CXX)
|
||||||
set(OPENSSL_USE_STATIC_LIBS OFF)
|
set(OPENSSL_USE_STATIC_LIBS OFF)
|
||||||
# The name of the executable created for the application. Change this to change
|
# The name of the executable created for the application. Change this to change
|
||||||
# the on-disk name of your application.
|
# the on-disk name of your application.
|
||||||
set(BINARY_NAME "fluffychat")
|
set(BINARY_NAME "extera_next")
|
||||||
# The unique GTK application identifier for this application. See:
|
# The unique GTK application identifier for this application. See:
|
||||||
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
|
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
|
||||||
set(APPLICATION_ID "chat.fluffy.fluffychat")
|
set(APPLICATION_ID "xyz.extera.next")
|
||||||
|
|
||||||
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||||
# versions of CMake.
|
# versions of CMake.
|
||||||
|
|
@ -43,7 +43,7 @@ endif()
|
||||||
# of modifying this function.
|
# of modifying this function.
|
||||||
function(APPLY_STANDARD_SETTINGS TARGET)
|
function(APPLY_STANDARD_SETTINGS TARGET)
|
||||||
target_compile_features(${TARGET} PUBLIC cxx_std_14)
|
target_compile_features(${TARGET} PUBLIC cxx_std_14)
|
||||||
target_compile_options(${TARGET} PRIVATE -Wall -Werror)
|
target_compile_options(${TARGET} PRIVATE -Wall -Wno-deprecated-literal-operator -Werror)
|
||||||
target_compile_options(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>")
|
target_compile_options(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>")
|
||||||
target_compile_definitions(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:NDEBUG>")
|
target_compile_definitions(${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:NDEBUG>")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ static void my_application_activate(GApplication* application) {
|
||||||
gtk_header_bar_set_title(header_bar, "Extera Next");
|
gtk_header_bar_set_title(header_bar, "Extera Next");
|
||||||
gtk_header_bar_set_show_close_button(header_bar, TRUE);
|
gtk_header_bar_set_show_close_button(header_bar, TRUE);
|
||||||
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
|
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
gtk_window_set_title(window, "Extera Next");
|
gtk_window_set_title(window, "Extera Next");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue