Recent content by dflemstr

  1. dflemstr

    Release Panorama

    So there doesn't seem to be that much going on regarding this project. If something happens that deserves my attention, please message me.
  2. dflemstr

    Release Panorama

    ohai
  3. dflemstr

    Release Panorama

    Well I don't have a Pandora, period. The opportunity's all yours.
  4. dflemstr

    Release Panorama

    So I guess that I'll have to use this thread now, bummer. Anyways, it is really a flaw in libpnd that it specifies the full icon path to an icon, but it can't be avoided I guess, since it can't add the icons in the right places in the basically R/O file system. I've made it so that panorama...
  5. dflemstr

    Panorama

    If your build directory already contains a resolved Qt installation, it won't look for a new one. Make a separate build directory for each platform that you build for and make sure that the right environment is set up the first time you use "cmake ..".
  6. dflemstr

    Panorama

    This can be automated, but at the moment I just use cmake without caring about the native build system of jansson. But yeah, using EXTERNALPROJECT_ADD(), one can use the native makefiles of an external project. Yeah, can be automated, same as above. You have to add a CPack generator (you can...
  7. dflemstr

    Panorama

    So let's patch libpnd? EDIT: Oh wait, it's libpnd, and a total mess, I forgot. The issue is in pndnotifyd, so it would take a long time to get that pushed out to all devices. Is there a fast way of checking whether a file has been updated? Checksumming them would take longer than to just parse...
  8. dflemstr

    Panorama

    You misunderstand. I meant that deps/milky/libmilky.so clashes with plugins/milky/libmilky.so (now called plugins/packages/libpackages.so) A thread is way overkill for that I think. If the problem is that the model is being updated too often for the initial data load, then we'll just tell the...
  9. dflemstr

    Panorama

    Oh BTW: for simplicity's sake I renamed the libmilky.so (The QML plugin) to libpackages.so because it clashed with libmilky.so (The Arch/ALPM-like PND package manager) but you still load it with "Panorama.Milky"... If it's possible to make the interface of that plugin generic enough that it...
  10. dflemstr

    Panorama

    OK, "ported" Panorama to CMake instead of QMake. Advantages: Easier cross-compilation, Easier distribution, Possibility of making Linux Desktop packages (The script currently generates .tar.gz, .tar.Z and .sh-installer files on "make package"), Possibility of generating .pnd files automatically...
  11. dflemstr

    Panorama

    Just a small issue: the repo fails to build right now because pandora-libraries "ships" with its own Makefile, which makes qmake skip the pandora-libraries.pro file, causing horrific relocation errors because of libstdc++ linker stuff. Running qmake inside of pandora-libraries fixes the issue...
  12. dflemstr

    Panorama

    Yo, fun to see that this is still alive... Won't say that I'll have time to contribute a lot, but I'll keep lurking.
  13. dflemstr

    Panorama

    So I still don't have time to work on this, but I would prefer if the changes stayed out of the "main tree" for now; they are your changes after all, and I'll have to have a look before they go into "my tree" (Which I renamed to the Panorama organization but yeah...). Feel free to tag for...
  14. dflemstr

    Panorama

    The GUIs are just proofs of concepts. If I ever get time to do anything ever again, I'll make the most extremely appealing UI you've ever seen, so good that it'll make your eyes bleed. :P
  15. dflemstr

    Panorama

    Wait until I've fixed the build system and where all the submodules are strewn around, and then we can start merging my stuff and your stuff.
Back
Top