#
ba4ed24a |
| 26-Nov-2023 |
John Scipione <jscipione@gmail.com> |
Tracker: Replace Path with Location in Query
... matching what's in the Attributes menu and everywhere else. Right align Size column. Replace attribute literals with constants.
Change-Id: I336ef03c
Tracker: Replace Path with Location in Query
... matching what's in the Attributes menu and everywhere else. Right align Size column. Replace attribute literals with constants.
Change-Id: I336ef03cd500bf0e079435e21e5b8bf704d29aac Reviewed-on: https://review.haiku-os.org/c/haiku/+/7157 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
41bdfde7 |
| 18-Mar-2023 |
Zach Dykstra <dykstra.zachary@gmail.com> |
tracker: write default columns to correct attr
Tracker creates folders in ~/config/settings/Tracker/DefaultQueryTemplates with customized attributes. In particular, each folder has relevant columns
tracker: write default columns to correct attr
Tracker creates folders in ~/config/settings/Tracker/DefaultQueryTemplates with customized attributes. In particular, each folder has relevant columns already pre-set. These were being generated and written to disk in the host's endian, but always written to the big endian attribute name.
This meant that on LE CPUs, Tracker tried to load _trk/columns and convert it from BE to LE. Sanity checks failed, and each 'converted' column was deleted, leaving Tracker to install a default set of columns.
The attribute for the host's endian is now automatically used (_trk/columns for BE, _trk/columns_le for LE).
This fix also exposed that the 'When' column for the text_x-email template folder was incorrectly typed as a string, instead of time.
Change-Id: I44d5f99d71d949368ff1aba1f48c03332a26d331 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6213 Tested-by: Automation <automation@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
97f11716 |
| 04-Sep-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge remote-tracking branch 'origin/master' into dev/netservices
Change-Id: I588c4a840523995f820161d63741c137bc5c719c
|
#
054c1b27 |
| 01-Sep-2022 |
Augustin Cavalier <waddlesplash@gmail.com> |
Tracker: Overhaul list column size initialization and storage.
Mostly for HiDPI, but this also cleans up the code in general, too.
* Apply a scale-factor when loading and serializing column size/o
Tracker: Overhaul list column size initialization and storage.
Mostly for HiDPI, but this also cleans up the code in general, too.
* Apply a scale-factor when loading and serializing column size/offsets in ViewState.
* Do not hard-code offset values for default columns but let BPoseView::AddColumn() compute them manually instead.
* Change BPoseView::AddColumn() to support being called during early initialization and utilize it in SetUpDefaultColumns...().
* When adding deserialized columns to a BPoseView, always realign the offsets instead of just doing sanity checking. The rationale here is that the first time the TitleView is touched, it will do this anyway, and cause "snapping" or drawing glitches if the alignment is not as expected.
If it was actually somehow an intended feature that non-adjacent columns can be displayed, changes are needed in TitleView and PoseView to properly support this without triggering redraw glitches.
I still saw some very slight redraw glitches (e.g. column contents shifting by 1px) at higher font sizes; however, Tracker before this commit had far more of those glitches (this commit seems to resolve a number of them.)
Tested with 12pt, 18pt, and 20pt font sizes; this seems to work pretty well. But if you see strange behavior or more redraw glitches than there were previously, please do file a ticket.
show more ...
|
#
87f47769 |
| 03-Jun-2020 |
Emir SARI <bitigchi@me.com> |
Add mobile phone field
Change-Id: I655c06ce050f4d1a1b09a4065514c695ec7b6452 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2876 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
#
df4074fb |
| 25-Nov-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
Remove a lot of unused constants.
Spotted by Clang. No functional change intended.
|
#
ccb55f96 |
| 25-Sep-2016 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
Tracker: localize query templates.
Tracker can create query templates when they don't exist yet. This was done with an hardcoded archive of BColumns for the pose view, which did not allow for an eas
Tracker: localize query templates.
Tracker can create query templates when they don't exist yet. This was done with an hardcoded archive of BColumns for the pose view, which did not allow for an easy way to replace the strings. Now the archive is created on the fly when the function is run, which makes it possible to build it with localized strings (and in the system's endianness, which will make it load faster).
Based on patch by mt, but with a lot of rework.
Fixes part of #6374.
show more ...
|
#
1aa5e797 |
| 23-Jul-2014 |
John Scipione <jscipione@gmail.com> |
Tracker: check return value, CID 610641
... if failure, set to blank BMessage().
|
#
d5451cc8 |
| 23-Jul-2014 |
John Scipione <jscipione@gmail.com> |
Tracker: fix negative buffer size, CID 610926
|
#
eaece3eb |
| 20-Jun-2014 |
John Scipione <jscipione@gmail.com> |
Tracker: style fixes to TrackerInitialState.cpp
|
#
25a7b01d |
| 05-May-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'master' into package-management
Additional changes: * Add src/system/kernel/lib/zlib, which builds a kernel version of zlib, needed by packagefs. * BuildFeatures: Add a build feature
Merge branch 'master' into package-management
Additional changes: * Add src/system/kernel/lib/zlib, which builds a kernel version of zlib, needed by packagefs. * BuildFeatures: Add a build feature "gcc2" to allow for easier checks. * Referenceable.cpp: Include <OS.h> instead of <debugger.h>. The latter is not needed and prevents building for the build platform. * zlib/zutil.h: Fix gcc 2 build. We really should use the external package instead.
Conflicts: .gitignore build/jam/BuildSetup build/jam/FileRules build/jam/FloppyBootImage build/jam/HaikuImage build/jam/ImageRules build/jam/KernelRules build/jam/NetBootArchive build/jam/OptionalBuildFeatures build/jam/OptionalLibPackages build/jam/OptionalPackageDependencies build/jam/OptionalPackages build/scripts/build_haiku_image configure data/bin/installoptionalpackage data/system/boot/Bootscript headers/os/app/Message.h headers/os/package/PackageInfo.h headers/os/package/PackageInfoAttributes.h headers/os/package/PackageInfoSet.h headers/os/package/PackageRoster.h headers/os/package/PackageVersion.h headers/os/package/hpkg/PackageInfoAttributeValue.h headers/os/storage/FindDirectory.h headers/os/storage/Node.h headers/os/support/StringList.h headers/private/system/directories.h src/add-ons/kernel/drivers/audio/ac97/es1370/Jamfile src/add-ons/kernel/file_systems/packagefs/AttributeIndex.cpp src/add-ons/kernel/file_systems/packagefs/Jamfile src/add-ons/kernel/file_systems/packagefs/Package.cpp src/add-ons/kernel/file_systems/packagefs/Package.h src/add-ons/kernel/file_systems/packagefs/PackageDomain.cpp src/add-ons/kernel/file_systems/packagefs/PackageDomain.h src/add-ons/kernel/file_systems/packagefs/PackageFSRoot.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkDirectory.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkDirectory.h src/add-ons/kernel/file_systems/packagefs/PackageLinkSymlink.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkSymlink.h src/add-ons/kernel/file_systems/packagefs/PackageLinksDirectory.cpp src/add-ons/kernel/file_systems/packagefs/PackageNode.h src/add-ons/kernel/file_systems/packagefs/ResolvableFamily.cpp src/add-ons/kernel/file_systems/packagefs/Version.cpp src/add-ons/kernel/file_systems/packagefs/Version.h src/add-ons/kernel/file_systems/packagefs/Volume.cpp src/add-ons/kernel/file_systems/packagefs/Volume.h src/add-ons/kernel/file_systems/packagefs/kernel_interface.cpp src/add-ons/kernel/file_systems/userlandfs/shared/driver_settings.c src/apps/deskbar/BarApp.cpp src/apps/deskbar/BarMenuBar.cpp src/apps/deskbar/BarMenuBar.h src/apps/deskbar/BarView.cpp src/apps/deskbar/BarView.h src/apps/deskbar/BarWindow.cpp src/apps/deskbar/BarWindow.h src/apps/deskbar/DeskbarMenu.cpp src/apps/deskbar/DeskbarMenu.h src/apps/deskbar/DeskbarUtils.cpp src/apps/deskbar/DeskbarUtils.h src/apps/deskbar/ExpandoMenuBar.cpp src/apps/deskbar/ExpandoMenuBar.h src/apps/deskbar/TeamMenu.cpp src/apps/processcontroller/ProcessController.cpp src/apps/remotedesktop/RemoteDesktop.cpp src/bin/bash/config-top.h src/bin/finddir.c src/bin/package/Jamfile src/bin/package/command_add.cpp src/bin/package/command_create.cpp src/bin/package/command_list.cpp src/bin/package_repo/command_list.cpp src/bin/pkgman/command_refresh.cpp src/build/libbe/support/Jamfile src/build/libpackage/Jamfile src/build/libroot/Jamfile src/build/libroot/fs.cpp src/build/libroot/remapped_functions.h src/kits/locale/MutableLocaleRoster.cpp src/kits/opengl/GLRendererRoster.cpp src/kits/package/PackageInfo.cpp src/kits/package/PackageInfoSet.cpp src/kits/package/PackageRoster.cpp src/kits/package/PackageVersion.cpp src/kits/package/RepositoryCache.cpp src/kits/package/hpkg/PackageWriterImpl.cpp src/kits/package/hpkg/ReaderImplBase.cpp src/kits/package/hpkg/WriterImplBase.cpp src/kits/print/PrintTransport.cpp src/kits/print/Printer.cpp src/kits/screensaver/ScreenSaverRunner.cpp src/kits/support/StringList.cpp src/kits/tracker/ContainerWindow.cpp src/kits/tracker/DeskWindow.cpp src/kits/tracker/PoseView.cpp src/libs/print/libprint/Transport.cpp src/preferences/printers/AddPrinterDialog.cpp src/preferences/screensaver/ScreenSaverWindow.cpp src/servers/debug/DebugServer.cpp src/servers/input/AddOnManager.cpp src/servers/media_addon/MediaAddonServer.cpp src/system/boot/Jamfile src/system/boot/loader/Jamfile src/system/boot/loader/loader.cpp src/system/boot/loader/vfs.cpp src/system/kernel/fs/vfs.cpp src/system/kernel/fs/vfs_boot.cpp src/system/libroot/os/find_directory.cpp src/system/runtime_loader/runtime_loader.cpp src/tools/package/Jamfile
show more ...
|
#
c802257b |
| 06-Aug-2012 |
Alex Smith <alex@alex-smith.me.uk> |
Merge branch 'master' into x86_64
|
#
aed35104 |
| 05-Aug-2012 |
Humdinger <humdingerb@gmail.com> |
Close alerts with ESCAPE key.
Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts depending if the result gets used later in the code, or if it's a one-button BAlert.
|
#
e27109c1 |
| 30-Jul-2012 |
Alex Smith <alex@alex-smith.me.uk> |
Merge branch 'master' into x86_64
|
#
ea001e58 |
| 28-Jul-2012 |
John Scipione <jscipione@gmail.com> |
Round 2 of style changes to Tracker
* focused on 80-char limit fixes. * also some whitespace and case statement indentation fixes
|
#
0efc5e72 |
| 28-Jul-2012 |
Alex Smith <alex@alex-smith.me.uk> |
Merge branch 'master' into x86_64
|
#
b05aa8b5 |
| 27-Jul-2012 |
John Scipione <jscipione@gmail.com> |
Style changes in Tracker, no functional change.
Manual whitespace cleanup Change instances of const char * to const char* Convert /* */ C style comments to // C++ style comments
|
#
07b33113 |
| 11-Jun-2012 |
Alex Smith <alex@alex-smith.me.uk> |
Merge branch 'master' into x86_64
|
#
4c08828e |
| 09-Jun-2012 |
Adrien Destugues - PulkoMandy <pulkomandy@pulkomandy.tk> |
Merge branch 'master' of ssh://git.haiku-os.org/haiku
|
#
72b7db34 |
| 21-May-2012 |
Reznikov Sergei <diver@gelios.net> |
Added resize to fit shortcuts. Partially fixes #7467.
* Adjusted initial tracker windows width to fit modified column. * Resolved a TODO: Added get info shortcut to Open with window.
Author: Se
Added resize to fit shortcuts. Partially fixes #7467.
* Adjusted initial tracker windows width to fit modified column. * Resolved a TODO: Added get info shortcut to Open with window.
Author: Sergei Reznikov <diver@gelios.net>
Signed-off-by: Alexandre Deckner <alexandre.deckner@uzzl.com>
show more ...
|
#
546208a5 |
| 16-Apr-2012 |
Oliver Tappe <zooey@hirschkaefer.de> |
More catalog-related cleanup.
* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO * adjust all uses of both macros in Haiku'
More catalog-related cleanup.
* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO * adjust all uses of both macros in Haiku's source tree * use correct header guard for collecting/Catalog.h
The renamed macros require adjustments to all external applications using catalogs.
show more ...
|
#
5c6b9eb0 |
| 23-Feb-2012 |
Jerome Duval <jerome.duval@gmail.com> |
Some fixes for GCC 4.6 warning: variable set but not used
|
#
7b80b5d5 |
| 17-Sep-2010 |
Alexandre Deckner <alex@zappotek.com> |
* Use multiple translate contexts in Tracker for easier translation
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38691 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4ed28a57 |
| 13-Jul-2010 |
Alexandre Deckner <alex@zappotek.com> |
* Applied libtracker localization patch from T.Murai (a.k.a mt) with some modifications (see below). * Functional modifications: Reworked InfoWindow file size localization, the patch removed num
* Applied libtracker localization patch from T.Murai (a.k.a mt) with some modifications (see below). * Functional modifications: Reworked InfoWindow file size localization, the patch removed number formating (size in bytes) and was too complicated to my taste. Replaced the uses of sprintf with the safer snprintf. Changed signature to x-vnd.Haiku-libtracker instead of x-vnd.Haiku-libTracker (to be consistent with the binary name) * Style modifications: Reworked lots of 80 char indenting (probably due to the now shorter line lengths since your previous patch that wasn't using the macros) Lots of missing brackets when "if's" becomes multiline. Other minor fixes.
Noticed a few uses of FindItem on translated names that might become problematic someday. Added some TODO's regarding localization of file sizes. Localization might still be optimized a bit regarding the produced en.catkeys
Note to translators: .catkeys files should be placed in haikusource/data/catalogs/kits/tracker though beware as the base en.catkeys might change slightly in the next days. Note to users: As with any other app you need to restart Tracker (or any aother app using libtracker's filepanels) for it to pick the locale setting. E.g: use 'quit an application' and 'restart Tracker' from process controller.
Thanks a lot T.Murai
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37492 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
aa61ee48 |
| 17-Jan-2010 |
Rene Gollent <anevilyak@gmail.com> |
Cleaned up legacy icon mappings and add some missing resource definitions to TrackerIcons.h. Also removed the setup for the folder icon mimetype in TrackerInitialState, as it was using a non-existe
Cleaned up legacy icon mappings and add some missing resource definitions to TrackerIcons.h. Also removed the setup for the folder icon mimetype in TrackerInitialState, as it was using a non-existent resource ID to do so with.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35118 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|