Skip to content
Snippets Groups Projects
  1. Mar 15, 2025
    • Fatih Uzunoğlu's avatar
      qt: make limit=0 behave limit=0 in `BaseModel` · cb7b46c0
      Fatih Uzunoğlu authored
      limit=0 having special value, such as loading
      all items is not intuitive. limit=0 should
      behave as limit is 0, as what it suggests.
      
      Not only that but it also means we need two
      special values to (current case):
      
      - Not load any items. (any negative number?)
      - Load all items. (limit=0)
      
      Where as if limit=0 behaves as limit=0,
      we need only one special value to load all
      items. I propose any arbitrary negative
      number.
      
      The current situation also makes mapping
      more complicated, for example with a view
      that has a property `itemCountToShow`, we
      can not simply map `limit: view.itemCountToShow`,
      because when `itemCountToShow` is 0, this
      would cause the model to load all items.
      cb7b46c0
    • Johannes Kauffmann's avatar
      meson: fix freerdp2 package name · d1ee4f1d
      Johannes Kauffmann authored and Steve Lhomme's avatar Steve Lhomme committed
      As in configure.ac, look for "freerdp2" package.
      d1ee4f1d
  2. Mar 14, 2025
  3. Mar 13, 2025
  4. Mar 12, 2025
  5. Mar 11, 2025
  6. Mar 10, 2025
Loading