Commit Graph

2557 Commits

Author SHA1 Message Date
okrc 038fb22cff
Clean up the invalid values that do not exist for m_Collapsed.
Clean up the invalid Box names in BoxDisplayOrder.
2022-09-20 11:40:28 +08:00
github-actions[bot] 05259aff08 Update SBIE language reports (RunReport) 2022-09-20 01:37:00 +00:00
isaak654 491d80fd60
Changelog fixes 2022-09-19 22:46:13 +02:00
DavidXanatos f97db01c22
Update CHANGELOG.md 2022-09-19 22:32:48 +02:00
DavidXanatos e475c889ac 1.3.4 2022-09-19 21:32:41 +02:00
Hulen f0a5f51489
Update Text-TradChinese-1028.txt 2022-09-19 20:39:55 +02:00
DavidXanatos f8877ab5b2 1.3.4 2022-09-19 18:39:32 +02:00
isaak654 7df8539079
Update CHANGELOG.md 2022-09-19 12:50:33 +02:00
DavidXanatos 4420ba4448 Update Templates.ini 2022-09-19 12:02:53 +02:00
DavidXanatos 6686aa14cc Update netfw.c 2022-09-19 08:50:57 +02:00
DavidXanatos 4555bd4968 small rollback 2022-09-19 08:33:49 +02:00
DavidXanatos 5f0351464a 1.3.4 2022-09-19 08:29:54 +02:00
github-actions[bot] 1bc2da8113 Sync SBIE Plus language files (lupdate) 2022-09-19 01:38:58 +00:00
isaak654 c884cb7e60
Mark VPNTunnel template as deprecated
It was removed in 7dc00a8898
2022-09-18 13:38:48 +02:00
isaak654 76a00238ed
Changelog fixes 2022-09-18 13:29:12 +02:00
DavidXanatos 2e99740ed6 Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie 2022-09-18 11:17:56 +02:00
DavidXanatos e1b11d5543 1.3.4 2022-09-18 11:17:42 +02:00
DavidXanatos 1ba4b271fa
Merge pull request #2245 from okrc/okrc-patch-1
Update SbieView.cpp
2022-09-18 11:09:27 +02:00
DavidXanatos da7bda3edd Update OptionsAccess.cpp 2022-09-18 11:08:14 +02:00
okrc 172e10a097
Update SbieView.cpp 2022-09-18 16:54:38 +08:00
DavidXanatos 572fb7d3cf 1.3.4 2022-09-18 10:52:18 +02:00
DavidXanatos bb21d34df8 Update OptionsAccess.cpp 2022-09-18 10:39:48 +02:00
DavidXanatos 7dc00a8898 1.3.4 2022-09-18 10:32:09 +02:00
Hulen 2d5ff2d528
Update sandman_zh_TW.ts 2022-09-18 10:30:15 +02:00
Sebastian G 40e1097b0c
Update sandman_de.ts 2022-09-18 10:21:09 +02:00
github-actions[bot] 6ada63bc7d Sync SBIE Plus language files (lupdate) 2022-09-18 01:37:38 +00:00
DavidXanatos 5275277421 Update SandMan.cpp 2022-09-17 22:19:14 +02:00
DavidXanatos 7fa6e2e035 1.3.4 2022-09-17 22:16:58 +02:00
DavidXanatos f0f3001ee7
Merge pull request #2234 from okrc/okrc-patch-2
Cleanup configuration
2022-09-17 22:00:51 +02:00
DavidXanatos 3bcab8ab50 WinUI fix 2022-09-17 21:59:11 +02:00
Hulen e7217574c9
Update sandman_zh_TW.ts 2022-09-17 20:18:24 +02:00
okrc e6fdde10eb
Restore some changes. 2022-09-16 15:37:22 +08:00
DavidXanatos e5d1fab9ed 1.3.4 2022-09-16 08:23:06 +02:00
DavidXanatos a328b42aed
Merge pull request #2227 from okrc/master
Fixed an issue where items were moved to the wrong group.
2022-09-16 08:22:36 +02:00
okrc c19bda4416
Update SbieView.cpp 2022-09-16 07:34:31 +08:00
okrc a8cdb40295
Update SbieView.cpp
Disable the use of these characters for the Box Group name, which can cause some exceptions.
2022-09-16 07:31:13 +08:00
okrc 379ffa750a
Update SbieView.cpp 2022-09-16 05:57:02 +08:00
okrc b20c87569f
Update SbieView.cpp 2022-09-16 05:45:35 +08:00
VenusGirl❤ d4fd1170a1
Update Text-Korean-1042.txt 2022-09-15 11:41:12 +02:00
okrc 3e406dc4ee
Update SbieView.cpp 2022-09-15 17:01:16 +08:00
okrc 04792c218f
Fix SizeCache
Delete cleans up old data when the sandbox is renamed.
I hope to delete or refuse to write Size by default when m_TotalSize is 0. This avoids extra cleanup work.
Fix https://github.com/sandboxie-plus/Sandboxie/issues/2231
2022-09-15 16:24:15 +08:00
okrc e254b95cb2
Update SbieView.cpp
Fix https://github.com/sandboxie-plus/Sandboxie/issues/2231
OldValue should be the underlined version, which should be in the same format as m_Groups Value. Otherwise OldValue can never be found in m_Groups.
Fix BoxDisplayOrder not being refreshed in time when renaming and deleting sandbox operations.
2022-09-15 16:09:48 +08:00
okrc 138387328a
Update SbieView.cpp
Fix https://github.com/sandboxie-plus/Sandboxie/issues/2231
When creating groups nested within groups, m_Groups.append ran twice and now removes a value.
2022-09-15 16:01:54 +08:00
okrc c0e864b817
Update SbieView.cpp
Fix https://github.com/sandboxie-plus/Sandboxie/issues/2231
Fix the issue that BoxCollapsedView is not refreshed in time when groups are renamed and deleted.
2022-09-15 15:58:41 +08:00
isaak654 3d29d17199
Update .gitattributes 2022-09-14 11:27:25 +02:00
Zerorigin cdc0d121ce
Add .gitattributes
Add .gitattributes to avoid Encoding and EOL formatting changes.

Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
2022-09-13 14:25:29 +02:00
VenusGirl❤ f2b2251d28
Update sandman_ko.ts 2022-09-13 10:15:51 +02:00
okrc 2065874502
Update SbieView.cpp
Fix https://github.com/sandboxie-plus/Sandboxie/issues/2225
2022-09-13 09:46:53 +08:00
okrc 1b036a4e05
Update winget.yml 2022-09-13 01:02:03 +02:00
DavidXanatos a4c07fbc32
Update CHANGELOG.md 2022-09-12 19:49:19 +02:00