Age | Commit message (Expand) | Author |
---|---|---|
2013-04-25 | Remove the explicit UTF-8 conversions | |
2013-04-25 | Ask Qt 4 to use the UTF-8 codec as the "codec for C strings" | |
2013-04-23 | Fix compilation: in C++, enums don't have operator++ | |
2013-04-22 | Fix crash with some setups | |
2013-04-18 | Delay Qt ui construction | |
2013-04-14 | Undoing the last Qtr_ hack | |
2013-04-13 | Add Qtr_ macros that uses gettext in a tr() compatible manner | |
2013-04-13 | Started the real code on the Qt Interface. | |
2013-04-07 | Fix some of the gcc-4.8 warnings | |
2013-04-07 | Start creating the Qt UI | |
2013-04-02 | Add a Qt main window | |
2013-04-02 | Move set_filename() calls outside of parse_file() | |
2013-04-01 | Improve Makefile rules for running moc | |
2013-04-01 | Introduce QApplication | |
2013-04-01 | Have some C++ file in the project |