Commit Graph
100 Commits
Author SHA1 Message Date
Leency b986b99735 Laser Tank: fix window height for a various skin height
Build system / Check kernel codestyle (pull_request) Successful in 32s
Build system / Build (pull_request) Successful in 5m2s
2025-03-26 01:38:49 +02:00
Leency 92f9d76f14 welcome.htm and related stuff (fix #20)
Build system / Check kernel codestyle (pull_request) Successful in 33s
Build system / Build (pull_request) Successful in 6m43s
- welcome.htm (ENG) uploaded
- signs.png uploaded and added to ISO
- rotate Kolibri in all icons to look forward
2025-03-18 16:21:01 +01:00
Leency 4e903ce12b kiv: show image bpp in win header
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 6m20s
2025-03-17 22:24:04 +01:00
Leency 4d30fd7a2b Eolite 5.29: Fixed bug in "Apply to all files?" dialog
Build system / Check kernel codestyle (pull_request) Successful in 47s
Build system / Build (pull_request) Successful in 5m43s
- line height can no longer be smaller than icon size;
- fixed bug with edit box activation under "Apply to all files?" dialog;
- updated dates;
- fixed kfont initialization.
2025-03-17 18:22:15 +03:00
Leency 292bd1d739 webview 3.85: fix a specific case when col width was calculated wrong
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 5m16s
2025-03-17 11:50:17 +01:00
Leency 1a756358f5 webview 3.84
- tagicon support
- draw_buf => BufIsInvalid() add check
2025-03-17 11:50:17 +01:00
Leency 009c0d0519 webview-3.83
- fixed collection.h that caused webview crash
- fix rolled-up bug
- add special symbol from builds.kolibrios.org/status.html
2025-03-17 11:50:17 +01:00
Leency 72196f42de Palitra(branch): UI and code refactoring. Fix a lot of issues (#154)
- Fixed the ID of the buttons, made the window always on top;
- Removed the visible rectangle when clicking on the palette;
- Fixed the position of the picker and palette buttons.

Reviewed-on: #154
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-17 10:54:19 +01:00
Leency 714cc0a65c cmm menu: fix marker
Build system / Check kernel codestyle (pull_request) Successful in 23s
Build system / Build (pull_request) Successful in 5m0s
2025-03-15 23:28:13 +01:00
Leency 784b02b4a4 3dcube: get rid of unnecessary files, refined build.bat and tupfile
Build system / Check kernel codestyle (pull_request) Successful in 32s
Build system / Build (pull_request) Successful in 5m36s
2025-03-15 14:54:46 +01:00
Leency 4f1a8ef9a1 kf_font_viewer gets to be a part of syspanel
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Successful in 5m28s
Syspanel gets bigger in less than 1 sector and we still have kf viewer in the IMG
2025-03-14 21:31:22 +01:00
Leency 93f12c7673 allow applications to work nicely without .kf files
Build system / Check kernel codestyle (pull_request) Successful in 37s
Build system / Build (pull_request) Successful in 7m45s
2025-03-14 21:10:49 +01:00
Leency 36ce6f0b74 Eolite 5.28
Build system / Check kernel codestyle (pull_request) Successful in 40s
Build system / Build (pull_request) Successful in 5m34s
- deny renaming folder '..'
- 'show status bar' option removed
- add option 'bold font'
- Quark view changed to HEX View
2025-03-12 12:27:18 +01:00
LeencyandMax Logaev <maxlogaev@proton.me 81b15607dc Apps/barcfg: Added bars_8b.raw
Build system / Check kernel codestyle (pull_request) Successful in 45s
Build system / Build (pull_request) Successful in 5m41s
Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
LeencyandMax Logaev <maxlogaev@proton.me 30d8d45326 Data: Move kf_font_viewer to ISO
- Added testcon2_eng to IMG;
- use_mb was removed from IMG because it was not used.

Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
LeencyandMax Logaev <maxlogaev@proton.me 9a23c001e1 Data: Added hotkeys for change sound volume and mute/unmute sound
- Added Ctrl + Alt + Left / Right - change sound volume;
- Added Ctrl + Alt + Up / Down - mute and unmute sound;
- Corrected description.

Co-authored-by: Max Logaev <maxlogaev@proton.me
2025-03-10 23:11:33 +01:00
Leency 64b7372624 Apps/eolite: Version 5.27
Build system / Check kernel codestyle (pull_request) Successful in 31s
Build system / Build (pull_request) Successful in 4m53s
- Choose first file on ctrl selection.
- Set static position for maximized window:
  https://github.com/KolibriOS/kolibrios/issues/9
2025-03-10 22:28:44 +01:00
Leency 5a852ebdfb Apps/webview: Version 3.82. Fixed text rendering, speedup (#130)
Build system / Check kernel codestyle (push) Successful in 28s
Build system / Build (push) Successful in 8m2s
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
2025-03-10 20:28:52 +01:00
Leency 38fdd13e0c Added charset_checker app to IMG instead of asciivju and keyascii 2025-03-07 23:25:14 +03:00
Leency 1df7b2fd4c Apps/webview: Version 3.8. Fixed <p>, new h3 style
Build system / Check kernel codestyle (push) Successful in 29s
Build system / Build (push) Has been cancelled
- `cmm/lib/collection.h`: fixed memory leak, more safe, optimizations;
- webview: mostly fix <p>, new h3 style, some other updates.

Reviewed-on: #115
2025-03-07 03:00:49 +03:00
Leency 8c9a971e2c Libs/cmm: Fixed return type for GetProcessInfo() 2025-03-02 12:10:08 +01:00
Leency 5aa17d5823 Apps/webview: Fixed parse tag param and use Bing search
- Fixed parse case of tag param like "attr = value";
- Use the default Bing search as it only supports HTTP.
2025-03-02 12:10:08 +01:00
Leency 4d6ef342e1 Apps/webview: Fixed issue #100 2025-03-02 12:10:08 +01:00
Leency 8e5b315fd4 Apps: Fix webview and downloader issue #22
- Fix #22 in both webview and downloader;
- Get rid of app mode in webview;
- Fix update link for webview.
2025-03-02 12:10:08 +01:00
Leencyandmxlgv 1525cb7e37 Apps/cedit: Improved tab visuals
- Improved tab visuals;
- Fixed scroll.ob07 file name;
- Updated binary (27-feb-2025).

Co-authored-by: Max Logaev <maxlogaev@proton.me>
2025-02-28 14:27:08 +01:00
Leency bad1a3c3ca Data: Replace Testris icon from NintendoDS by a taldariner's 2025-02-27 01:31:53 +01:00
Leency b1d8436000 Data: By default use CodeEdit instead of Tinypad 2025-02-27 01:31:53 +01:00
Leency 3da226faf6 Data: Fixed issue #24 2025-02-27 01:31:53 +01:00
Leency 70297cd8f4 Libs/cmm: Use the actual number of processes instead of the max 2025-02-27 01:03:29 +01:00
Leency bf9f7d2a19 Apps/downloader: Improved UI
Fixed an issue in the UI: The user does not realize that the file
has already been downloaded and may want to click "Download" again.
2025-02-27 02:22:53 +03:00
Leency d91cb7946f https://board.kolibrios.org/viewtopic.php?p=79329#79912
NTFS fix for sf 70.3 by Pathoswithin (non-tested) => Doczom please check if you can

git-svn-id: svn://kolibrios.org@9953 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-12 01:11:26 +00:00
Leency f09b60cdf3 move dgen to a proper place of Tupfile (by turbocat)
git-svn-id: svn://kolibrios.org@9939 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-09-21 20:45:54 +00:00
Leency cc4e120366 Starting Blue screen:
- The next message was improved: "New settings have been applied. Do you want to record them for the future boots? Answer 'yes' only if your booting device is writable." to avoid users saving changes on CD. This is a bug 'cos normally such behaviour must be handeled in the code http://board.kolibrios.org/viewtopic.php?p=80012#p80012
- Hide option "Create blank image" which is outdated now

git-svn-id: svn://kolibrios.org@9938 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-09-13 23:43:36 +00:00
Leency ec85113589 Add DGEN (Sega) emulator to menu.dat of actual builds
git-svn-id: svn://kolibrios.org@9937 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-09-13 23:29:37 +00:00
Leency c682acbe2f NDN: upload a new version v3.00.0008 2022-12-26 from http://ndn.muxe.com/download/
git-svn-id: svn://kolibrios.org@9905 a494cfbc-eb01-0410-851d-a64ba20cac60
2023-03-04 17:16:26 +00:00
Leency dc703cf1c0 Pipet 2.0: sexy UI with copying RGB
git-svn-id: svn://kolibrios.org@9854 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-30 22:32:00 +00:00
Leency 3f639aee93 Eolite: fix draw performance issue (thanks Mario for the reported issue)
git-svn-id: svn://kolibrios.org@9853 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-28 22:24:27 +00:00
Leency 0aaf601ced fix artifacts when using resize feature
git-svn-id: svn://kolibrios.org@9852 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-27 22:14:09 +00:00
Leency 775a5af582 imgedit: fix rotating issue
git-svn-id: svn://kolibrios.org@9851 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-06-27 22:07:14 +00:00
Leency cde7c5bb44 fix lable name
git-svn-id: svn://kolibrios.org@9712 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-09 22:56:15 +00:00
Leency ef08bb2ad0 menu.dat: fix @reshare path (as @-items are parsed as section names)
git-svn-id: svn://kolibrios.org@9711 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-09 22:40:12 +00:00
Leency 28bfa13e88 fix prior
git-svn-id: svn://kolibrios.org@9694 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 23:22:57 +00:00
Leency 684ee81f3e Eolite: show correct size in bytes in Properties dialog (thanks Mario for the code snippet)
git-svn-id: svn://kolibrios.org@9693 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 23:16:38 +00:00
Leency 2e3c29de7d Eolite:
- do not autorefresh folder on FD and CD disks
- if /kolibrios is mounted than set a var and do not reread it further
- increase refresh disk and folder timeout to 1.5 seconds

git-svn-id: svn://kolibrios.org@9689 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 16:41:02 +00:00
Leency dd4011f6d1 use old geode binnary instead of autobuild version that is not working
git-svn-id: svn://kolibrios.org@9688 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:56:22 +00:00
Leency 4bd09002c4 rename binnary: geode.drv => geode.sys
git-svn-id: svn://kolibrios.org@9687 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:52:50 +00:00
Leency 61c09b6628 add knmap binnary to IMG
git-svn-id: svn://kolibrios.org@9686 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 15:43:16 +00:00
Leency 80ae64dc44 fNav: update assoc (thanks for passerby report)
Eolite: half-fix of a fise display in Properties dialog for files bigger than 4 Gb (thanks for Mario report)

git-svn-id: svn://kolibrios.org@9685 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-02-06 11:44:40 +00:00
Leency a5a471e9ed INSTALL.TXT: add a note about manual bootloader install according to passerby2012 notice
git-svn-id: svn://kolibrios.org@9678 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-31 22:42:33 +00:00
Leency 0d8f5227de NDN for KolibriOS v3.00.0007 (2022-01-23) by CandyMan
git-svn-id: svn://kolibrios.org@9677 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-30 10:57:10 +00:00
Leency 90ee9eb9e9 upload fix kerpack.inc by Mario
git-svn-id: svn://kolibrios.org@9676 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-30 08:22:32 +00:00
Leency 348cd4ad99 kfar.ini: fix assoc
git-svn-id: svn://kolibrios.org@9660 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-23 19:46:37 +00:00
Leency 361657b326 ImgEdit: add scale feature
git-svn-id: svn://kolibrios.org@9644 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 20:30:04 +00:00
Leency dbd52c5074 ImgEdit: first release version with the basic funcionality
Appearance: fixes


git-svn-id: svn://kolibrios.org@9643 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 16:31:40 +00:00
Leency b4a6b076d8 add KMatrix into Appearance app
git-svn-id: svn://kolibrios.org@9640 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-15 12:38:25 +00:00
Leency 09089615eb Eolite: show timestamps in Properties dialog
git-svn-id: svn://kolibrios.org@9636 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 20:04:36 +00:00
Leency f2e87fdd55 lib/events.h: use structure collection_int instead of unstable Array
git-svn-id: svn://kolibrios.org@9635 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 19:34:48 +00:00
Leency b31ece4fbd small refactoring
git-svn-id: svn://kolibrios.org@9634 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 08:48:57 +00:00
Leency 56780f0f36 imgedit: wip
git-svn-id: svn://kolibrios.org@9633 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 08:45:27 +00:00
Leency 8ac91f55d4 skincfg: fix http://board.kolibrios.org/viewtopic.php?p=77963#p77963
imgedit: wip 

git-svn-id: svn://kolibrios.org@9632 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-14 07:12:38 +00:00
Leency 7592583563 do not include config.inc into IMG, use var in macros.inc as it was before
webview: more peach default bg

git-svn-id: svn://kolibrios.org@9604 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 10:00:41 +00:00
Leency 72a08bbee2 fix build, add info icon, pack fnav/about.txt
git-svn-id: svn://kolibrios.org@9603 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 09:35:31 +00:00
Leency 36e64a3f84 cmm: mass renaming
git-svn-id: svn://kolibrios.org@9602 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-09 06:36:16 +00:00
Leency 61980e7ae3 kf_view: refactoring (-2 img sectors)
git-svn-id: svn://kolibrios.org@9601 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 22:36:47 +00:00
Leency eb8c7e7663 fix build
git-svn-id: svn://kolibrios.org@9598 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 20:22:10 +00:00
Leency a689de57c5 ImageEdit: work in progress
git-svn-id: svn://kolibrios.org@9597 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 19:52:20 +00:00
Leency d747c5fb18 fix build
git-svn-id: svn://kolibrios.org@9596 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:17:51 +00:00
Leency 75a5fd5619 rename @HOTANGLES to @HA to fit into 8.3
git-svn-id: svn://kolibrios.org@9595 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 18:15:46 +00:00
Leency 8d7c71d76f @reshare: add UI window, there you can see icon numbers btw
various fixes

git-svn-id: svn://kolibrios.org@9594 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-08 17:31:08 +00:00
Leency 00d6588c05 SysMon: better key control, save ini
git-svn-id: svn://kolibrios.org@9584 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-06 22:02:02 +00:00
Leency 512e7907ed Sysmon: add a button to hide and show sensors (but it do not remember its state after app reopen)
git-svn-id: svn://kolibrios.org@9581 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 23:18:43 +00:00
Leency 59d0c5206e Eolite: fix
git-svn-id: svn://kolibrios.org@9580 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 21:36:44 +00:00
Leency 465adf4615 add flac, ogg and minimp3 libraries to ISO
git-svn-id: svn://kolibrios.org@9578 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 20:38:57 +00:00
Leency 31c56c9a2c Eolite 5.2:
- show icon 32x32 in Properties window
- fix "Contains:" value in Properties window
- do not read ini file each time when we draw an icon, instead use a collection with a cached values

git-svn-id: svn://kolibrios.org@9576 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-05 20:24:25 +00:00
Leency fabf303b3e games.ini: fixed path for Tyrian game
git-svn-id: svn://kolibrios.org@9572 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-04 22:12:13 +00:00
Leency 2325fc5d35 new palitra: update UI
git-svn-id: svn://kolibrios.org@9542 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-01 14:48:03 +00:00
Leency 7b02f7b61d Palitra: update by Vaicheslav97
git-svn-id: svn://kolibrios.org@9541 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-31 20:07:08 +00:00
Leency 89cd2db0bd end: -1 sector
git-svn-id: svn://kolibrios.org@9540 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-31 19:59:28 +00:00
Leency 182c486f2a app+: build image instead of using real image (-1 img sector)
diff: -1 img sector

git-svn-id: svn://kolibrios.org@9539 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-31 14:33:49 +00:00
Leency a037fae1d9 clean-up
git-svn-id: svn://kolibrios.org@9537 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-31 00:35:57 +00:00
Leency e4d175d635 Eolite -> Properties dialog: do not show dates for devices and disks, make window shorter if dates are not shown
git-svn-id: svn://kolibrios.org@9535 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-31 00:14:50 +00:00
Leency c876e40dbc appearance: fix
git-svn-id: svn://kolibrios.org@9533 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 23:13:43 +00:00
Leency 07168fc588 RDSave: use app.ini instead of standalone rdsave.ini
git-svn-id: svn://kolibrios.org@9531 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 21:10:09 +00:00
Leency 106b86b0d0 docky: colors change on fly, use reshare, refactoring
appearance: remove "Update Dock" checkbox, UI inprovements

git-svn-id: svn://kolibrios.org@9530 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 20:54:18 +00:00
Leency 42909554ba Eolite: fix a very old issue with phantom icons and text above the file list (thanks vitalkrilov for a STR of bug)
git-svn-id: svn://kolibrios.org@9528 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 16:35:47 +00:00
Leency df6ac3618c buddhabrot: code refactoring, add "set as wallpaper" feature, fix rection on keys, add to IMG
eolite: small fix 


git-svn-id: svn://kolibrios.org@9525 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-30 01:57:38 +00:00
Leency 3813663899 appearance: final version! Now the selected value is restored after program reopen
git-svn-id: svn://kolibrios.org@9524 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-29 23:09:18 +00:00
Leency 336def41ce view3ds: fixed model generation by macgub
git-svn-id: svn://kolibrios.org@9521 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-29 12:42:48 +00:00
Leency 834587bb50 appearance: fully working screensaver tab
Eolite: add light line in the top of statusbar
software_widget: fix game centre
view3ds: fix by macgub

git-svn-id: svn://kolibrios.org@9516 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 18:24:06 +00:00
Leency e94c9d2b32 2 new tile backgrounds, remove DRoboTech skin, fix Blacky skin outer frame
git-svn-id: svn://kolibrios.org@9511 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 01:12:01 +00:00
Leency 190cbfd307 Eolite: update UI of COPY->REPLACE form
git-svn-id: svn://kolibrios.org@9510 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 23:19:58 +00:00
Leency b02fd673e1 revert
git-svn-id: svn://kolibrios.org@9509 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:54:58 +00:00
Leency 9fe01896ed trying to just kpack a file #9
git-svn-id: svn://kolibrios.org@9508 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:54:04 +00:00
Leency 550b343007 trying to just kpack a file #8
git-svn-id: svn://kolibrios.org@9507 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:53:04 +00:00
Leency 5f56f96dbb trying to just kpack a file #7
git-svn-id: svn://kolibrios.org@9506 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:49:53 +00:00
Leency d96b3cc4ae KolibriN Installer: temporary overpath of copyf() issues
git-svn-id: svn://kolibrios.org@9505 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 21:44:46 +00:00
Leency 1a682e6e6d Get failed with kpacking ABOUT.TXT on server, just pack it locally
git-svn-id: svn://kolibrios.org@9497 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 17:51:55 +00:00
Leency fa4a2aeb72 trying to just kpack a file #6
git-svn-id: svn://kolibrios.org@9496 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 17:49:00 +00:00
Leency b653e47477 trying to just kpack a file #5
git-svn-id: svn://kolibrios.org@9495 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 17:48:10 +00:00
Leency 17c2e83262 trtring to just kpack a file #4
git-svn-id: svn://kolibrios.org@9494 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-27 17:43:41 +00:00