aboutsummaryrefslogtreecommitdiff
path: root/dev-tools
Commit message (Collapse)AuthorAge
* Update the icon probe tool a bit.Ken Moore2018-04-19
|
* Fix up the detection of icons in LFileInfo.Ken Moore2018-04-17
| | | | | Add a large failover system where a list of possible icons are created, and the first one which exists in the theme is used. Also update the iconprobe dev tool a but: make it take an optional list of icons as input
* Add a quick test script I wrote to probe icon themes and see what is found ↵Ken Moore2018-04-12
| | | | or not.
* add balloontip stylesheetq5sys2017-12-06
|
* Fix up the systray tester utility to also show popup messages.Ken Moore2017-12-06
|
* Add the backtrace of the dbus crash on Qt 5.6.1test2016-06-22
|
* Commit a few random changes on my dev system - just to sync up with the repo.Ken Moore2016-04-25
|
* Add another backtrace: this one with QT library debugging symbols.Ken Moore2016-03-18
|
* Add a backtrace file for the current crash (no dbus)Ken Moore2016-03-17
|
* Save the current binary/core files for the crash in a new dir.Ken Moore2016-03-17
|
* Update the test-dbus files with the newly generated .core, and the updated ↵Ken Moore2016-03-17
| | | | project file (debug mode enabled)
* Add a new dev-tool: test-dbus. This is a simple app to just run and load a ↵Ken Moore2016-03-17
| | | | designer UI form.
* Finally fix up the system tray updates:Ken Moore2015-09-15
| | | | Found out that (at least on FreeBSD 10.2 right now), the xcb_damage_create() routine does absolutely nothing (no damage events ever sent out when the window changes). Switching this back to the Xlib XDamageCreate() routine makes it work perfectly again. Need to ask about this upstream and see if this is a known bug/regression in the XCB libraries.
* Add a quick app for testing system tray events - this is in the new ↵Ken Moore2015-09-10
"dev-tools" directory and is *not* indended to be used/packaged/distributed by anyone (just a simple app to run to perform some basic tests for system tray icons).
bgstack15