Search results

  1. Tempel

    Beta Pndstore

    Thanks Caine. Just to confirm I know what I'm doing, could someone please test this experimental version and let me know if it runs?
  2. Tempel

    Release Repo Spec Improvements

    B-ZaR: It's certainly an interesting idea, but it seems like an unnecessary degree of complexity. That's really my only objection, that implementing it repo-side, and making good use of it client-side, would be rather complicated without, I think, providing too much benefit. I've already said...
  3. Tempel

    Release public beta test

    After an embarrassing error, I uploaded a quick fix for PNDstore. Archiving works properly now, except that the archive list shows the old version as 0.3.2 (which is the latest), though it downloads 0.3.1 correctly. Perhaps this is just because I uploaded both on the same day?
  4. Tempel

    Beta Pndstore

    Holy cow, I wasn't expecting that. Thanks guys, I made a quick fix that is up now. Hopefully that does it. Edit: Could one of you (or anyone with a Pandora, I guess) please do me a quick favour so this doesn't happen again? Open up a terminal and run this command:python -c "import pygtk...
  5. Tempel

    Beta Pndstore

    I just uploaded 0.3.1, a bugfix release, to the repo. It does fix searching, so it now works by title rather than ID. Sorting, though, turned out to be a separate issue that I'll have to deal with later. It also fixes a potential bug from a failed upgrade; no one's reported seeing this bug...
  6. Tempel

    Release PNDstore

    I just uploaded version 0.3.1, a bugfix release, to the repo. It fixes a potential bug with failed upgrades, and also makes searching work correctly. As long as focus is inside the list of packages, hit Ctrl+F or just start typing, and it will find package titles that match. milkshake: There...
  7. Tempel

    Release public beta test

    Still more errors with the latest (0.3.1) update to PNDstore, but fewer of them. First this: Notice: Undefined variable: pkg_id in /srv/www/vhosts/repo.openpandora.org/httpdocs/includes/get_pnd.php on line 386 Then, after confirming, this: Notice: Undefined variable: pkg_id in...
  8. Tempel

    Release Repo Spec Improvements

    milkshake: Yep, that's what I thought you meant. I think we're mostly in agreement, so the spec could be changed soon. But we still haven't figured out how package removal should be handled in the updates-only list. It should be simple enough to just do: { "id": "<package_id>"...
  9. Tempel

    Release PNDstore

    peelie: Huh. That's new. Let me know if that still happens in the repo version, because I have no idea what could cause that. MarioPandio: That second one looks like a permission error on your SD card or something. Maybe out of loopback devices? The first one I don't understand. Maybe a...
  10. Tempel

    Release Repo Spec Improvements

    Yes. Each listed package allows for a list of URLs to screenshots; icons work the same. After obtaining the repository file, this allows screenshots and icons to be downloaded as needed by the client. I haven't yet implement this in PNDstore, but it's on my big todo list.
  11. Tempel

    Release Repo Spec Improvements

    I fully agree with the addition of package update date and filesize, as well as the only only-updates URL. These could all be optional additions to the spec; none of these fields would be required, so this could be repo version 2.1. As I suggested in an earlier private conversation, the...
  12. Tempel

    Release PNDstore

    I wouldn't call it a great program when it wipes out a partition on your SD card! Still, I would suspect the SD card itself before PNDstore. But I'm also curious to see that .out file. Have you tried this on any other cards?
  13. Tempel

    My ideas for changes to the way apps work.

    I fully support ED's proposal. Regarding improvements to PNDstore: *nicer GUI Totally. This is my first attempt at GUI design, so it's going slowly. I would love it if anyone is willing to help a bit with it; otherwise, I'll improve it gradually. *Categories support Categories are...
  14. Tempel

    Release public beta test

    I just updated PNDstore again. After first uploading, when it asks if I want to replace the old version, these errors appear: Notice: Undefined variable: license_array in /srv/www/vhosts/repo.openpandora.org/httpdocs/includes/class/pxml_to_array.php on line 370 Notice: Undefined variable...
  15. Tempel

    Beta Pndstore

    I finalized the 0.3 release and uploaded to the repo. It doesn't fix sorting or searching, but those will come.
  16. Tempel

    Release PNDstore

    I've finalized the 0.3 release and uploaded to the repo. I just hope MarioPandio's system-destroying problem doesn't repeat.
  17. Tempel

    Release PNDstore

    Yeah, I only just recently learned about that mmenu folder. For whatever reasons, libpnd doesn't report it as a searchpath, so PNDstore doesn't look there. I'll see what I can do. :o That doesn't seem right. The worst PNDstore should be able to do is remove your PNDs. It doesn't even...
  18. Tempel

    Beta Pndstore

    I'm fairly certain that it's sorting by package ID. Gnome 3D Tetris has the ID "3dtetris...", so no wonder it comes first. I'm just not sure whether they're all actively sorted alphabetically, or just sorted in the order that they're entered into the list. This is also the reason that...
  19. Tempel

    My ideas for changes to the way apps work.

    I don't understand what makes Jeff's suggestion complicated (other than the fact that he tends to use more words than he needs to ;) ). First off, the issue of which directories to scan is distinct from the issue of automatic updates. Scanning an SD card's root directory is fine, I don't...
  20. Tempel

    Release PNDstore

    ;) But you're right, a queue would be better. This is still my first foray into threading, so I'm taking it slowly, but queuing is now on the list. My only concern is with users mashing too many commands at once, then getting upset when it takes forever and starts doing things that they...
Back
Top