Commit Graph

466 Commits

Author SHA1 Message Date
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
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
DanyLE
fb148116d9 update Syslog application + README 2023-01-01 03:14:48 +01:00
DanyLE
91dd755250 UI improvement + use lastest boostrap icon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- Update bootstrap icons to latest
- Redesign system tray for services monitoring
- Improve UI + bug fix on default packages
2023-01-01 02:44:15 +01:00
DanyLE
64359dfec1 fix minor bug on appdock contextmenu handling
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-16 21:26:55 +01:00
DanyLE
e81e5d3dcb Update dark theme
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-16 21:20:50 +01:00
DanyLE
df746c7d69 Improve UI 2022-12-16 21:17:20 +01:00
DanyLE
98b3f7c8c9 Improve Firefox support + fix list view drag and drop bug
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-16 19:42:42 +01:00
DanyLE
d149479752 improve file icon view
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-16 14:03:01 +01:00
DanyLE
890271958c Redesign the login form, preload all web font fonts on front page
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-16 11:45:33 +01:00
DanyLE
7c19269d8f Support pinned app in dock + remove old pinned apps UI
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
2022-12-15 17:01:16 +01:00
DanyLE
43ef0e1321 Improve application dock:
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
- Stack all instances of the same application to one single dock button
- Make the dock scrollable by mouse wheel or touch
2022-12-13 22:05:37 +01:00
DanyLE
4acc3f703a Add input tag and update all base dialogs to support mobile devices 2022-12-09 18:20:31 +01:00
DanyLE
7c3b8a7432 Add stack panel component + redesign MarketPlace UI
- Continue improve UI elements
- Add stack panel UI tag
- Redesign MarketPlace UI to support mobile device
2022-12-09 13:17:35 +01:00
DanyLE
92e27b653f Rework on AntOS core to provide support to both mobile and desktop devices (experimental):
- Redesign the core UI API and tags to support Mobile devices
- Add new StackMenu tag
- Support touch events handling on touch devices
- Redesign File and Setting to work on mobile
- Improve Anouncement API
- Rework on default themes
2022-12-08 14:56:05 +01:00
DanyLE
9b5da170e7 App name now can differ from pkgname 2022-08-25 01:20:51 +02:00
DanyLE
b381294064 fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02:00
DanyLE
14b72ef425 Fix dragndrop bug on Fileview (grid mod) 2022-08-19 11:15:21 +02:00
Dany LE
1cf718117f Fix fileview status incorrect, add more build stage to Jenkinsfile 2022-08-04 13:40:02 +02:00
DanyLE
da5bbdab60 Allow to set version number and build ID to the current Antos build 2022-07-22 20:13:08 +02:00
DanyLE
699c697344 update login form style 2022-07-22 18:04:56 +02:00
DanyLE
2fd4bb5c96 Bug fix + improvement:
- About dialog now can display package README file
- Fix: double click handling on grid view
- add README to packages
- support source map in release version
2022-07-19 20:57:12 +02:00
DanyLE
6cbb463f6f Fileview: list view display modified date instead of mime 2022-07-17 22:21:10 +02:00
DanyLE
f7081ae48a Include current Antos version to login screen 2022-07-17 15:05:59 +02:00
DanyLE
583a0c0349 update version number in code 2022-07-17 14:20:56 +02:00
DanyLE
c0603cd47d Minor style fixes on menus and dropdown list 2022-07-17 13:10:02 +02:00
DanyLE
8b029c2e0a fix minor visual bug on grid view, list view and tree view 2022-07-05 20:02:01 +02:00
DanyLE
86bcaf9dea visual bug fix on label: inline block by default 2022-07-05 15:25:19 +02:00
DanyLE
084c377bcf visual bug fix on label 2022-07-05 15:10:17 +02:00
DanyLE
61de95788c Visual improvements 2022-07-05 15:04:18 +02:00
DanyLE
52af4b6940 fix visualize bug after style changes 2022-07-05 14:41:34 +02:00
DanyLE
e63cae1550 style improvement on Label, FileView, GridView, system menu and app Panel 2022-07-05 13:22:51 +02:00
DanyLE
b2ce9ec978 Minor improvement
- Use arrow up key on File widget to navigate to parent directory
- Application will trigger a "launched" event when opened
2022-07-04 19:59:34 +02:00
DanyLE
f97a45be15 Add more control to mem file + bug fix on File 2022-07-02 21:36:07 +02:00