Announcement: New/updated in HaikuDepot (2024)

Oh, going for the hat-trick! \o/ \o/ \o/

I just released QuickLaunch v1.7.

The start-time is a bit improved - or a alot, depending on your situation. If, like me, you got several partitions completely on your “ignore list” (for me those are ones with the checked out source of dozens and dozens of Haiku applications, and my HaikuPorts partition), QuickLaunch now doesn’t even query those. Meaning they also don’t slow down the building of the “all-apps-list” at launch.
Nice, but probably not even noticable, because it’s quick enough anyway…

I also fixed an oversight that resulted of every filtering being done twice! That also fixed a little graphical glitch when a large list of apps is shown, like if you enter “*” to show all applications.

More interesting, however, is the new feature that allows you to drop any file - not just an application - into your favourites list. Those non-apps are tinted green to distinguish them quickly:

quicklaunch_favorites

This gives you quick access to often needed documents, like the BeBook or the BeOSBible’s scripting chapters, or a folder like Tracker’s ~/config/settings/Tracker/Go with all your favourites.

11 Likes

6 posts were split to a new topic: QuickLaunch ideas

A post was merged into an existing topic: QuickLaunch ideas

Got just another update released: CapitalBe v2.2

The big new feature is that you’re not limited to one fixed file with all your accounts and transactions any more. You can create several so-called “ledgers”, for example for different persons, businesses or projects.

The GUI is still pretty much the same:

CapitalBe_v2.2

The whole changelog:

  • Introduce “ledgers” to separate bookkeeping for multiple persons/projects
  • Keep a list of recent ledgers in “Open ledger…” submenu
  • Added “CapitalBe ledger” MIME type
  • Allow double-clicking and drag&drop of “CapitalBe ledger” files
  • Rename “File” to “Ledger” menu and move “Categories” there
  • Let the Zoom button maximize the window vertically
  • Still allow transaction dates of the future, but mark them “invalid”
  • Fix QIF im/export
  • Bugfixes
  • Updated documentation
  • Updated translations

[ETA: I forgot to give a shoutout to @korli, who found and fixed crashes I’d probably wouldn’t have figured out to this day…

Also, beware, I just found out that CapitalBe hates non-ASCII characters in payee and categories. Öhhh, ähhh, needs fixing if I find the issue…]

[ETA2: @korli already fixed the öhh, ähhh, Ümläüt issue! :+1: Thanks!]

14 Likes

Thanks to @alpopa clisp (Common Lisp) is now in the depot available for 32bit and 64bit.

6 Likes

Actually, it was a joint effort together with @Begasus and CLISP team. And believe me, my effort was not the largest.

5 Likes

Another update to CapitalBe, v2.3.

The changes:

  • Account settings: added option to set an opening date and balance
  • Report: Improved summarily display of categories (1 row/category)
  • Bugfix: support non-ASCII characters for payee and category
  • Bugfix: fix QIF export of multiple accounts
  • Bugfix: don’t create a transaction if the user aborted it (“Cancel”)
  • Rename category type from “Spending” to “Expenses”
  • Added French translation, thanks blioberis, Jérôme Duval, and Briseur!
  • Update documentation

Besides the bugfixes, most interesting is perhaps the optional starting balance and date for every account:

open-date

11 Likes

Nice work Humdinger! Any chance of supporting the OFX format? https://en.wikipedia.org/wiki/Open_Financial_Exchange

3 Likes

Probably not. For the time being, I made all the changes I wanted for CapitalBe and leave further developments to others. “Patches welcome” at GitHub - HaikuArchives/CapitalBe: CapitalBe is the premiere personal finance manager for Haiku. :slight_smile:

That said, I was already notified about a bug that I think I’ve fixed, waiting for confirmation on that. So expect a quick bugfix release soon…

1 Like

CapitalBe v2.3.1 now available. Just a quick fix for the “opening balance”.

2 Likes

I found some time to get one of my toy projects ready for a first release. WindowTailor allows you to manage the properties of any currently open window. It is designed to be launched by keyboard shortcut using the Shortcuts preference application. Setting up a shortcut without any extra command arguments will open the interface and allow you to manage the currently active window.

WindowTailor

Tiling is still in the experimental phase and needs work on calculating sizes better.

22 Likes

Damn, I need this. Featured.

But you should have called it VisualHey :smiley:

4 Likes

Good day @Lrrr ,

Congrats!!! I was working on something similar. Not quite professional as your view!. Great work!!!

Regards,
RR

1 Like

OptiImage, a small utility to resize your images (yeah, there are already native ones), just because it can. :slight_smile:

Native view (breeze icons):

Haiku Style (in the depot):

EDIT: if there are glitches in the GUI, the next could smooth some things out, I guess there still could be fome fixing needed in the Kirigami package (haven’t found a way so far), I don’t have this atm in KF6 6.8.0.

Add: export KIRIGAMI_LOWPOWER_HARDWARE=1 to ~/config/settings/profile file.

1 Like

QuickLaunch v1.8 is out. Most visible change is that the GUI lost the Help and Setup buttons, but grew a regular menu bar:

quicklaunch_v1.8

As always when the GUI changes after over a decade, some won’t love it at the beginning. I, too, got used to the old look… :slight_smile:

OTOH, the new menu has advantages. The biggest is the new “Temporary options” menu. With it you can quickly toggle showing path (ALT+P) or version(ALT+V) , ignore the ignore list (ALT+I) or searching anywhere in an app name (ALT+S) . All while keeping the default settings when you start QuickLaunch next time.

Some shortcuts had to be moved around to make the above most intuitive. As I, you’ll get used to it… :smiley:

Quick shoutout to @madmax who contributed some nice patches and bugfixes!

11 Likes

Hello,

I’ve just installed it on R1 Beta5, and I have the below error message :

argh, missing dep on qqc2-desktop-style (for KF6), I’ll fix that in a bit (doing some checking on another package atm), for now if you install the package qqc2_desktop_style6 it should be fixed (if I didn’t miss another one). :slight_smile:
Thanks for reporting!

1 Like

I really like QuickLaunch. Helps me keep my desktop tidy when I need to launch infrequently use apps.

Should be embedded in the system apps :slight_smile:

2 Likes

3 posts were merged into an existing topic: Ideas for future Deskbar features