Fri, 24 May 2013 15:38:23 +0300 | Santeri Piippo | Take the aforementioned operator<< into use | changeset | files |
Fri, 24 May 2013 15:23:56 +0300 | Santeri Piippo | Made a vector class which wraps around std::vector... finally I have an operator<< for the thing. | changeset | files |
Fri, 24 May 2013 04:34:20 +0300 | Santeri Piippo | Make LDOpenFile's members PROPERTIES | changeset | files |
Fri, 24 May 2013 03:34:09 +0300 | Santeri Piippo | Use QMutex for the thread locking, remove filename from the progress dialog since it's not known anyway | changeset | files |
Fri, 24 May 2013 03:22:11 +0300 | Santeri Piippo | Added a progress dialog for file loading to respond to desktops while loading files. With large files the no-response policy could be a bad thing. My first real use case of multi-threading... | changeset | files |
Thu, 23 May 2013 17:37:25 +0300 | Santeri Piippo | Replace direct abort() calls with fatal() in String methods | changeset | files |