diff -Nru youker-assistant-3.0.1~201904291428/cleaner/cleanermainwidget.cpp youker-assistant-3.0.1~201905250005/cleaner/cleanermainwidget.cpp --- youker-assistant-3.0.1~201904291428/cleaner/cleanermainwidget.cpp 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/cleaner/cleanermainwidget.cpp 2019-05-24 07:48:18.000000000 +0000 @@ -47,7 +47,7 @@ cache_btn->setGeometry(QRect(10, 150, 260, 150)); // cache_btn->setFixedSize(260, 130); cache_btn->setStatusTip("cache"); - cache_btn->setLabelText(tr("System Cache"), tr("Cleanup cache of system, software-center, thumbnails and browser"));//系统缓存垃圾 清除包、软件中心、缩略图和浏览器缓存 + cache_btn->setLabelText(tr("System Cache"), tr("Cleans up cache of system"));//系统缓存垃圾 清除包、软件中心、缩略图和浏览器缓存 //子checkbox的状态被改变时,重新设置总按钮的状态 // connect(cache_items, SIGNAL(notifyMainCheckBox(int)), cache_btn, SLOT(resetMainStatus(int))); //点击按钮后,显示子页面 @@ -82,7 +82,7 @@ cookies_btn->setGeometry(QRect(320, 150, 260, 150)); // cookies_btn->setGeometry(QRect(630, 50, 260, 150)); // cookies_btn->setFixedSize(260, 130); - cookies_btn->setLabelText(tr("Cookies"), tr("Clean up user login information, support Firefox and Chromium browser"));//清除上网、游戏、购物等记录 + cookies_btn->setLabelText(tr("Cookies"), tr("Cleans up cookies in browser")); cookies_btn->setStatusTip("cookies"); //子checkbox的状态被改变时,重新设置总按钮的状态 // connect(cookies_items, SIGNAL(notifyMainCheckBox(int)), cookies_btn, SLOT(resetMainStatus(int))); @@ -100,7 +100,7 @@ // trace_btn->setGeometry(QRect(10, 240, 260, 150)); trace_btn->setGeometry(QRect(630, 150, 260, 150)); // trace_btn->setFixedSize(260, 130); - trace_btn->setLabelText(tr("History trace"), tr("Cleaning the internet and opened documents recently records"));//使用痕迹 清除浏览器和系统使用痕迹 + trace_btn->setLabelText(tr("History trace"), tr("Cleans up records of history")); trace_btn->setStatusTip("trace"); //子checkbox的状态被改变时,重新设置总按钮的状态 // connect(trace_items, SIGNAL(notifyMainCheckBox(int)), trace_btn, SLOT(resetMainStatus(int))); diff -Nru youker-assistant-3.0.1~201904291428/debian/changelog youker-assistant-3.0.1~201905250005/debian/changelog --- youker-assistant-3.0.1~201904291428/debian/changelog 2019-04-24 07:48:18.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/debian/changelog 2019-05-24 07:48:18.000000000 +0000 @@ -1,8 +1,8 @@ -youker-assistant (3.0.1~201904291428) disco; urgency=medium +youker-assistant (3.0.1~201905250005) disco; urgency=medium * Daily build. - -- ShuiLu Pi Wed, 24 Apr 2019 15:48:18 +0800 + -- handsome_feng Fri, 24 May 2019 15:48:18 +0800 youker-assistant (3.0.1-0ubuntu1) disco; urgency=medium @@ -12,6 +12,9 @@ * Fix the build error on disco. * youker-assistant & ukui-control-center conformity, remove function of beautify. (LP: #1755656) + * youker-assistant & ukui-control-center conformity, remove function of + startup + * correct syntax errors -- handsome_feng Mon, 25 Feb 2019 11:31:03 +0800 diff -Nru youker-assistant-3.0.1~201904291428/src/maintopwidget.cpp youker-assistant-3.0.1~201905250005/src/maintopwidget.cpp --- youker-assistant-3.0.1~201904291428/src/maintopwidget.cpp 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/maintopwidget.cpp 2019-05-24 07:48:18.000000000 +0000 @@ -350,8 +350,8 @@ void MainTopWidget::setLanguage() { - scan_button->setText(tr("Start Scan"));//开始扫描 - clean_button->setText(tr("Start Cleanup"));//开始清理 + scan_button->setText(tr("Scans"));//开始扫描 + clean_button->setText(tr("Cleans up"));//开始清理 back_button->setText(tr("Back")); doing_label->setText(tr("Scanning......"));//正在扫描...... @@ -360,7 +360,7 @@ scan_result_label->setText(tr("Scan Over")); } else { - suggest_label->setText(tr("Regular cleaning, let your computer remains the relaxed state"));//经常清理,让电脑保持最轻松的状态 + suggest_label->setText(tr("Cleans up history and caches")); } } diff -Nru youker-assistant-3.0.1~201904291428/src/mainwindow.cpp youker-assistant-3.0.1~201905250005/src/mainwindow.cpp --- youker-assistant-3.0.1~201904291428/src/mainwindow.cpp 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/mainwindow.cpp 2019-05-24 07:48:18.000000000 +0000 @@ -215,7 +215,7 @@ connect(setting_action_widget, SIGNAL(closeApp()), this, SLOT(closeYoukerAssistant())); setting_action_widget->setPalette(palette_back); setting_action_widget->setImage("://res/systemset.png"); - setting_action_widget->setTipMessage(tr("You can perform a full range of customized systems based on personal preferences")); + setting_action_widget->setTipMessage(tr("perform a full range of customizations systems based on your own personal preferences")); m_topStack->addWidget(setting_action_widget); box_action_widget = new TopBaseWidget(this); @@ -224,7 +224,7 @@ connect(box_action_widget, SIGNAL(closeApp()), this, SLOT(closeYoukerAssistant())); box_action_widget->setPalette(palette_back); box_action_widget->setImage("://res/toolkits.png"); - box_action_widget->setTipMessage(tr("Provide a practical and lightweight tool, create fast and convenient experience for you")); + box_action_widget->setTipMessage(tr("Provides lightweight tool and creates fast and convenient experience")); m_topStack->addWidget(box_action_widget); //middle diff -Nru youker-assistant-3.0.1~201904291428/src/pluginmanager.cpp youker-assistant-3.0.1~201905250005/src/pluginmanager.cpp --- youker-assistant-3.0.1~201904291428/src/pluginmanager.cpp 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/pluginmanager.cpp 2019-05-24 07:48:18.000000000 +0000 @@ -48,6 +48,8 @@ PluginInterface* interface = qobject_cast(plugin); if (interface) { QString guid = interface->getGuid(); + if (guid == "UBUNTU-KYLIN-STARTUP") + continue; plugin_map.insert(guid, pluginLoader); qDebug() << "The plugin interface is: " << interface; } diff -Nru youker-assistant-3.0.1~201904291428/src/res/qss/kylin-assistant.qss youker-assistant-3.0.1~201905250005/src/res/qss/kylin-assistant.qss --- youker-assistant-3.0.1~201904291428/src/res/qss/kylin-assistant.qss 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/res/qss/kylin-assistant.qss 2019-05-24 07:48:18.000000000 +0000 @@ -512,7 +512,7 @@ QListView::item:selected:!active { /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ABAFE5, stop: 1 #8588B2);*/ - background:#e9eef1; + /*background:#e9eef1;*/ } QListView::item:selected:active { diff -Nru youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_de.ts youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_de.ts --- youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_de.ts 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_de.ts 2019-05-24 07:48:18.000000000 +0000 @@ -204,6 +204,21 @@ CleanerMainWidget + + Cleans up cache of system + + + + + Cleans up cookies in browser + + + + + Cleans up records of history + + + Cleanup Package Cache @@ -239,11 +254,6 @@ - - Cleanup cache of system, software-center, thumbnails and browser - - - Cleanup the Cookies saving in Firefox @@ -264,11 +274,6 @@ - - Clean up user login information, support Firefox and Chromium browser - - - Clean up the Firefox Internet records @@ -304,11 +309,6 @@ - - Cleaning the internet and opened documents recently records - - - Please select the items you want to clean @@ -1022,16 +1022,6 @@ - - Start Scan - - - - - Start Cleanup - - - Back @@ -1055,8 +1045,18 @@ + + Cleans up + + + + + Scans + + + - Regular cleaning, let your computer remains the relaxed state + Cleans up history and caches @@ -1323,12 +1323,12 @@ - You can perform a full range of customized systems based on personal preferences + perform a full range of customizations systems based on your own personal preferences - Provide a practical and lightweight tool, create fast and convenient experience for you + Provides lightweight tool and creates fast and convenient experience @@ -1427,27 +1427,22 @@ MiddleWidget - + Home - + Cleanup - + Sysinfo - - Feature - - - - + Toolkits @@ -2817,8 +2812,8 @@ - - + + No select any file which need to be shredded @@ -2833,17 +2828,27 @@ - + + Select file + + + + + All Files(*) + + + + Select file! - + Shred successfully! - + Shred failed! diff -Nru youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_es.ts youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_es.ts --- youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_es.ts 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_es.ts 2019-05-24 07:48:18.000000000 +0000 @@ -204,6 +204,21 @@ CleanerMainWidget + + Cleans up cache of system + + + + + Cleans up cookies in browser + + + + + Cleans up records of history + + + Cleanup Package Cache @@ -239,11 +254,6 @@ - - Cleanup cache of system, software-center, thumbnails and browser - - - Cleanup the Cookies saving in Firefox @@ -264,11 +274,6 @@ - - Clean up user login information, support Firefox and Chromium browser - - - Clean up the Firefox Internet records @@ -304,11 +309,6 @@ - - Cleaning the internet and opened documents recently records - - - Please select the items you want to clean @@ -1022,16 +1022,6 @@ - - Start Scan - - - - - Start Cleanup - - - Back @@ -1055,8 +1045,18 @@ + + Cleans up + + + + + Scans + + + - Regular cleaning, let your computer remains the relaxed state + Cleans up history and caches @@ -1323,12 +1323,12 @@ - You can perform a full range of customized systems based on personal preferences + perform a full range of customizations systems based on your own personal preferences - Provide a practical and lightweight tool, create fast and convenient experience for you + Provides lightweight tool and creates fast and convenient experience @@ -1427,27 +1427,22 @@ MiddleWidget - + Home - + Cleanup - + Sysinfo - - Feature - - - - + Toolkits @@ -2817,8 +2812,8 @@ - - + + No select any file which need to be shredded @@ -2833,17 +2828,27 @@ - + + Select file + + + + + All Files(*) + + + + Select file! - + Shred successfully! - + Shred failed! diff -Nru youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_fr.ts youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_fr.ts --- youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_fr.ts 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_fr.ts 2019-05-24 07:48:18.000000000 +0000 @@ -204,6 +204,21 @@ CleanerMainWidget + + Cleans up cache of system + + + + + Cleans up cookies in browser + + + + + Cleans up records of history + + + Cleanup Package Cache @@ -239,11 +254,6 @@ - - Cleanup cache of system, software-center, thumbnails and browser - - - Cleanup the Cookies saving in Firefox @@ -264,11 +274,6 @@ - - Clean up user login information, support Firefox and Chromium browser - - - Clean up the Firefox Internet records @@ -304,11 +309,6 @@ - - Cleaning the internet and opened documents recently records - - - Please select the items you want to clean @@ -1022,16 +1022,6 @@ - - Start Scan - - - - - Start Cleanup - - - Back @@ -1055,8 +1045,18 @@ + + Cleans up + + + + + Scans + + + - Regular cleaning, let your computer remains the relaxed state + Cleans up history and caches @@ -1323,12 +1323,12 @@ - You can perform a full range of customized systems based on personal preferences + perform a full range of customizations systems based on your own personal preferences - Provide a practical and lightweight tool, create fast and convenient experience for you + Provides lightweight tool and creates fast and convenient experience @@ -1427,27 +1427,22 @@ MiddleWidget - + Home - + Cleanup - + Sysinfo - - Feature - - - - + Toolkits @@ -2817,8 +2812,8 @@ - - + + No select any file which need to be shredded @@ -2833,17 +2828,27 @@ - + + Select file + + + + + All Files(*) + + + + Select file! - + Shred successfully! - + Shred failed! diff -Nru youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_ru.ts youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_ru.ts --- youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_ru.ts 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_ru.ts 2019-05-24 07:48:18.000000000 +0000 @@ -204,6 +204,21 @@ CleanerMainWidget + + Cleans up cache of system + + + + + Cleans up cookies in browser + + + + + Cleans up records of history + + + Cleanup Package Cache @@ -239,11 +254,6 @@ - - Cleanup cache of system, software-center, thumbnails and browser - - - Cleanup the Cookies saving in Firefox @@ -264,11 +274,6 @@ - - Clean up user login information, support Firefox and Chromium browser - - - Clean up the Firefox Internet records @@ -304,11 +309,6 @@ - - Cleaning the internet and opened documents recently records - - - Please select the items you want to clean @@ -1022,16 +1022,6 @@ - - Start Scan - - - - - Start Cleanup - - - Back @@ -1055,8 +1045,18 @@ + + Cleans up + + + + + Scans + + + - Regular cleaning, let your computer remains the relaxed state + Cleans up history and caches @@ -1323,12 +1323,12 @@ - You can perform a full range of customized systems based on personal preferences + perform a full range of customizations systems based on your own personal preferences - Provide a practical and lightweight tool, create fast and convenient experience for you + Provides lightweight tool and creates fast and convenient experience @@ -1427,27 +1427,22 @@ MiddleWidget - + Home - + Cleanup - + Sysinfo - - Feature - - - - + Toolkits @@ -2817,8 +2812,8 @@ - - + + No select any file which need to be shredded @@ -2833,17 +2828,27 @@ - + + Select file + + + + + All Files(*) + + + + Select file! - + Shred successfully! - + Shred failed! Binary files /tmp/tmpsc27oc/6V75aCMmyZ/youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_zh_CN.qm and /tmp/tmpsc27oc/Cu1rMPIkRA/youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_zh_CN.qm differ diff -Nru youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_zh_CN.ts youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_zh_CN.ts --- youker-assistant-3.0.1~201904291428/src/translation/kylin-assistant_zh_CN.ts 2019-04-24 03:06:27.000000000 +0000 +++ youker-assistant-3.0.1~201905250005/src/translation/kylin-assistant_zh_CN.ts 2019-05-24 07:48:18.000000000 +0000 @@ -207,6 +207,21 @@ CleanerMainWidget + + Cleans up cache of system + 清理系统缓存 + + + + Cleans up cookies in browser + 清理浏览器缓存 + + + + Cleans up records of history + 清理历史记录 + + Cleanup Package Cache 清理包缓存 @@ -242,9 +257,8 @@ 系统缓存 - Cleanup cache of system, software-center, thumbnails and browser - 清除包、缩略图和浏览器缓存等 + 清除包、缩略图和浏览器缓存等 @@ -267,9 +281,8 @@ Cookies - Clean up user login information, support Firefox and Chromium browser - 清除上网、游戏、购物等记录 + 清除上网、游戏、购物等记录 @@ -307,9 +320,8 @@ 历史痕迹 - Cleaning the internet and opened documents recently records - 清除浏览器和系统使用痕迹 + 清除浏览器和系统使用痕迹 @@ -1025,14 +1037,12 @@ 麒麟助手 - Start Scan - 开始扫描 + 开始扫描 - Start Cleanup - 开始清理 + 开始清理 @@ -1058,9 +1068,23 @@ 扫描完成 - Regular cleaning, let your computer remains the relaxed state - 经常清理,让电脑保持最轻松的状态 + 经常清理,让电脑保持最轻松的状态 + + + + Scans + 扫描 + + + + Cleans up + 清理 + + + + Cleans up history and caches + 清理历史记录及系统缓存 @@ -1326,13 +1350,21 @@ - You can perform a full range of customized systems based on personal preferences - 您可以根据个人喜好对系统进行全方位的定制 + perform a full range of customizations systems based on your own personal preferences + 根据个人喜好对系统进行全方位的定制 + Provides lightweight tool and creates fast and convenient experience + 提供轻量化工具,打造快捷方便的体验 + + + You can perform a full range of customized systems based on personal preferences + 您可以根据个人喜好对系统进行全方位的定制 + + Provide a practical and lightweight tool, create fast and convenient experience for you - 提供轻巧使用工具,为您打造快捷方便的体验 + 提供轻巧使用工具,为您打造快捷方便的体验 @@ -1431,27 +1463,26 @@ MiddleWidget - + Home 麒麟首页 - + Cleanup 系统清理 - + Sysinfo 系统信息 - Feature - 系统美化 + 系统美化 - + Toolkits 功能大全 @@ -2823,8 +2854,8 @@ - - + + No select any file which need to be shredded 没有选择需要粉碎的文件 @@ -2839,17 +2870,27 @@ 取消粉碎 - + + Select file + 选择文件 + + + + All Files(*) + 全部文件(*) + + + Select file! 选择文件! - + Shred successfully! 粉碎成功! - + Shred failed! 粉碎失败!