- Jan 12, 2025
-
-
Alec Bloss authored
lib: Fix underflowing std::size_t See merge request !9
-
Alec Bloss authored
fix broken Qt connects with c-string args See merge request !7
-
Alec Bloss authored
Varias fixes to get running on latest osiris See merge request !8
-
- Sep 18, 2024
-
-
Alec Bloss authored
Fix clang compile errors See merge request !6
-
- Sep 17, 2024
-
-
Keith Chambers authored
QWidgets don't use `const char*` in their signals, and mismatches between connect signals and slots doesn't cause a compile error. This commit fixes a bunch of connects that were trying to connect a slot to a signal that didn't exist, by updating slots and `connect` callsites to take a `const QString&` instead of a `const char*`
-
Keith Chambers authored
-
Keith Chambers authored
-
- Sep 11, 2024
-
-
Keith Chambers authored
-
- Sep 09, 2024
-
-
Keith Chambers authored
-
Keith Chambers authored
Will now compile using clang
-
- May 14, 2024
-
-
Keith Chambers authored
-
Keith Chambers authored
-
- May 13, 2024
-
-
kdchambers authored
-
- Mar 31, 2024
-
-
Alec Bloss authored
-
Alec Bloss authored
-
- Mar 05, 2024
-
-
kdchambers authored
We actually want to look for osiris, our port of Qt. This makes it so that -DQT_LIBRARIES isn't required when running cmake
-
kdchambers authored
We changed the API to take all strings as QString. However this has lead to an issue where calls that have const char* arguments are taking the bool overload of the function, as is resulting in a lot of values being set as "true", when they should be proper string values
-
- Feb 22, 2024
-
-
Keith Chambers authored
-
- Jan 10, 2024
-
-
Keith Chambers authored
-
- Jan 03, 2024
-
-
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
-
- Jan 02, 2024
-
-
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
-
- Nov 01, 2023
-
-
Alec Bloss authored
Remove unfixed KDE modules, rename folders for better clarity, etc.
-
Alec Bloss authored
-
- Jan 02, 2022
-
-
Alec Bloss authored
-
Alec Bloss authored
-
Alec Bloss authored
Replace all Qt1 references with Qt2 reference
-
Alec Bloss authored
Bugfixing
-
Alec Bloss authored
-
Alec Bloss authored
-
Alec Bloss authored
Fix ifdefs from linux to __linux__
-
- Jan 01, 2022
-
-
Alec Bloss authored
-
- Jan 20, 2019
-
-
Alec Bloss authored
-
- Jan 16, 2017
-
-
Keagan Winterthieme authored
Kdeteam git
-
alec authored
-
- Jan 12, 2017
-
-
Keagan Winterthieme authored
repo.
-
Keagan Winterthieme authored
-
Keagan Winterthieme authored
-
- Jan 11, 2017
-
-
Keagan Winterthieme authored
-
Keagan Winterthieme authored
PROJECT folder is for GitHub Project related files tree.html is for listing licenses of files.
-
- Jan 10, 2017
-
-
Keagan Winterthieme authored
-