Commit Graph

695 Commits

Author SHA1 Message Date
DanyLE
acd36a7a29 cleanup code 2024-03-17 21:18:11 +01:00
DanyLE
add5ef77c8 feat: use a separated setting file for each application instead of a single system setting files 2024-03-17 21:18:11 +01:00
DanyLE
4d59b104b9 feat: Introduce API.Task API that allow to track promise object via AntOS announcement system 2024-03-17 21:18:11 +01:00
Dany LE
0ac886f644 Update Jenkinsfile 2024-03-17 21:18:11 +01:00
Dany LE
f52e9a38d2 Update Jenkinsfile 2024-03-17 21:18:11 +01:00
Dany LE
a74cf39152 fix: clean up repo before build 2024-03-17 21:18:11 +01:00
Dany LE
082a85644b fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it 2024-03-17 21:18:11 +01:00
DanyLE
a00acf4bbf fix: support passing arguments when pushing a service 2024-03-17 21:18:11 +01:00
DanyLE
bff2c94fa9 remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace) 2024-03-17 21:18:11 +01:00
DanyLE
0f2ab549e8 fix: doc generation use latest typedoc version 2024-03-17 21:18:11 +01:00
DanyLE
cd6a6c373a fix: operator not permit on newer version of typescript 2024-03-17 21:18:11 +01:00
DanyLE
56ca945b0c fix: jquery delaration file compatibility with current typescript sdk 2024-03-17 21:18:11 +01:00
DanyLE
82f35f791e fix: extractZip bug introduced by last commit 2024-03-17 21:18:11 +01:00
DanyLE
b30a2bb44c fix: creating missing directories from file paths when they are not specified in zip meta-data 2024-03-17 21:18:11 +01:00
DanyLE
2c64dfe00d fix: calendar tag displays wrong date at the final week of month in some case 2024-03-17 21:18:11 +01:00
DanyLE
1d1218acbd gridview: allow to update row data 2024-03-17 21:18:11 +01:00
DanyLE
0d8daa36e8 safer way to attach element to data via getter 2024-03-17 21:18:11 +01:00
DanyLE
d72a4c954b Remove old menu element, use stackmenu instead 2024-03-17 21:18:11 +01:00
DanyLE
5f92e41021 ListView: add API to scroll the list to top/bottom 2024-03-17 21:18:11 +01:00
DanyLE
d3540d7575 fix: label shall only allow to show text instead of html content 2024-03-17 21:18:11 +01:00
DanyLE
60137fb4fb support icoclass_end in Label and Button HTML attribute 2024-03-17 21:18:11 +01:00
DanyLE
7196f9ff57 Update style for GridView, FileView and ListView 2024-03-17 21:18:11 +01:00
DanyLE
1063ae9c4f Only break-word in notification tag 2024-03-17 21:18:11 +01:00
DanyLE
649c7d942a Update Label, Button and ListView
- Label and Button now can set icon on both left and right side of the text
- Fix ListView dropdown bug, and allow the dropdown list to positioned correctly based on its nearest anchored element
2024-03-17 21:18:11 +01:00
DanyLE
b490ae9d42 fix: Dialog scheme not found when it is defined outside of the dialogs namespace 2024-03-17 21:18:11 +01:00
DanyLE
ae91401965 allow to specify user data in some low level VFS interface API 2024-03-17 21:18:11 +01:00
DanyLE
d482d2cad4 add support for drop custom event when drag is enable on an HTMLElement 2024-03-17 21:18:11 +01:00
DanyLE
b2ec7cc8db Add custom dragging event support for all HTMLElement 2024-03-17 21:18:11 +01:00
DanyLE
db006345a9 sportlight only focus on searchbar when on desktop 2024-03-17 21:18:11 +01:00
DanyLE
bf793ec204 Clean up code 2024-03-17 21:18:11 +01:00
DanyLE
cb9ccb576f Hide application when use click on active application dock item 2024-03-17 21:18:11 +01:00
DanyLE
ea160c2ccb fix: prevent scroll on desktop
When focusing on a window which overflows the desktop,
the desktop scrolls automatically to bottom,
even when `overflow: hiddle` is set on CSS.

This tricky hack prevents this to happen
2024-03-17 21:18:11 +01:00
DanyLE
edb427d6c3 fix: notification style 2024-03-17 21:18:11 +01:00
DanyLE
be72a62156 cleanup system services package 2024-03-17 21:18:11 +01:00
DanyLE
77b89c44f7 Fix: style + typo 2024-03-17 21:18:11 +01:00
DanyLE
242df06a28 Rework on Notification API + some sytem packages
- Rename Syslog to SystemReport
- All services previously on SystemReport now moved to the dedicated SystemServices Packages
- Rework on a more versatile notification GUI and API
- Applications now can display a local toast message instead of pushing a global notification message
2024-03-17 21:18:11 +01:00
DanyLE
c52e4b649e fix: window menu display bug 2024-03-17 21:18:11 +01:00
DanyLE
30c63748b0 Hide spotlight when an application is selected on appdock 2024-03-17 21:18:11 +01:00
DanyLE
84cfc87ce0 Re introduce the vboxchange, hboxchange events as many applications use it 2024-03-17 21:18:11 +01:00
DanyLE
f21a958ea0 Change color theme of the startup menu 2024-03-17 21:18:11 +01:00
DanyLE
81d13c1601 Update favicon to new color 2024-03-17 21:18:11 +01:00
DanyLE
9f07a86901 Update favicon 2024-03-17 21:18:11 +01:00
Dany LE
7b3072576c Update Makefile 2024-03-17 21:18:11 +01:00
Dany LE
be73a3c7ae Update Jenkinsfile 2024-03-17 21:18:11 +01:00
Dany LE
038823a7cb Update README.md 2024-03-17 21:18:11 +01:00
DanyLE
70301d8817 Update Jenkinsfile 2024-03-17 21:18:11 +01:00
DanyLE
9d1c66fe50 Fix make file 2024-03-17 21:18:11 +01:00
DanyLE
6948b0e339 Fix make file 2024-03-17 21:18:11 +01:00
DanyLE
b35812bb43 Update icons + add documentation build in Jenkinsfile 2024-03-17 21:18:11 +01:00
DanyLE
11fb8c97af Add favicon to the page 2024-03-17 21:18:11 +01:00