History log of /haiku/src/kits/tracker/infowindow/GeneralInfoView.cpp
Revision Date Author Comments
# 6a0798da 29-Nov-2023 John Scipione <jscipione@gmail.com>

Tracker: Show "-" for packagefs volume size

... instead of "4096 bytes" (i.e. 1 block).

Set total_blocks to 0 in packagefs_read_fs_info to indicate
that the capacity is 0, this avoids some potential issues
that using 1 or -1 might cause.

In WidgetAttributeText look for volumes with 0 blocks and
set fValueIsDefined to false which displays a "-".

Also replace capacity string with "-" in Get info.

Fixes #10291 the quick and dirty solution to #18567.

Change-Id: I7ff204c9ffd10cf9cc6343fcdd4422c034004004
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7164
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: John Scipione <jscipione@gmail.com>


# a57bf219 26-Aug-2022 Augustin Cavalier <waddlesplash@gmail.com>

Tracker: Basic adjustments to InfoWindow to respect BControlLook.

Improves appearance under HiDPI.


# 089f15ad 25-Aug-2022 Augustin Cavalier <waddlesplash@gmail.com>

Tracker: Remove some unneeded includes.


# e7893cc9 27-Jul-2022 Jim906 <jim_l@fastmail.com>

tracker/infowindow: display filesystem type

* If the target is a volume, include a line on the Information tab of
the Get Info window that lists the filesystem name, block size, and
whether the volume is indexed.
* Fixes #16945.

Change-Id: I888ae708a15a2f7729f50806fb59dbb4df506cfa
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5507
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# dc92c471 24-May-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix translation of InfoWindow title.

Fixes #16118.


# 23d6916a 23-Sep-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Tracker InfoWindow: cleanup of size string invalidation code

Should fix #15351.


# 79e2e1b9 23-Sep-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix accidental code removal in tracker infowindow refactoring

Should fix #15322 and #15352


# 5f996be3 31-Aug-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

InfoWindow: more window sizing improvements

Fixes #15310 and other problem mentioned in comments threrein.


# 9bb8d3a4 25-Aug-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Tracker InfoWindow: fix regressions

- Misplaced popup window for showing truncated paths in full (#15301)
- Crash when using Alt + E to edit the filename (#15302)
- "Link To" information for symlinks does not fit in window (#15303)

Change-Id: I72416ab4473e0b01c33817b9364eb9e9e59172e1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1747
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 2140520f 25-Aug-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Tracker InfoWindow: layoutify, use tabs

- Use layout kit to make a few things simpler
- Separate the view showing the header (icon/name) and the one showing
the extra details, making two simpler files instead of a complex one
- Fix some layouting issues
- The permissions are now in a second tab, allowing to add a third one
with other things (more on that later)

screenshot: http://pulkomandy.tk/drop/fileinfo.png

Change-Id: Ief80815eba749723664f40f1317f8aa4cf692162
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1745
Reviewed-by: Ryan Leavengood <leavengood@gmail.com>


# ebb30434 25-Aug-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

Tracker: move AttributeView to own file and rename

Change-Id: I046eb9aa0fef792e9e940d0a6dfd887ede2fa996
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1744
Reviewed-by: waddlesplash <waddlesplash@gmail.com>