Commit Graph

3042 Commits

Author SHA1 Message Date
Nodir Temirkhodjaev
c88ee76646 UI: qAsConst() is deprecated since Qt 6.6, Part 2
Use std::as_const().
2023-07-23 14:51:51 +03:00
Nodir Temirkhodjaev
d03be97191 UI: Update translations 2023-07-23 14:43:14 +03:00
Nodir Temirkhodjaev
fc95cd7f74 UI: Rename "Stop ..." to "Block ..." 2023-07-23 14:26:55 +03:00
Nodir Temirkhodjaev
49fb5cb2f9 UI: TranslationManager: Refactor language initialization 2023-07-23 13:30:20 +03:00
Nodir Temirkhodjaev
b9d2d5f26f UI: qAsConst() is deprecated since Qt 6.6
Use std::as_const().
2023-07-23 13:23:17 +03:00
Nodir Temirkhodjaev
9522c89523 UI: Options: Add "Use System Regional Settings" flag 2023-07-23 12:59:06 +03:00
Nodir Temirkhodjaev
512d2ae0b8 UI: Update Chinese translation 2023-07-22 15:26:21 +03:00
Nodir Temirkhodjaev
8eb7fb3cf0 UI: Bump version 2023-07-17 20:13:22 +03:00
Nodir Temirkhodjaev
b6dccb15ce Add ChangeLog 2023-07-17 19:54:19 +03:00
Nodir Temirkhodjaev
6bfcac956b UI: Conf: Fix app paths migration 2023-07-17 17:53:26 +03:00
Nodir Temirkhodjaev
e1f2ae84fa UI: FileUtil: Simplify pathToKernelPath() 2023-07-17 15:47:51 +03:00
Nodir Temirkhodjaev
99d5295e81 UI: Fix "System" path handling 2023-07-17 15:22:05 +03:00
Nodir Temirkhodjaev
4d760b9776 Tests: Fix tests 2023-07-17 14:20:35 +03:00
Nodir Temirkhodjaev
9699d520eb UI: Conf: Improve app paths migration 2023-07-17 14:20:25 +03:00
Nodir Temirkhodjaev
004e5b4dc4 UI: Options: App Groups: Simplify duplicated code 2023-07-16 16:37:52 +03:00
Nodir Temirkhodjaev
c697019477 UI: OptionsPage::onAboutToSave: Simplify the conditional 2023-07-13 16:41:56 +03:00
Nodir Temirkhodjaev
dc0bb966ef UI: FortSettings::writeConfIniOptions: Simplify the conditional 2023-07-13 16:37:19 +03:00
Nodir Temirkhodjaev
47f78f9139 UI: Bump version 2023-07-13 14:34:41 +03:00
Nodir Temirkhodjaev
b8cd550070 Add ChangeLog 2023-07-12 20:04:33 +03:00
Nodir Temirkhodjaev
45b2c7289c UI: Run scripts in minimized window 2023-07-12 16:29:24 +03:00
Nodir Temirkhodjaev
ac696bc065 UI: App: Add "appOriginPath" field 2023-07-12 16:29:08 +03:00
Nodir Temirkhodjaev
69a9ada863 Add ChangeLog 2023-07-11 14:52:39 +03:00
Nodir Temirkhodjaev
36d559b9ec UI: Programs: Accept File Drops 2023-07-11 14:38:51 +03:00
Nodir Temirkhodjaev
96e4e6a527 Add ChangeLog 2023-07-11 13:47:52 +03:00
Nodir Temirkhodjaev
03e4368cd4 UI: Auto-install driver in portable mode 2023-07-11 13:04:50 +03:00
Nodir Temirkhodjaev
7224c81664 UI: RegKey: Refactor setValue() 2023-07-11 12:49:36 +03:00
Nodir Temirkhodjaev
36eaac6f00 UI: "no-cache" can't be used with service 2023-07-10 20:14:32 +03:00
Nodir Temirkhodjaev
5de690a266 UI: Add "-i boot_filter" argument 2023-07-10 16:25:09 +03:00
Nodir Temirkhodjaev
bd98365a99 UI: RegKey: Simplify setValue() 2023-07-10 14:50:08 +03:00
Nodir Temirkhodjaev
4d89e9e7f1 UI: TrafListModel: Refactor code duplication 2023-07-10 14:35:58 +03:00
Nodir Temirkhodjaev
230284a465 Driver: fortcnf: Simplify fort_conf_ref_exe_add_path_locked() 2023-07-09 18:48:10 +03:00
Nodir Temirkhodjaev
13c165c5a5 UI: NetDownloader: Simplify start() 2023-07-09 18:27:46 +03:00
Nodir Temirkhodjaev
bacb042267 Driver: fortstat: Simplify fort_flow_context_remove_id() 2023-07-09 18:15:52 +03:00
Nodir Temirkhodjaev
812e2d32e2 Driver: fortps: Simplify fort_pstree_notify_process() 2023-07-09 17:59:28 +03:00
Nodir Temirkhodjaev
7554b735de Driver: fortcout: Check "ServiceTag" on Windows 10+ (TODO) 2023-07-09 17:50:59 +03:00
Nodir Temirkhodjaev
b9067be4ba Driver: Move "wildmatch.*" files to "3rdparty/wildmatch/" 2023-07-07 12:52:21 +03:00
Nodir Temirkhodjaev
71efd8db04 UI: LogManager: Simplify processLogEntry() 2023-07-06 14:15:12 +03:00
Nodir Temirkhodjaev
9d1f0ada93 UI: ConfManager: Simplify complex conditional 2023-07-06 13:59:37 +03:00
Nodir Temirkhodjaev
b099e27b80 Driver: fortutl: Simplify complex conditionals 2023-07-06 13:50:46 +03:00
Nodir Temirkhodjaev
51abda843c Driver: fortprov: Simplify fort_prov_register() 2023-07-06 13:36:31 +03:00
Nodir Temirkhodjaev
dd4c59245e UI: AppInfoManager:: Simplify complex functions 2023-07-05 18:12:13 +03:00
Nodir Temirkhodjaev
65109de488 UI: WorkerManager:: Simplify complex conditionals 2023-07-05 17:32:11 +03:00
Nodir Temirkhodjaev
19e1f417e3 UI: FileUtil: Simplify pathToKernelPath() 2023-07-03 16:15:56 +03:00
Nodir Temirkhodjaev
3e399e7e79 UI: Bump version 2023-07-03 15:55:51 +03:00
Nodir Temirkhodjaev
ca03286480 Add ChangeLog 2023-07-03 15:09:18 +03:00
Nodir Temirkhodjaev
cba9e7156a UI: HomeWindow::saveWindowState: Fix typo 2023-07-03 14:37:15 +03:00
Nodir Temirkhodjaev
04d82d2350 UI: ServiceInfo: Add "serviceType" field 2023-07-03 13:44:10 +03:00
Nodir Temirkhodjaev
b40baffe54 UI: RpcManager::sendCommandDataToClients: Set thread busy 2023-06-26 13:53:08 +03:00
Nodir Temirkhodjaev
04dd18d6f0 Add ChangeLog 2023-06-21 13:16:33 +03:00
Nodir Temirkhodjaev
b562e4d848 UI: ServiceInfoManager: Simplify getServiceInfoList() 2023-06-19 14:28:50 +03:00