2014-03-25 |
Sascha Wilde |
Temporarily "fixed" compilation for windows.
|
2014-03-25 |
Sascha Wilde |
Implemented searching $HOME/.mozilla for profiles.ini on Linux.
|
2014-03-25 |
Sascha Wilde |
Added include file with debugging macros.
|
2014-03-25 |
Sascha Wilde |
Fixed RELEASE_BUILD define.
|
2014-03-25 |
Sascha Wilde |
Windows implementation of port_dirname: strip trailing '/' and '\'.
|
2014-03-25 |
Sascha Wilde |
Windows implementation of port_realpath: NULL if file does not exist.
|
2014-03-25 |
Sascha Wilde |
Added simple portable function to test if an file exists.
|
2014-03-25 |
Sascha Wilde |
Removed spurious duplication.
|
2014-03-25 |
Sascha Wilde |
Merged
|
2014-03-25 |
Sascha Wilde |
Implemented port_realpath for windows.
|
2014-03-25 |
Sascha Wilde |
Implemented port_dirname for windows.
|
2014-03-25 |
Andre Heinecke |
Change coding style for cinst main / windowsstore to GNU
|
2014-03-25 |
Andre Heinecke |
Fix build for windows with -Wunused -Werror
|
2014-03-25 |
Andre Heinecke |
Change install_certificates_win to generic write_stores_win
|
2014-03-25 |
Andre Heinecke |
Add memory allocating base64 decode function
|
2014-03-25 |
Andre Heinecke |
Rename NO_ERROR as NO_ERROR is already defined in windows.h
|
2014-03-25 |
Sascha Wilde |
Merged
|
2014-03-25 |
Sascha Wilde |
Use strtok instead of strsep for portability.
|
2014-03-25 |
Raimund Renkert |
merged.
|
2014-03-25 |
Raimund Renkert |
Added menubar/menu and method stubs to mainwindow.
|
2014-03-25 |
Raimund Renkert |
Added commandline arguemnt '--tray' to hide or show the mainwindow.
|
2014-03-25 |
Raimund Renkert |
Changed type of MainWindow from QDialog to QMainWindow.
|
2014-03-24 |
Andre Heinecke |
Include line endings in check
|
2014-03-24 |
Andre Heinecke |
Test if uninstall is handled as instruction
|
2014-03-24 |
Andre Heinecke |
Fix test for invalid instructions
|
2014-03-24 |
Andre Heinecke |
We decided to use bool. So let's use it.
|
2014-03-24 |
Andre Heinecke |
Add instruction verification and handle uninstall command in input
|
2014-03-24 |
Sascha Wilde |
Completed profile.ini parser.
|
2014-03-24 |
Sascha Wilde |
Added portable path name handling functions.
|
2014-03-24 |
Sascha Wilde |
Fixed mox error ranges -- return codes can only use 8 bit.
|