Giter Site home page Giter Site logo

Comments (2)

turnarklight avatar turnarklight commented on July 17, 2024

I seem to have tweaked it myself to get the result I wanted, so I guess case closed, but it would be pretty cool if sort_title could be implemented without needing to go through this weird backdoor method.

If anyone else runs into this issue, what I did was go into the theme.qml file, and where it says:

// Filtering options
property bool showFavs: false
property var sortByFilter: ["title", "lastPlayed", "playCount", "rating"]
property int sortByIndex: 0

I changed "title" to "sort_title."


In addition, in the "ListCollectionGames" file in the "Lists" folder, and in that file, where it says:

sourceModel: collection.games
filters: [
ValueFilter { roleName: "favorite"; value: true; enabled: showFavs },
RegExpFilter { roleName: "title"; pattern: searchTerm; caseSensitivity: Qt.CaseInsensitive; enabled: searchTerm != "" },

I changed "title" to "sort_title" here as well.

I am not sure if both of these changes are why it got fixed or if only one of them was needed. I'd certainly be curious to know!

from gameos.

PlayingKarrde avatar PlayingKarrde commented on July 17, 2024

Thanks, I've pushed an update to fix this.

from gameos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.