status-desktop/ui/StatusQ/src
Lukáš Tinkl c9c31520d0 fix(StatusMessageHeader): unbreak context menu
- when clicking the underlined profile name; the prob was that
`TapHandler` (unlike a `MouseArea`) is not a visual `Item` and hence
can't be a parent for the context menu
- small (unrelated) typo fix to unbreak GIF link previews...

Fixes #16950
2024-12-13 16:47:36 +01:00
..
StatusQ fix(StatusMessageHeader): unbreak context menu 2024-12-13 16:47:36 +01:00
assets Feat/request payment cards 16737 (#16740) 2024-12-03 09:36:04 +01:00
wallet fix: Correctly display manage tokens icons (#16228) 2024-09-03 06:07:03 +02:00
aggregator.cpp
assets.qrc Feat/request payment cards 16737 (#16740) 2024-12-03 09:36:04 +01:00
clipboardutils.cpp copyImageToClipboardByUrl moved to ClipboardUtils 2024-08-29 15:46:17 +02:00
code-examples.md
concatmodel.cpp StatusQ/ConcatModel: flag added changing behavior on source model's reset 2024-08-01 10:52:22 +02:00
constantrole.cpp StatusQ: ConstantRole - custom SFPM proxy role added (#16405) 2024-09-25 15:13:53 -04:00
externc.cpp Introduce ability of calling StatusQ methods from nim 2024-10-11 23:37:50 +02:00
fastexpressionfilter.cpp
fastexpressionrole.cpp
fastexpressionsorter.cpp
formatteddoubleproperty.cpp
functionaggregator.cpp
genericvalidator.cpp feat(GenericValidator): expose locale name 2024-08-17 09:39:42 +02:00
groupingmodel.cpp
leftjoinmodel.cpp
modelcount.cpp StatusQ: ModelCount simplified and property added 2024-10-17 16:25:34 +02:00
modelentry.cpp chore(ModelEntry): Emit itemChanged event when the ModelEntry points to another model item 2024-07-19 19:07:51 +03:00
modelutilsinternal.cpp ModelUtils: persistentIndex method added 2024-11-14 15:13:24 +01:00
movablemodel.cpp
networkchecker.cpp fix(StatusQ): Do not require ssl to check the internet connection 2024-11-20 18:10:29 +02:00
objectproxymodel.cpp StatusQ(ObjectProxyModel): const_cast removed from proxyObject method 2024-07-23 18:17:02 +02:00
permissionutilsinternal.cpp
rolesrenamingmodel.cpp
rxvalidator.cpp
singleroleaggregator.cpp
snapshotmodel.cpp
snapshotobject.cpp
statusemojimodel.cpp feat(StatusEmojiPopup): reimplement around C++ EmojiModel 2024-09-03 10:19:54 +02:00
statusq.qrc StatusQ: ModelEntryChangeTracker component introduced 2024-11-14 15:13:24 +01:00
statussyntaxhighlighter.cpp
statuswindow.cpp
statuswindow_osx.mm
statuswindow_other.cpp
stringutilsinternal.cpp Introduce ability of calling StatusQ methods from nim 2024-10-11 23:37:50 +02:00
sumaggregator.cpp
systemutilsinternal.cpp downloadImageByUrl moved to SystemUtils 2024-10-11 12:14:53 +02:00
typesregistration.cpp fix: improve image type detection 2024-11-04 10:29:01 +01:00
undefinedfilter.cpp
urlutils.cpp fix: improve image type detection 2024-11-04 10:29:01 +01:00
writableproxymodel.cpp