feat: responsive compact mail view + folder unread badges
- CompactMailDelegate: card-based view for narrow panels (<420px) * Avatar with hash-based color, sender + date (relative format) * Subject line with attachment icon * Action buttons: flag, delete, category, more (context menu) * Unread highlight with light blue background + bold sender - MailListView: automatic switch between tree/table (wide) and list/cards (narrow) * QStackedWidget with QTreeView + QListView sharing same proxy model * resizeEvent threshold at 420px * Signals forwarded to MainMainWindow for actions - FolderTreeDelegate: custom paint for folder tree * Unread count badge (blue pill) right-aligned on folder nodes * Account nodes bold, folder nodes normal weight * Proper indentation per depth level - MailItemDao::countUnreadByFolderId() for real-time unread counts - MainMainWindow handlers for compact actions (flag, delete, category, more menu)
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"CMakeFiles/4.2.3/CMakeSystem.cmake"
|
||||
"CMakeLists.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-mkdirs.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/PatchInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/RepositoryInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/UpdateInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/cfgcmd.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/gitclone.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/gitupdate.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/mkdirs.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/shared_internal_commands.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/Linux-Initialize.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/Linux.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/UnixPaths.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"boost-populate-prefix/tmp/boost-populate-mkdirs.cmake"
|
||||
"boost-populate-prefix/tmp/boost-populate-gitclone.cmake"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-gitinfo.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-gitupdate.cmake"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-update-info.txt"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch-info.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-cfgcmd.txt"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/boost-populate.dir/DependInfo.cmake"
|
||||
)
|
||||
Reference in New Issue
Block a user