AgeSort asc/desc | Change |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 Next | |
Apr 6, 2006 | |
18 years 5 months | [+] initial commit |
18 years 5 months | [c] corrected date |
Apr 20, 2006 | |
18 years 4 months | src/model/Monotone.cpp: applied Ingos patch which improves the parseLineFromStdout method |
Apr 21, 2006 | |
18 years 4 months | Initial changes for QT 4 |
Commit f250b82ad2fdf0d203f81f1e6e33bf5bcf29eaa7, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Replaced Q3MenuBar with new QT4 MenuBar |
Commit 04473a466ebe306ba7ded861530df5fd460ed525, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Replaced Q3FileDialog with new QT4 QFileDialog |
Commit dd2f0c30aa939d2e4e6d25b8991ce87645fb069f, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Removed unused pointer to logWindow |
Commit a2a800f6a149c31182f6237bcc3826a660ae9000, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Cleaned up include structure, switch to forward declarations |
Commit f7b97f493d90987e5c44cc5439621d041b93f7a0, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Class Monotone switched to native QT4 QProcess |
Commit bab209a8c8265285328b5daeae0b7bd2d2b24f0d, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Cleand up includes from class Sandbox |
Commit 7782a3a2485b95bd522234477c2cdf55afce41aa, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Cleand up includes from class SandboxItem |
Commit 43f40c49f3b986eea6874df092c8d15f466483a8, by ingo.maindorfer@ipm.fhg.de | |
18 years 4 months | Cleand up includes from class SandboxView |
Commit 119ce1392d93f3cdfdff0e51c12882464f1c8823, by ingo.maindorfer@ipm.fhg.de | |
Apr 22, 2006 | |
18 years 4 months | * added Eclipse CDT project files (.project, .cdtproject) |
18 years 4 months | * removed Makefile (this is autogenerated during build) |
18 years 4 months | * formatting fixes* formatting fixes |
18 years 4 months | * QMessagebox should have been QMessageBox |
18 years 4 months | * updated README file to reflect the recent project changes |
18 years 4 months | * build.sh: support for building, updating and copying i18n files |
Apr 23, 2006 | |
18 years 4 months | could have sworn that I added this file during my commit yesterday - apparently I didn't |
18 years 4 months | * build.sh: copy the language files into the application package when we're building guitone on OSX (is there a way to detect OSX in the shell properly? Currently uname output "Darwin" directs us to think we're on OSX) |