Differences From Artifact [37cb55d2f4]:
- File src/MainWindow.cpp — part of check-in [872751faba] at 2014-08-06 09:26:38 on branch trunk — Added HTTP Proxy support during clone Added file dialog for selecting a local source repository for cloning (user: Kostas size: 74239)
To Artifact [f321f9e0b9]:
- File src/MainWindow.cpp — part of check-in [c57c6d52cc] at 2014-08-06 10:06:10 on branch trunk — Removed all path conversion for the gdiff and gmerge settings. The settings are now stored in the platform native format. This should fix the issue where fuel was providing fossil with an incorrect command line for the gmerge setting (user: Kostas size: 74225)
| ︙ | |||
2146 2147 2148 2149 2150 2151 2152 | 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 | - + | QString value = it.value().Value.toString(); QStringList params; if(value.isEmpty()) params << "unset" << name; else |
| ︙ |