[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2023-09-27 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=231867

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/tellico/-/commit/870ef2e |ce/tellico/-/commit/1e101b5
   |2b5efc45561bbf3a1ed6e11823c |51c9ae190ce4e2afd5c7500f915
   |05fcfc  |422505

--- Comment #6 from Robby Stephenson  ---
Git commit 1e101b551c9ae190ce4e2afd5c7500f915422505 by Robby Stephenson.
Committed on 28/09/2023 at 03:37.
Pushed by rstephenson into branch 'master'.

For collections with no named title field, add fallback values

Look for first field formatted as a title, or lacking that, just the
first field overall
FIXED-IN: 3.5.2

M  +4-0ChangeLog
M  +11   -0src/collection.cpp
M  +2-0src/collection.h
M  +1-1src/entry.cpp
M  +23   -0src/tests/collectiontest.cpp
M  +1-0src/tests/collectiontest.h

https://invent.kde.org/office/tellico/-/commit/1e101b551c9ae190ce4e2afd5c7500f915422505

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2023-09-27 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=231867

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.5.2
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/tellico/-/commit/870ef2e
   ||2b5efc45561bbf3a1ed6e11823c
   ||05fcfc

--- Comment #5 from Robby Stephenson  ---
Git commit 870ef2e2b5efc45561bbf3a1ed6e11823c05fcfc by Robby Stephenson.
Committed on 28/09/2023 at 03:36.
Pushed by rstephenson into branch '3.5'.

For collections with no named title field, add fallback values

Look for first field formatted as a title, or lacking that, just the
first field overall
FIXED-IN: 3.5.2

M  +4-0ChangeLog
M  +11   -0src/collection.cpp
M  +2-0src/collection.h
M  +1-1src/entry.cpp
M  +23   -0src/tests/collectiontest.cpp
M  +1-0src/tests/collectiontest.h

https://invent.kde.org/office/tellico/-/commit/870ef2e2b5efc45561bbf3a1ed6e11823c05fcfc

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2023-09-10 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=231867

Thiago Sueto  changed:

   What|Removed |Added

 CC||herzensch...@gmail.com

--- Comment #4 from Thiago Sueto  ---
I recently created a custom collection with Tellico and removed the Title
field, instead using a more descriptive field called Repository. Now the Group
view will show groups but not the name of each record, showing a list filled
with empty items.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2020-11-13 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=231867

Robby Stephenson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Robby Stephenson  ---
(In reply to Justin Zobel from comment #2)
> Robby can you please confirm this can now be resolved thanks to your commit?

It's not resolved completely. I had this bug as a marker for showing something
other than the title. The commit mentioned in comment#1 is only for enabling
sorting by a different field.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2020-11-12 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=231867

Justin Zobel  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com

--- Comment #2 from Justin Zobel  ---
Robby can you please confirm this can now be resolved thanks to your commit?

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 231867] Group view should allow a field other than the title to be shown

2020-10-25 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=231867

--- Comment #1 from Robby Stephenson  ---
Git commit 5817163f261a4ef298c855e0f810de8231677c4f by Robby Stephenson.
Committed on 25/10/2020 at 20:22.
Pushed by rstephenson into branch 'master'.

Add user-selectable sorting in the group view

The context menu now provides a popup menu with all fields suitable
for sorting. An icon was added to the sorting menu. The icon view also
uses the same method for creating the sort menu.

However, the sorting is not yet retained from session to session.
FIXED-IN: 3.4

M  +4-0ChangeLog
M  +1-0TODO
M  +21   -0src/controller.cpp
M  +1-0src/controller.h
M  +1-1src/detailedlistview.cpp
M  +5-10   src/entryiconview.cpp
M  +15   -1src/groupview.cpp
M  +2-2src/groupview.h
M  +67   -17   src/models/groupsortmodel.cpp
M  +6-3src/models/groupsortmodel.h

https://invent.kde.org/office/tellico/commit/5817163f261a4ef298c855e0f810de8231677c4f

-- 
You are receiving this mail because:
You are watching all bug changes.