~neon/juk/master

« back to all changes in this revision

Viewing changes to juk.cpp

  • Committer: Frerich Raabe
  • Date: 2003-04-09 18:43:41 UTC
  • Revision ID: git-v1:e34eae1b0d552eb7d6caf7db6397f6ccf70375cf
- 80% of the "Rename & Move files based on tag information" thing. Lacks
  a configuration dialog. Currently the KAction in juk.cpp is commented out
  so that the merkin doesn't get anal about stuff which does not work yet.
  Also, there's a return in FileRenamer::moveFile() because I don't trust it
  yet.

svn path=/trunk/kdemultimedia/juk/; revision=219338

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
    new KAction(i18n("&Save"), "filesave", "CTRL+t", m_splitter, SLOT(slotSaveTag()), actionCollection(), "saveItem");
150
150
    new KAction(i18n("&Delete"), "editdelete", 0, m_splitter, SLOT(slotDeleteSelectedItems()), actionCollection(), "removeItem");
151
151
    new KAction(i18n("&Guess Tag Information"), 0, "CTRL+g", m_splitter, SLOT(slotGuessTagInfo()), actionCollection(), "guessTag");
 
152
    //new KAction(i18n("&Rename File"), 0, "CTRL+r", m_splitter, SLOT(slotRenameFile()), actionCollection(), "renameFile");
152
153
 
153
154
    // settings menu
154
155
    new KToggleAction(i18n("Show Menu Bar"), "CTRL+m", this, SLOT(slotToggleMenuBar()), actionCollection(), "toggleMenuBar");