History log of /haiku/src/apps/haikudepot/model/PackageInfoListener.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 97a8cc6c 10-Nov-2024 Andrew Lindesay <apl@lindesay.co.nz>

HaikuDepot: Refactor notification and screenshots

Changes to the package model to factor-out
screenshots, to adjust the notifications and to
adjust depots so that packages cannot be added
more than

HaikuDepot: Refactor notification and screenshots

Changes to the package model to factor-out
screenshots, to adjust the notifications and to
adjust depots so that packages cannot be added
more than once under the same name.

Change-Id: I2f9219a1cbc0f42631bddff00852c447fd66c929
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8563
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>

show more ...


# c0789628 07-Nov-2024 Andrew Lindesay <apl@lindesay.co.nz>

HaikuDepot: Split out Local Info From Pkg

Continued work to normalize the data model
in the application.

Change-Id: I6dc6d17cff866b18f56431056958092c8bdc3a19
Reviewed-on: https://review.haiku-os.or

HaikuDepot: Split out Local Info From Pkg

Continued work to normalize the data model
in the application.

Change-Id: I6dc6d17cff866b18f56431056958092c8bdc3a19
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8524
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


# c65ff9f1 27-Oct-2024 Andrew Lindesay <apl@lindesay.co.nz>

HaikuDepot: Factor out localizable text.

This change will factor out the localizable
text into a sub-model from the package model.

Change-Id: I5b6375665f37dd51ae0e16000956894283da2243
Reviewed-on:

HaikuDepot: Factor out localizable text.

This change will factor out the localizable
text into a sub-model from the package model.

Change-Id: I5b6375665f37dd51ae0e16000956894283da2243
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8508
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


# 8cc3ed34 20-Oct-2024 Andrew Lindesay <apl@lindesay.co.nz>

HaikuDepot: Model package classification

This moves the categories, prominence and native
desktop (new) flag into a separate model.

Change-Id: I4c45004a3a38cc08bb610184f8d7ef786f0d1a08
Reviewed-on:

HaikuDepot: Model package classification

This moves the categories, prominence and native
desktop (new) flag into a separate model.

Change-Id: I4c45004a3a38cc08bb610184f8d7ef786f0d1a08
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8474
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>

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


# 7d137fd9 23-May-2022 Andrew Lindesay <apl@lindesay.co.nz>

HaikuDepot: Issue with Version Dates

Resolves an issue where package version dates are not
updated in the UI as they are updated in the model.

Change-Id: Ic21954f91abb9c6f9bf0907500e189215adb70de
R

HaikuDepot: Issue with Version Dates

Resolves an issue where package version dates are not
updated in the UI as they are updated in the model.

Change-Id: Ic21954f91abb9c6f9bf0907500e189215adb70de
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5333
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>

show more ...


# a688d43f 17-Apr-2020 Paradoxon <two4god@gmail.com>

HaikuDepot: Add a version column.

Makes it easier to find the latest version of a app.

Fixes #15668.

Change-Id: I26e939cd7ac4c590d856a2b093cc52098fa14301
Reviewed-on: https://review.haiku-os.org/c

HaikuDepot: Add a version column.

Makes it easier to find the latest version of a app.

Fixes #15668.

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

show more ...


# d90412cb 20-Nov-2017 Julian Harnath <julian.harnath@rwth-aachen.de>

HaikuDepot: add repository column in package list view

* As requested in #12538

* Hidden by default to not clutter up the view with information that
isn't important in the default setup. Like the

HaikuDepot: add repository column in package list view

* As requested in #12538

* Hidden by default to not clutter up the view with information that
isn't important in the default setup. Like the state of other
columns, the visibility is remembered.

show more ...


# f67071b9 04-Apr-2015 Stephan Aßmus <superstippi@gmx.de>

HaikuDepot: Re-activated Size-column

Noticed that HaikuDepotServer info now contains "payloadLength", which is
the package size. Populate that in the list view.


# 72992391 04-Apr-2015 Stephan Aßmus <superstippi@gmx.de>

HaikuDepot: Title versus Name distinction

* The name is the static package name. The title is either that name,
or a translated pretty version of the name.
* Adjust package info retrieval to se

HaikuDepot: Title versus Name distinction

* The name is the static package name. The title is either that name,
or a translated pretty version of the name.
* Adjust package info retrieval to server API changes. Unbreaks package
translations.

show more ...


# 6072a7e4 01-Nov-2014 Stephan Aßmus <superstippi@gmx.de>

HaikuDepot: Added "prominence" member to PackageInfo


# 04c9d578 27-Sep-2014 Stephan Aßmus <superstippi@gmx.de>

HaikuDepot: Organized source into sub-folders