haiku/src/kits/tracker
Murai Takashi 2bde55cb6c tracker: Fix wrong type of arguments to formatting function
Use B_PRId32 for int32 type fValue.
Pointed out by lgtm.

Change-Id: I751451281ace627e2f3be67d1b860b8ebe675ba5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3886
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
2021-04-25 09:00:53 +00:00
..
infowindow Tracker: add more string types to attributes view 2021-01-14 18:31:10 +00:00
Attributes.h
AttributeStream.cpp Tracker: Throw exception on assert failure 2014-08-10 15:07:38 -04:00
AttributeStream.h Tracker: style fixes 2014-08-10 15:06:34 -04:00
AUTHORS
AutoMounterSettings.cpp Replace "All BeOS disks" with "All Haiku disks" 2016-11-11 10:58:10 +01:00
Background.h
BackgroundImage.cpp Tracker: delete non-BControlLook drawing code. 2015-02-14 18:49:27 -05:00
BackgroundImage.h
Bitmaps.cpp Tracker: fix fall back to bitmap icon 2019-11-22 23:25:51 +00:00
Bitmaps.h
Commands.h Tracker: Get rid of the "Restart Deskbar" menu item. 2016-01-12 12:19:31 -05:00
ContainerWindow.cpp Avoid Tracker crashes when input_server is broken 2020-09-10 17:15:09 +00:00
ContainerWindow.h Tracker: Allow add-ons to dynamically extend popup menu. 2018-07-19 14:00:48 +00:00
CountView.cpp Tracker: Restore prior text-rect bounds in the count view. 2020-07-06 22:34:13 -04:00
CountView.h Tracker: Eliminate the fixed count-view size altogether. 2020-07-05 19:44:19 -04:00
DesktopPoseView.cpp Tracker: use the Layout API wherever possible. 2015-01-27 01:43:51 -05:00
DesktopPoseView.h Tracker: use the Layout API wherever possible. 2015-01-27 01:43:51 -05:00
DeskWindow.cpp BugFix 2: fix errors found by cppcheck 2019-03-16 17:28:06 +00:00
DeskWindow.h Tracker: get rid of fTrashContextMenu member from DeskWindow... 2015-05-08 13:07:35 -04:00
DialogPane.cpp Remove MouseDownThread and its usages 2020-05-07 22:08:23 +00:00
DialogPane.h Remove MouseDownThread and its usages 2020-05-07 22:08:23 +00:00
DirMenu.cpp DirMenu.cpp: fix memory leak. 2017-01-30 21:09:05 +01:00
EntryIterator.cpp Tracker: Fixed CachedEntryIterator::GetNextEntry() debug build. 2016-07-19 23:57:26 +02:00
EntryIterator.h Tracker: style fixes 2014-08-10 15:06:34 -04:00
FavoritesMenu.cpp Tracker: delete un-needed #includes. 2015-02-28 12:54:36 -05:00
FavoritesMenu.h
FBCPadding.cpp Tracker: Move deprecated FSUtils functions to FBCPadding.cpp. 2016-07-21 22:19:01 -04:00
FilePanel.cpp Tracker: Rework BFilePanel compatibility code. 2020-07-28 21:53:19 -04:00
FilePanelPriv.cpp Tracker: Rework BFilePanel compatibility code. 2020-07-28 21:53:19 -04:00
FilePanelPriv.h Tracker: Always enable the Open button for B_DIRECTORY_NODE. 2017-05-08 22:17:53 +02:00
FindPanel.cpp FindPanel - Corrected operators less / greater than + rebuild of attributes for MIME change 2021-03-19 10:17:40 +00:00
FindPanel.h Tracker: tweak FindPanel layout again 2020-05-16 20:01:10 +02:00
FSClipboard.cpp Tracker kit: Fix memory leak 2019-12-07 09:32:09 +00:00
FSClipboard.h
FSUndoRedo.cpp
FSUndoRedo.h Tracker: Add missing close-paren from previous commit. 2019-07-31 18:29:22 -04:00
FSUtils.cpp Fix catching by value 2020-01-21 19:26:22 +00:00
FSUtils.h Tracker: Remove "launch broken link" cruft. 2018-12-15 18:11:20 -05:00
GroupedMenu.cpp
GroupedMenu.h
IconCache.cpp Tracker: fix debug build 2020-05-13 02:05:29 +00:00
IconCache.h Tracker: Refactor IconCache to use BOpenHashTable. 2020-03-13 12:39:43 +00:00
IconMenuItem.cpp Tracker: Improved NavIcon spacing 2018-11-05 22:41:32 +00:00
Jamfile DoCatalogs for VirtualDirectoryWindow 2020-01-04 16:59:13 +01:00
libtracker.rdef
LICENSE
LocalizedFolders.h
LockingList.h
MimeTypeList.cpp Tracker: init member var, CID 610121 2014-08-10 15:04:53 -04:00
MimeTypeList.h Tracker: init member var, CID 610121 2014-08-10 15:04:53 -04:00
MimeTypes.h
MiniMenuField.cpp Tracker: Use Set*UIColor, improved font awareness. 2016-01-04 07:24:41 -05:00
MiniMenuField.h
Model.cpp Tracker: Remove "launch broken link" cruft. 2018-12-15 18:11:20 -05:00
Model.h Tracker: Remove "launch broken link" cruft. 2018-12-15 18:11:20 -05:00
MountMenu.cpp
MountMenu.h
Navigator.cpp Tracker: Fix issue with vertical scroll bar border 2015-10-14 22:29:52 -07:00
Navigator.h Tracker: Fix issue with vertical scroll bar border 2015-10-14 22:29:52 -07:00
NavMenu.cpp BugFix 2: fix errors found by cppcheck 2019-03-16 17:28:06 +00:00
NodePreloader.cpp NodePreloader.cpp: fix memory leak. 2016-12-29 11:48:28 +01:00
NodePreloader.h
NodeWalker.cpp PVS V522: null pointer dereferences 2019-07-16 20:44:32 +00:00
NodeWalker.h
OpenWithWindow.cpp Tracker: Don't use hardcoded colors for the Open With window 2021-03-16 16:12:38 +00:00
OpenWithWindow.h Tracker: Fix use-after-free by ref filter of OpenWithPoseView. 2015-04-08 16:50:02 +02:00
OverrideAlert.cpp Tracker: Use main screen if window is NULL 2014-08-10 15:07:31 -04:00
OverrideAlert.h Tracker: OverrideAlert style fixes 2014-06-20 21:02:12 -04:00
PendingNodeMonitorCache.cpp Tracker: style fixes to PendingNodeMonitorCache 2014-06-20 21:02:14 -04:00
PendingNodeMonitorCache.h Tracker: style fixes to PendingNodeMonitorCache 2014-06-20 21:02:14 -04:00
Pose.cpp Tracker: fix invisible selection text in disabled windows 2021-01-10 13:49:17 +01:00
Pose.h Tracker: Fixed vertical list icon position. 2015-09-09 21:03:58 +02:00
PoseList.cpp Tracker: delete un-needed #includes. 2015-02-28 12:54:36 -05:00
PoseList.h Tracker: style fixes to PoseList class 2014-06-20 21:02:16 -04:00
PoseView.cpp Tracker: fix invisible selection text in disabled windows 2021-01-10 13:49:17 +01:00
PoseView.h Tracker: Remove partial support for custom fonts in PoseView. 2020-07-06 22:09:02 -04:00
PoseViewScripting.cpp Style, no functional changes 2017-11-16 19:47:59 +01:00
QueryContainerWindow.cpp Tracker: use the Layout API wherever possible. 2015-01-27 01:43:51 -05:00
QueryContainerWindow.h Tracker: Style fixes 2015-03-03 18:47:02 -05:00
QueryPoseView.cpp Tracker: More B_PRId32 -> B_PRIdTIME. 2017-06-10 21:17:38 -04:00
QueryPoseView.h Tracker: Change QueryPoseView over to using a BRefFilter. 2016-05-14 13:22:14 -04:00
RecentItems.cpp Tracker: init default member values, CID 609845 2014-08-10 15:04:50 -04:00
RecentItems.h Tracker: style fixes to RecentItems 2014-06-20 21:29:28 -04:00
RegExp.cpp Tracker: localize RegExp errors. 2016-09-25 15:10:12 +02:00
RegExp.h Tracker: RegExp style fixes, pointer style 2014-08-10 15:04:49 -04:00
SelectionWindow.cpp Tracker: Use layout management for "Select..." window 2017-06-12 19:31:06 +02:00
SelectionWindow.h Tracker: style fixes to SelectionWindow 2014-06-20 21:29:31 -04:00
Settings.cpp tracker: Fix wrong type of arguments to formatting function 2021-04-25 09:00:53 +00:00
Settings.h Tracker: style fixes to Settings class 2014-06-20 21:29:33 -04:00
SettingsViews.cpp libtracker.so: fixed parenthesis warning on not operator... 2015-07-25 23:42:13 +02:00
SettingsViews.h Tracker: add "hide dotfiles" option to the GUI & enable it by default. 2015-03-29 18:10:51 -04:00
SlowContextPopup.cpp Tracker: delete un-needed #includes. 2015-02-28 12:54:36 -05:00
SlowContextPopup.h Tracker: SlowContextPopup style fixes 2014-06-20 21:29:37 -04:00
SlowMenu.cpp Tracker: SlowMenu style fixes 2014-06-20 21:29:39 -04:00
SlowMenu.h Tracker: SlowMenu style fixes 2014-06-20 21:29:39 -04:00
StatusWindow.cpp Tracker: add some time_t overflow checks in StatusWindow 2020-05-08 22:07:08 +00:00
StatusWindow.h Tracker: style fixes to StatusWindow classes 2014-06-20 21:29:40 -04:00
TaskLoop.cpp Remove a lot of unused constants. 2018-11-24 19:21:16 -05:00
TaskLoop.h Tracker: style fixes to TemplatesMenu 2014-06-20 21:29:42 -04:00
TemplatesMenu.cpp Tracker: style fixes to TemplatesMenu 2014-06-20 21:29:42 -04:00
TemplatesMenu.h Tracker: style fixes to TemplatesMenu 2014-06-20 21:29:42 -04:00
Tests.cpp Tracker: Fix DEBUG build (I hope) 2014-06-21 01:02:53 -04:00
Tests.h
TextWidget.cpp Tracker: fix invisible selection text in disabled windows 2021-01-10 13:49:17 +01:00
TextWidget.h Tracker: style fixes to TextWidget 2014-06-20 21:29:45 -04:00
TitleView.cpp Tracker: Line TitleView up with scroll bar arrow 2017-11-18 16:25:01 -08:00
TitleView.h Tracker: 32x32 icon size option in list mode 2016-09-03 12:06:44 -07:00
Tracker.cpp Tracker: Remove "launch broken link" cruft. 2018-12-15 18:11:20 -05:00
Tracker.h Tracker and Open Target Folder: Select result 2015-03-03 18:47:06 -05:00
TrackerIcons.h Use new Device_NAS vector icon for shared volumes 2016-09-17 18:24:44 +02:00
TrackerIcons.rdef Use new Device_NAS vector icon for shared volumes 2016-09-17 18:24:44 +02:00
TrackerInitialState.cpp Add mobile phone field 2021-03-19 10:17:25 +00:00
TrackerScripting.cpp Style, no functional changes 2017-11-16 19:47:59 +01:00
TrackerSettings.cpp Tracker: default HideDotFiles to false (again). 2015-03-31 10:10:36 -04:00
TrackerSettings.h Tracker: style fixes to TrackerSettings 2014-06-20 21:29:53 -04:00
TrackerSettingsWindow.cpp Tracker: Use Set*UIColor, improved font awareness. 2016-01-04 07:24:41 -05:00
TrackerSettingsWindow.h Move automount settings to the Tracker preferences 2014-07-16 14:46:27 +02:00
TrackerString.cpp TrackerString.cpp: fix comparison between pointer and integer 2016-07-10 17:11:23 +02:00
TrackerString.h Tracker: Remove [I]Find* functions from TrackerString. 2015-04-26 20:17:20 -04:00
TrashWatcher.cpp Tracker: Remove adding BeOS trash icons in trash watcher. 2016-07-19 23:57:26 +02:00
TrashWatcher.h Tracker: style fixes to TrashWatcher 2014-06-20 21:29:58 -04:00
Utilities.cpp Tracker: NavMenu icons scale with font size 2018-11-05 22:20:55 +00:00
Utilities.h Tracker: NavMenu icons scale with font size 2018-11-05 22:20:55 +00:00
ViewState.cpp Tracker: List view icons now grow with font size 2018-11-04 17:36:50 +00:00
ViewState.h Tracker: style fixes, whitespace only 2014-08-10 15:04:44 -04:00
VirtualDirectoryEntryList.cpp Tracker: style fixes to VirtualDirectoryEntryList 2014-06-20 21:30:03 -04:00
VirtualDirectoryEntryList.h Tracker: style fixes to VirtualDirectoryEntryList 2014-06-20 21:30:03 -04:00
VirtualDirectoryManager.cpp Tracker: Fix integer overflow 2014-07-18 17:58:12 -04:00
VirtualDirectoryManager.h Tracker: style fixes to VirtualDirectoryManager 2014-06-20 21:30:05 -04:00
VirtualDirectoryPoseView.cpp Tracker: Use Set*UIColor, improved font awareness. 2016-01-04 07:24:41 -05:00
VirtualDirectoryPoseView.h Tracker: use the Layout API wherever possible. 2015-01-27 01:43:51 -05:00
VirtualDirectoryWindow.cpp Tracker: Remove list view menu from virtual directory window. 2019-02-11 16:07:22 -05:00
VirtualDirectoryWindow.h Tracker: Add PoseView() method 2015-03-03 18:47:03 -05:00
WidgetAttributeText.cpp PVS V1028: cast result of operation instead of operands 2019-07-17 22:17:22 +00:00
WidgetAttributeText.h Adjust all BDateFormat callers again. 2014-10-01 16:35:34 +02:00