0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
kde i18n -> qt tr More... over 14 years ago
Merge branch 'master' of git://github.com/gkiagia/qtwine More... about 15 years ago
Modify CMakeLists.txt to build libqtwine without kdelibs. More... about 15 years ago
Remove the last bits of kde code from helpers.cpp More... about 15 years ago
Remove kde dependency from MonitoredProcess More... about 15 years ago
Remove dependency on K_GLOBAL_STATIC. More... about 15 years ago
Merge branch 'master' into qt-only-lib More... about 15 years ago
set language for shortcut More... over 15 years ago
Paths depend on the selected configuration. Reorder shorcut editor More... over 15 years ago
Add qtwine.desktop More... over 15 years ago
Fix all command line handling issues with the "exe" runner plugin. More... over 15 years ago
ExeRunnerActionsDialog: Add description for "create shortcut" action and disable actions that don't work. More... over 15 years ago
RunProgramDialog: use a label instead of an ExecutableRequester and remove unused code. More... over 15 years ago
Fix the "run program" action in main window and remove the "install program" action. More... over 15 years ago
Use operator QVariant() where possible. More... over 15 years ago
Add operator QVariant() to all data types in libqtwine. More... over 15 years ago
i18n++ More... over 15 years ago
Use QtWineFileRunner to handle command line options. More... over 15 years ago
Initial implementation of ExeRunnerPluginWithUi, a specialized version of WineExecutableRunnerPlugin that shows dialogs and does other useful things that make sense only in qtwine and not in libqtwine. More... over 15 years ago
Move and disable the RunProgramDialog temporarily for developing a new FileRunner plugin. More... over 15 years ago
Add a custom FileRunner plugin for reg files that shows the RegfileMergeDialog. More... over 15 years ago
Add FileRunnerPlugin::setOption method to give the plugins access to FileRunner::setOption. More... over 15 years ago
Fix QtWineFileRunner to work with the refactored FileRunner API. More... over 15 years ago
Fix signals and slots in FileRunner. More... over 15 years ago
Refactor the FileRunner API. More... over 15 years ago
Use RegEdit::importRegFile and convert the .reg file to UTF-8 in RegFileRunnerPlugin. Also, connect the finished() signal before calling plugin->run() in FileRunner, as it would cause erratic behavior with this implementation of the RegFileRunnerPlugin. More... over 15 years ago
Add class QtWineFileRunner, a KDEfied FileRunner. More... over 15 years ago
Remove the ArgumentsList(const QString &) constructor. More... over 15 years ago
Use ArgumentsList to split strings to string lists. More... over 15 years ago
Use WineConfiguration directly in WineApplication. More... over 15 years ago