Commit Graph

8 Commits

Author SHA1 Message Date
Peinthor Rene
f2e5747a0a ifdef out the special mac code for now
it needs more fixing and I can't test it.
2013-03-31 10:27:22 +02:00
Peinthor Rene
d54bb46964 and another type mismatch on mac 2013-03-31 10:21:11 +02:00
Peinthor Rene
805944eab9 fix compile error on mac 2013-03-31 10:15:25 +02:00
Martin Kleusberg
a0c209efd8 Get rid of some global variables
Remove two global variables storing the application short name which is
the same as the organisation name and the application icon which is only
used in one place.
2013-01-20 15:16:35 +01:00
Martin Kleusberg
d05e90e495 Improve translatability of the application
Head towards a translatable application by loading translation files for
the current locale and using tr() where ever it's needed.
2013-01-18 18:11:07 +01:00
Martin Kleusberg
e7d213c546 Set text codec to UTF8 fixing the handling of special characters
Set the encoding used by Qt to UTF8. This fixes the wrong appearance of
special characters caused by SQLite using UTF8 and the application
ISO-8859 or whatever.
2013-01-05 14:48:13 +01:00
Martin Kleusberg
4bebed0365 Change company name
There isn't really any company behind this project, so why name one?
2013-01-02 20:31:14 +01:00
Martin Kleusberg
eef1c04020 Rename files to match class names 2013-01-02 19:01:47 +01:00