1. 20 Sep, 2009 1 commit
  2. 09 Jun, 2009 5 commits
    • Markus Heidelberg's avatar
      kconfig: do not hardcode ".config" filename · 284026cd
      Markus Heidelberg authored
      
      Rather than hardcoding ".config" use conf_get_configname(), which also
      respects the environment variable KCONFIG_CONFIG.
      
      This fixes "make silentoldconfig" when KCONFIG_CONFIG is used and also
      suggests the given filename for "Load" and "Save as" in qconf.
      Signed-off-by: default avatarMarkus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      284026cd
    • Markus Heidelberg's avatar
      kconfig qconf: fix the type of the desktop widget · 8d90c97e
      Markus Heidelberg authored
      
      QApplication::desktop() returns a pointer to QDesktopWidget, not to
      QWidget.
      
      Fixes the following compiler error after a quick conversion with 'qt3to4',
      which occured with g++ 3.4.6 and 4.1.2, but not anymore with 4.3.2.
      
      scripts/kconfig/qconf.cc: In constructor 'ConfigMainWindow::ConfigMainWindow()':
      scripts/kconfig/qconf.cc:1289: error: cannot convert 'QDesktopWidget*' to 'QWidget*' in initialization
      Signed-off-by: default avatarMarkus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      8d90c97e
    • Markus Heidelberg's avatar
      kconfig qconf: add namespace for use of Key_ enum values · fbb86374
      Markus Heidelberg authored
      
      They are defined in the 'Qt' namespace.
      
      Fixes the following compiler errors after a quick conversion with 'qt3to4',
      which occured with g++ 3.4.6 and 4.1.2, but not anymore with 4.3.2.
      
      scripts/kconfig/qconf.cc: In member function 'virtual void ConfigLineEdit::keyPressEvent(QKeyEvent*)':
      scripts/kconfig/qconf.cc:311: error: 'Key_Escape' was not declared in this scope
      scripts/kconfig/qconf.cc:313: error: 'Key_Return' was not declared in this scope
      scripts/kconfig/qconf.cc:314: error: 'Key_Enter' was not declared in this scope
      
      scripts/kconfig/qconf.cc: In member function 'virtual void ConfigList::keyPressEvent(QKeyEvent*)':
      scripts/kconfig/qconf.cc:653: error: 'Key_Escape' was not declared in this scope
      scripts/kconfig/qconf.cc:666: error: 'Key_Return' was not declared in this scope
      scripts/kconfig/qconf.cc:667: error: 'Key_Enter' was not declared in this scope
      scripts/kconfig/qconf.cc:681: error: 'Key_Space' was not declared in this scope
      scripts/kconfig/qconf.cc:684: error: 'Key_N' was not declared in this scope
      scripts/kconfig/qconf.cc:687: error: 'Key_M' was not declared in this scope
      scripts/kconfig/qconf.cc:690: error: 'Key_Y' was not declared in this scope
      
      scripts/kconfig/qconf.cc: In constructor 'ConfigMainWindow::ConfigMainWindow()':
      scripts/kconfig/qconf.cc:1329: error: 'CTRL' was not declared in this scope
      scripts/kconfig/qconf.cc:1329: error: 'Key_Q' was not declared in this scope
      scripts/kconfig/qconf.cc:1331: error: 'Key_L' was not declared in this scope
      scripts/kconfig/qconf.cc:1333: error: 'Key_S' was not declared in this scope
      scripts/kconfig/qconf.cc:1340: error: 'Key_F' was not declared in this scope
      Signed-off-by: default avatarMarkus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      fbb86374
    • Markus Heidelberg's avatar
      kconfig qconf: fix namespace for Horizontal and Vertical enum values · 7298b936
      Markus Heidelberg authored
      
      They were used as QSplitter::Horizontal resp. QSplitter::Vertical, but
      are defined in the 'Qt' namespace.
      
      Fixes the following compiler errors after a quick conversion with 'qt3to4',
      which occured with g++ 3.4.6 and 4.1.2, but not anymore with 4.3.2.
      
      scripts/kconfig/qconf.cc: In constructor 'ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow*, const char*)':
      scripts/kconfig/qconf.cc:1213: error: 'Vertical' is not a member of 'QSplitter'
      
      scripts/kconfig/qconf.cc: In constructor 'ConfigMainWindow::ConfigMainWindow()':
      scripts/kconfig/qconf.cc:1304: error: 'Horizontal' is not a member of 'QSplitter'
      scripts/kconfig/qconf.cc:1311: error: 'Vertical' is not a member of 'QSplitter'
      Signed-off-by: default avatarMarkus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      7298b936
    • Markus Heidelberg's avatar
      kconfig qconf: fix -Wall compiler warnings · 98403a91
      Markus Heidelberg authored
      
      These compiler warnings occure when adding -Wall to HOSTCXXFLAGS in
      /Makefile
      
      scripts/kconfig/qconf.h: In constructor ‘ConfigInfoView::ConfigInfoView(QWidget*, const char*)’:
      scripts/kconfig/qconf.h:274: warning: ‘ConfigInfoView::menu’ will be initialized after
      scripts/kconfig/qconf.h:273: warning:   ‘symbol* ConfigInfoView::sym’
      scripts/kconfig/qconf.cc:922: warning:   when initialized here
      
      scripts/kconfig/qconf.cc: In member function ‘void ConfigMainWindow::setMenuLink(menu*)’:
      scripts/kconfig/qconf.cc:1498: warning: enumeration value ‘menuMode’ not handled in switch
      scripts/kconfig/qconf.cc:1498: warning: enumeration value ‘listMode’ not handled in switch
      
      scripts/kconfig/qconf.cc: In member function ‘void ConfigMainWindow::saveSettings()’:
      scripts/kconfig/qconf.cc:1664: warning: enumeration value ‘menuMode’ not handled in switch
      scripts/kconfig/qconf.cc:1664: warning: enumeration value ‘listMode’ not handled in switch
      Signed-off-by: default avatarMarkus Heidelberg <markus.heidelberg@web.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      98403a91
  3. 28 Jan, 2008 2 commits
  4. 20 Oct, 2007 1 commit
  5. 25 Jul, 2007 1 commit
    • Sam Ravnborg's avatar
      kconfig: attach help text to menus · 03d29122
      Sam Ravnborg authored
      
      Roman Zippel wrote:
      > A simple example would be
      > help texts, right now they are per symbol, but they should really be per
      > menu, so archs can provide different help texts for something.
      
      This patch does this and at the same time introduce a few API
      funtions used to access the help text.
      
      The relevant api functions are introduced in the various frontends.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      03d29122
  6. 02 May, 2007 1 commit
  7. 14 Feb, 2007 5 commits
  8. 11 Jan, 2007 1 commit
  9. 06 Jan, 2007 1 commit
  10. 13 Dec, 2006 2 commits
  11. 07 Dec, 2006 1 commit
  12. 25 Nov, 2006 1 commit
  13. 09 Jun, 2006 4 commits
  14. 05 May, 2005 1 commit
    • Arnaldo Carvalho de Melo's avatar
      [PATCH] Kconfig i18n support · 3b9fa093
      Arnaldo Carvalho de Melo authored
      This patch adds i18n support for make *config, allowing users to have the
      config process in their own language.
      
      No printk was harmed in the process, don't worry, so all the bug reports,
      kernel messages, etc, remain in english, just the user tools to configure
      the kernel are internationalized.
      
      Users not interested in translations can just unset the related LANG,
      LC_ALL, etc env variables and have the config process in plain english,
      something like:
      
      LANG= make menuconfig
      
      is enough for having the whole config process in english. Or just don't
      install any translation file.
      
      Translations for brazilian portuguese are being done by a team of
      volunteers at:
      
      http://www.visionflex.inf.br/kernel_ptbr/pmwiki.php/Principal/Traducoes
      
      
      
      To start the translation process:
      
        make update-po-config
      
        This will generate the pot template named scripts/kconfig/linux.pot,
        copy it to, say, ~/es.po, to start the translation for spanish.
      
      To test your translation, as root issue this command:
      
        msgfmt -o /usr/share/locale/es/LC_MESSAGES/linux.mo ~/es.po
      
        Replace "es" with your language code.
      
        Then execute, for instance:
      
        make menuconfig
      
      The current patch doesn't use any optimization to reduce the size of the
      generated .mo file, it is possible to use the config option as a key, but
      this doesn't prevent the current patch from being used or the translations
      done under the current scheme to be in any way lost if we chose to do any
      kind of keying.
      
      Thanks to Fabricio Vaccari for starting the pt_BR (brazilian portuguese)
      translation effort, Thiago Maciera for helping me with the gconf.cc (QT
      frontent) i18n coding and to all the volunteers that are already working on
      the first translation, to pt_BR.
      
      I left the question on whether to ship the translations with the stock kernel
      sources to be discussed here, please share your suggestions.
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@conectiva.com.br>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: Linus Torvalds <torvalds@osdl.org
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      3b9fa093
  15. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4