Reintroduced the status character, since it is necessary for the automatic sorting

Streamlined the settings storage
We now support an implicit fossil executable living in QCoreApplication::applicationDirPath() or in the system path, unless the user has provided an override

FossilOrigin-Name: 97aefbc7825732e8fc2e711187c32c49e1149c11
This commit is contained in:
kostas
2011-08-07 04:56:05 +00:00
parent d939003b9f
commit 379d9707cb
5 changed files with 58 additions and 43 deletions

View File

@ -7,7 +7,7 @@ int main(int argc, char *argv[])
a.setApplicationName("Fuel");
a.setApplicationVersion("0.9.0");
a.setOrganizationDomain("karanik.com");
a.setOrganizationName("karanik");
a.setOrganizationName("Karanik");
MainWindow w;
w.show();