[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] f3e2b2: [pprzcenter] save conf
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] f3e2b2: [pprzcenter] save conf confirmation on quit |
Date: |
Wed, 13 Apr 2016 12:16:30 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: f3e2b23a3b6ba001b7c7deb14a51b5a522680127
https://github.com/paparazzi/paparazzi/commit/f3e2b23a3b6ba001b7c7deb14a51b5a522680127
Author: Gautier Hattenberger <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] save conf confirmation on quit
related to #1567
Commit: e79e972b3ff2ec48c47c3128a342f3c7dc707bff
https://github.com/paparazzi/paparazzi/commit/e79e972b3ff2ec48c47c3128a342f3c7dc707bff
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] no quit confirmation on window close
Commit: 4c3ce017f7d8112e252cbb5d27dc4c6eb57c323f
https://github.com/paparazzi/paparazzi/commit/4c3ce017f7d8112e252cbb5d27dc4c6eb57c323f
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] check if backup actually differs
and always delete backup conf/conf.xml~ if it doesn't differ
(e.g. it was created when you changed something, but then you reversed that
change again)
Commit: 8bc6e8699dd6f4f8280a1a982c4859ea9f448487
https://github.com/paparazzi/paparazzi/commit/8bc6e8699dd6f4f8280a1a982c4859ea9f448487
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] copy backup file to conf when restoring
and then delete the backup file.
If conf.xml is actually a symlink, simply renaming the file will remove the
symlink.
Commit: ec9ef04fd6cd89d312cb545f5720f998ff60e9ee
https://github.com/paparazzi/paparazzi/commit/ec9ef04fd6cd89d312cb545f5720f998ff60e9ee
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzlink] try to improve save dialog wording
Commit: c2db763826d922294ba69dc157d472cd62e4191c
https://github.com/paparazzi/paparazzi/commit/c2db763826d922294ba69dc157d472cd62e4191c
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] remember if always to keep changes
Commit: 070f2804d342e41b8ff3f24919ddcff498789838
https://github.com/paparazzi/paparazzi/commit/070f2804d342e41b8ff3f24919ddcff498789838
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.glade
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] add autosave on quit checkbox in menu
Commit: 2017a417f412b2fd506cfec18c1ee58a20e286bb
https://github.com/paparazzi/paparazzi/commit/2017a417f412b2fd506cfec18c1ee58a20e286bb
Author: Felix Ruess <address@hidden>
Date: 2016-04-02 (Sat, 02 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprzcenter] add checkbox to quit dialog
Commit: d144a735a604606bca12ccc449199667f2f9d169
https://github.com/paparazzi/paparazzi/commit/d144a735a604606bca12ccc449199667f2f9d169
Author: Felix Ruess <address@hidden>
Date: 2016-04-13 (Wed, 13 Apr 2016)
Changed paths:
M sw/supervision/paparazzicenter.glade
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
Merge pull request #1591 from paparazzi/save_conf_on_quit
[pprzcenter] save conf confirmation on quit
- with "always keep changes" checkbox
- delete backup conf/conf.xml~ if it doesn't differ
- copy (instead of moving) backup file to conf when restoring to keep symlinks
should "solve" most annoyances mentioned in #1567
Compare:
https://github.com/paparazzi/paparazzi/compare/1741203508eb...d144a735a604