You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add DockGlobalElementModel support for group elements (launcher
folders)
2. Update AppGroup to use new folder ID format ("internal/folders/"
instead of "internal/folder/")
3. Implement group item details and launch functionality in AppsApplet
4. Display composite preview icons for folder groups in dock items
5. Add FolderPopup QML component with grid layout for folder contents
6. Implement drag-and-drop support for folder elements from launcher
7. Update the dock settings to handle folder dock/undock operations
8. Improve group ID parsing with input validation
Log: Added folder group display in dock taskbar with composite preview
and popup
Influence:
1. Test folder group display in dock: verify composite preview icons
show correctly
2. Test folder popup: verify grid layout, scrolling, and application
launch
3. Test drag-and-drop folders from launcher to dock
4. Test folder dock/undock via context menu
5. Test folder group ID format migration ("internal/folders/" prefix)
6. Test group ID parsing with invalid inputs (empty, non-numeric,
negative)
7. Test group display name and item details retrieval
8. Test folder persistence after dock restart
9. Test launcher folder operations with multiple items and special
characters
feat: 在任务栏中添加文件夹组支持
1. 为 DockGlobalElementModel 添加组元素支持(启动器文件夹)
2. 更新 AppGroup 使用新的文件夹 ID 格式("internal/folders/" 替代
"internal/folder/")
3. 在 AppsApplet 中实现组项目详情和启动功能
4. 在任务栏项目中显示文件夹组的复合预览图标
5. 添加带有网格布局的 FolderPopup QML 组件用于显示文件夹内容
6. 实现从启动器拖放文件夹元素到任务栏的功能
7. 更新任务栏设置以支持文件夹的停靠/取消停靠操作
8. 改进组 ID 解析验证
Log: 在任务栏中添加文件夹组显示,支持复合预览和弹出窗口
Influence:
1. 测试任务栏中的文件夹组显示:验证复合预览图标是否正确显示
2. 测试文件夹弹窗:验证网格布局、滚动和应用启动功能
3. 测试从启动器拖放文件夹到任务栏
4. 测试通过右键菜单停靠/取消停靠文件夹
5. 测试文件夹组 ID 格式迁移("internal/folders/" 前缀)
6. 测试组 ID 解析对无效输入的处理(空值、非数字、负数)
7. 测试组显示名称和项目详情的获取
8. 测试重启任务栏后文件夹状态的持久化
9. 测试启动器文件夹操作在包含多个项目和特殊字符时的表现
PMS: TASK-392671
0 commit comments