Skip to content
Snippets Groups Projects
  1. Jan 12, 2025
  2. Sep 18, 2024
  3. Sep 17, 2024
  4. Sep 11, 2024
  5. Sep 09, 2024
  6. May 14, 2024
  7. May 13, 2024
  8. Mar 31, 2024
  9. Mar 05, 2024
  10. Feb 22, 2024
  11. Jan 10, 2024
  12. Jan 03, 2024
    • Keith Chambers's avatar
      port base/ to Osiris · e2f50cde
      Keith Chambers authored
      - Remove calls to QString::detach
      - Added Qt:: prefixes to many values
      - QStrList replaced with QStringList in many places
      - QString::null used where appropriate
      - X11 headers moved below other includes to avoid conflicts with X11 macros
      - Remove calls to QT1_WRAP_MOC in CMake
      - GCI replaced with QCollection::Item
      - replace QString::resize with QString::truncate
      - Resolve X11 KeyPress macro conflicting with QEvent::KeyPress
      - Add missing .moc includes
      - Add missing header includes
      e2f50cde
  13. Jan 02, 2024
    • Keith Chambers's avatar
      port libs/ to Osiris · 465e52db
      Keith Chambers authored
      - Remove calls to QString::detach (Removed from API)
      - KConfig takes QString instead of const char*
        This is because it's easy to convert from const char* to QString
        but not the other way around. Also the underlying storage
        uses QStrings instead of const char*. The status quo was to
        convert a QString to a const char* and then back to a QString
        in many places
      - Added Qt:: prefixes to many values
      - QStrList replaced with QStringList in many places
        This is because entryList now returns a QStringList, it is also
        more appropriate in most situations, to avoid having to convert
        back to const char*.
        Functions such as replace, find, etc which aren't in QStringList
        were implemented manually.
        Code to iterate all elements has been updated too.
      - QString::null used where appropriate
      465e52db
  14. Nov 01, 2023
  15. Jan 02, 2022
  16. Jan 01, 2022
  17. Jan 20, 2019
  18. Jan 16, 2017
  19. Jan 12, 2017
  20. Jan 11, 2017
  21. Jan 10, 2017
Loading