mirror of
https://github.com/hamonikr/systemback.git
synced 2025-12-23 14:07:48 -05:00
Change author and git url
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
systemback (1.9.4hamonikr2) jin; urgency=low
|
||||
|
||||
* Change author and git url
|
||||
|
||||
-- HamoniKR <pkg@hamonikr.org> Thu, 15 Apr 2021 13:47:55 +0900
|
||||
|
||||
systemback (1.9.4hamonikr1) jin; urgency=low
|
||||
|
||||
* Update systemback/systemback.cpp
|
||||
@@ -23,7 +29,7 @@ systemback (1.9.4) release; urgency=low
|
||||
* Fix Live creation when the '/snap' directory is missing
|
||||
|
||||
* 1.8.400
|
||||
* Add support to installed Snap packages
|
||||
* Add support to installed Snap packaggites
|
||||
* Remove support to old (version 1.5 and below) restore points
|
||||
* Fix possible segmentation fault when checking directory mount status
|
||||
* Fix translation files detection in DBGLEV=3 mode
|
||||
|
||||
@@ -178,7 +178,7 @@ uchar systemback::clistart()
|
||||
if(! sb::pnames[14].isEmpty()) printw(bstr(" F ─ " % sb::left(sb::pnames[14], COLS - 7) % '\n'));
|
||||
printw(bstr("\n G ─ " % tr("Create new") % "\n Q ─ " % tr("Quit") % '\n')),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
if(! sb::eout.isEmpty()) sb::eout.clear();
|
||||
if(! pname.isEmpty()) pname.clear();
|
||||
@@ -245,7 +245,7 @@ uchar systemback::clistart()
|
||||
attron(COLOR_PAIR(3)),
|
||||
printw(bstr("\n\n 1 ─ " % tr("Delete") % "\n 2 ─ " % tr("System restore") % " ▸\n B ─ ◂ " % tr("Back"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
forever
|
||||
@@ -380,7 +380,7 @@ uchar systemback::restore()
|
||||
attron(COLOR_PAIR(3)),
|
||||
printw(bstr("\n\n 3 ─ " % tr("Complete configuration files restore") % "\n 4 ─ " % tr("Keep newly installed configuration files") % "\n\n C ─ " % tr("Cancel"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
do {
|
||||
@@ -427,7 +427,7 @@ uchar systemback::restore()
|
||||
{
|
||||
printw(bstr("\n\n " % tr("You want to keep the current fstab file?") % ' ' % tr("(Y/N)"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
do {
|
||||
@@ -455,7 +455,7 @@ uchar systemback::restore()
|
||||
{
|
||||
printw(bstr("\n\n " % tr("Reinstall the GRUB 2 bootloader?") % ' ' % tr("(Y/N)"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
do {
|
||||
@@ -483,7 +483,7 @@ uchar systemback::restore()
|
||||
{
|
||||
printw(bstr("\n\n " % tr("Reinstall the GRUB 2 bootloader?") % ' ' % tr("(Y/N)"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
do {
|
||||
@@ -512,7 +512,7 @@ uchar systemback::restore()
|
||||
attron(COLOR_PAIR(3)),
|
||||
printw(bstr("\n\n " % tr("Start the restore?") % ' ' % tr("(Y/N)"))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
bool rstart(false);
|
||||
|
||||
@@ -552,7 +552,7 @@ uchar systemback::restore()
|
||||
attron(COLOR_PAIR(3)),
|
||||
printw(bstr("\n\n " % twrp(mthd < 3 ? tr("Press 'ENTER' key to reboot the computer, or 'Q' to quit.") : tr("Press 'ENTER' key to quit.")))),
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
|
||||
forever
|
||||
@@ -648,7 +648,7 @@ void systemback::progress(uchar status)
|
||||
}()));
|
||||
|
||||
attron(COLOR_PAIR(2)),
|
||||
mvprintw(LINES - 1, COLS - 13, "edmond, GPLv3"),
|
||||
mvprintw(LINES - 1, COLS - 13, "HamoniKR"),
|
||||
refresh();
|
||||
if(a < 3) sb::delay(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user