~roeldeconinck/mnemosyne-proj/import

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/pyqt_ui/configuration_wdgt_main.py

  • Committer: Peter Bienstman
  • Date: 2011-08-26 17:32:52 UTC
  • Revision ID: peter.bienstman@ugent.be-20110826173252-2t6lutikbqzn2pmt
-when detecting missing media, only warn once, and give all the affected cards a 
 'MISSING_MEDIA' tag, so that you can find them back later. 
 (from a bug report by Dandelo)
-dialogs now have max/min button under windows
-the main dialogs not only save their size, but also their position

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
 
13
13
class ConfigurationWdgtMain(QtGui.QWidget, Ui_ConfigurationWdgtMain,
14
 
                  ConfigurationWidget):
 
14
    ConfigurationWidget):
15
15
 
16
16
    name = "General"
17
17
 
86
86
            self.config()["upload_science_logs"] = True
87
87
        else:
88
88
            self.config()["upload_science_logs"] = False
89
 
            
 
 
b'\\ No newline at end of file'
 
89