Commit Graph

688 Commits

Author SHA1 Message Date
DanyLE
46e7e6d94f feat: use a separated setting file for each application instead of a single system setting files
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-06-20 17:16:13 +02:00
DanyLE
9fa766963a feat: Introduce API.Task API that allow to track promise object via AntOS announcement system
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-06-16 17:54:12 +02:00
Dany LE
f8213f7aeb
Update Jenkinsfile
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-06-06 22:08:12 +02:00
Dany LE
ee24ba63f6
Update Jenkinsfile
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-06-06 22:06:30 +02:00
Dany LE
982fb86dc4
fix: clean up repo before build
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-06-06 22:04:54 +02:00
Dany LE
89df515868
fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-06-06 22:01:23 +02:00
DanyLE
185dce4d7f fix: support passing arguments when pushing a service
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-06-06 21:53:22 +02:00
DanyLE
6895b94c7d remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace)
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-06-01 11:19:47 +02:00
DanyLE
1db1b11277 fix: doc generation use latest typedoc version
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-05-30 13:13:45 +02:00
DanyLE
edbbc9f248 fix: operator not permit on newer version of typescript
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-05-30 11:10:40 +02:00
DanyLE
147b57f4b4 fix: jquery delaration file compatibility with current typescript sdk
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-05-30 10:58:04 +02:00
DanyLE
0b5610ed76 fix: extractZip bug introduced by last commit
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-04-03 09:36:02 +02:00
DanyLE
492f85789c fix: creating missing directories from file paths when they are not specified in zip meta-data
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-03-31 14:38:59 +02:00
DanyLE
9145f5d3d7 fix: calendar tag displays wrong date at the final week of month in some case
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-03-06 11:53:39 +01:00
DanyLE
89b95b8a37 gridview: allow to update row data
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-17 12:25:53 +01:00
DanyLE
d1f953caf7 safer way to attach element to data via getter 2023-02-17 10:57:04 +01:00
DanyLE
47e8cfca41 Remove old menu element, use stackmenu instead 2023-02-17 10:06:30 +01:00
DanyLE
d1f2861fd5 ListView: add API to scroll the list to top/bottom
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-02 21:54:47 +01:00
DanyLE
c8fbc08c63 fix: label shall only allow to show text instead of html content
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-02 19:53:22 +01:00
DanyLE
a800f03d0a support icoclass_end in Label and Button HTML attribute
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 19:46:56 +01:00
DanyLE
5ffb203a36 Update style for GridView, FileView and ListView
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 18:42:54 +01:00
DanyLE
70b1f25e7f Only break-word in notification tag
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 13:36:37 +01:00
DanyLE
5ced9bd1a8 Update Label, Button and ListView
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- 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
2023-02-01 12:44:22 +01:00
DanyLE
eea1f18777 fix: Dialog scheme not found when it is defined outside of the dialogs namespace
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-02-01 09:58:34 +01:00
DanyLE
5101afe1b9 allow to specify user data in some low level VFS interface API
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-31 20:34:07 +01:00
DanyLE
aa73eed074 add support for drop custom event when drag is enable on an HTMLElement
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-07 23:06:08 +01:00
DanyLE
cb744f31c1 Add custom dragging event support for all HTMLElement
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-07 22:58:30 +01:00
DanyLE
be78fab8ae sportlight only focus on searchbar when on desktop
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-07 11:28:44 +01:00
DanyLE
0374af9613 Clean up code
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 21:47:18 +01:00
DanyLE
c9a3d099c5 Hide application when use click on active application dock item
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 21:45:05 +01:00
DanyLE
89ccbc4b62 fix: prevent scroll on desktop
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
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
2023-01-06 21:34:46 +01:00
DanyLE
b66bb3a2c9 fix: notification style
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 19:06:15 +01:00
DanyLE
6b1374083b cleanup system services package
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 18:59:20 +01:00
DanyLE
391f76fdbc Fix: style + typo
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-06 18:57:30 +01:00
DanyLE
11aed2642b Rework on Notification API + some sytem packages
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- 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
2023-01-06 18:44:11 +01:00
DanyLE
f48cfdd95d fix: window menu display bug
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-04 18:05:39 +01:00
DanyLE
760bcee465 Hide spotlight when an application is selected on appdock
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-04 11:06:29 +01:00
DanyLE
ece24f7a5e Re introduce the vboxchange, hboxchange events as many applications use it
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-04 00:45:57 +01:00
DanyLE
4f75e731a5 Change color theme of the startup menu
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 23:05:36 +01:00
DanyLE
8fae9b0ec5 Update favicon to new color
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 22:53:49 +01:00
DanyLE
ae0fa9f4fb Update favicon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 20:28:17 +01:00
Dany LE
569a7c7852
Update Makefile
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 18:34:10 +01:00
Dany LE
c25e1d6cc9
Update Jenkinsfile
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 17:40:51 +01:00
Dany LE
381e3bace8
Update README.md
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-03 14:20:30 +01:00
DanyLE
b849e348f1 Update Jenkinsfile
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-02 11:05:06 +01:00
DanyLE
2f23b6e3f9 Fix make file
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-02 10:57:03 +01:00
DanyLE
5010d3d492 Fix make file
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
2023-01-02 10:55:34 +01:00
DanyLE
a54015571a Update icons + add documentation build in Jenkinsfile
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-02 10:53:16 +01:00
DanyLE
731eb408d9 Add favicon to the page
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-01 23:43:28 +01:00
DanyLE
1715dc2058 Add official AntOS icon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2023-01-01 22:03:00 +01:00