textbrowser / biblioteq

Archive and catalog the world for today's and tomorrow's generations! Awesome and everyware.
https://textbrowser.github.io/biblioteq/
Other
217 stars 46 forks source link

Date format configuration interface and Translation. #357

Closed meteos77 closed 6 months ago

meteos77 commented 6 months ago

We don't touch the date configuration often so it's not a problem just feedback.

I have the impression that the translation has an influence on the configuration in the date format display (in fact the position in the menu).

To change the presentation of the books, I have to edit the music CDs.

If I modify the books via the UI, the photographic collection is modified.

Interface_Config_Date

textbrowser commented 6 months ago

Pls. add you INI here. The data format literals are not translated (not surrounded by tr()).

meteos77 commented 6 months ago

BiblioteQ.ini.txt

textbrowser commented 6 months ago

I see. Sorting the table causes an incorrect mapping. This requires that each cell is inspected for a translated literal.

textbrowser commented 6 months ago

Availability colors table is incorrect too. Maybe.

textbrowser commented 6 months ago

Translating software is impossibly difficult.

meteos77 commented 6 months ago

We don't touch the date configuration often so it's not a problem just feedback ! I understand the difficulty.

Colors ... not yet discovered because we only have books.

textbrowser commented 6 months ago

Try again.

textbrowser commented 6 months ago

Qt::UserRole is a neat method of storing hidden data. I ignored my cleverness and recorded the values as they exist; neglecting that they may be sorted.

textbrowser commented 6 months ago

This was not a problem because a previous release introduced sorted columns.

textbrowser commented 6 months ago

June 6, 2023.

  • Enable sorting for table widgets in Other Options.
  • textbrowser commented 6 months ago

    The detailed release notes are very important for historic concepts because GH and git require that you elaborate your commits and if you do not you must review the revisions which can be quite impossible without vast time and memory.

    textbrowser commented 6 months ago

    I did remember that I enabled sorting and the Qt::UserRole was for that very purpose but I didn't percolate the sorted idea into the save instructions. Now you see it because no one else cares about it. So I publish release notes for people to review but they won't because carelessness and such.

    meteos77 commented 6 months ago

    It's working well now. I have no doubt that you are very organized in your developments ...

    I read the release notes but I don't really understand them all :-)

    meteos77 commented 6 months ago

    I'm always impressed by how quickly you correct things. SUPER BRAVO !

    textbrowser commented 6 months ago

    Availability colors also corrected: Other Options -> Main Window. It's a sort thing.

    meteos77 commented 6 months ago

    According to my tests, Color availability not corrected. strange behavior: if the Show Table / View Images option is checked, the colors are not the same.

    right BiblioteQ.ini file color-dispo

    meteos77 commented 6 months ago

    If I save with the English interface, everything returns to normal. color-dispo_EN

    meteos77 commented 6 months ago

    https://github.com/textbrowser/biblioteq/assets/56431039/9c8c432a-08dc-4bca-b01f-60bfaee5cc79

    meteos77 commented 6 months ago

    I hope this helps. For me, there's nothing very urgent about this problem.

    textbrowser commented 6 months ago

    According to my tests, Color availability not corrected. strange behavior: if the Show Table / View Images option is checked, the colors are not the same.

    right BiblioteQ.ini file color-dispo

    Did you pull the newest commit? I cannot replicate this problem in English and in French. Other Options is fine. Main window is fine.

    textbrowser commented 6 months ago

    According to my tests, Color availability not corrected. strange behavior: if the Show Table / View Images option is checked, the colors are not the same.

    right BiblioteQ.ini file color-dispo

    I removed Latin-1 conversions. I would see a color as "=QByteArray()" in my INI.

    textbrowser commented 6 months ago

    You have "=#...".

    meteos77 commented 6 months ago

    Everything works perfectly, Thank you very much for BiblioteQ!

    textbrowser commented 6 months ago

    Please create tickets for incomplete items which you've mentioned and require.