Stefan Beller

Results 35 comments of Stefan Beller

Now that #46 is pulled, a release tar ball should be easily produced using ``` git archive --format=tar.gz HEAD > ../poly_release.tar.gz ```

To fix this we would need to look into AutoMapper::applyRule ``` foreach (const QString &name, ii.names) { const int i = mMapWork->indexOfLayer(name, Layer::TileLayerType); ``` and replace indexOfLayer with a smarter...

Well 'git commit' adds your changes to your local repository, so no bytes are leaving your computer into the internet ;) If you want to put your changes here at...

If you want to get stuff into the kernel for real, I'd suggest looking at Documentation/SubmittingPatches and send them to the mailing list instead pull requesting here.