Your message dated Mon, 12 Oct 2015 12:25:38 +0000
with message-id <[email protected]>
and subject line Bug#801071: Removed package(s) from unstable
has caused the Debian Bug report #569790,
regarding Remove selected tracks option (with patch)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
569790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: minirok
Version: 2.1
Severity: wishlist

Hi,

Firstly, thank you very much for this player.
Simplistic, easy to use, not resource intensive, and uses the file
system (no library) - everything I wanted....

well it seems nearly.....

The first thing my biggest user (ie my wife) requested was the ability
to be able to remove selected tracks from the playlist.
The crop feature does do that, but you have to select all the tracks
you want to keep (so it works inverse to a simple 'remove this track'
option)

I thus added a new menu option, which removes the selected track(s)

Regards
Lucas van Staden

www.dedmeet.com (linux)
www.proxiblue.com.au (consumer electronics)


Below is the patch:

user@pygmy:/usr/share/minirok/minirok$ diff -c playlist.py_ori playlist.py
*** playlist.py_ori     2010-02-14 18:03:35.128477864 +0800
--- playlist.py 2010-02-14 18:11:14.214724875 +0800
***************
*** 1116,1126 ****
--- 1116,1128 ----

              if len(selected_indexes) == 1:
                  enqueue_action = menu.addAction('Enqueue track')
+                 remove_action = menu.addAction('Remove track')
                  if index.data(Playlist.RoleQueuePosition).toInt()[0] > 0:
                      enqueue_action.setCheckable(True)
                      enqueue_action.setChecked(True)
              else:
                  enqueue_action = menu.addAction('Enqueue/Dequeue tracks')
+                 remove_action = menu.addAction('Remove selected tracks')

              stop_after_action = menu.addAction('Stop playing after
this track')

***************
*** 1140,1145 ****
--- 1142,1150 ----
                  self.model().toggle_stop_after(index)
              elif selected_action == crop_action:
                  self.model().removeItemsCmd(self.unselectedIndexes())
+             elif selected_action == remove_action:
+                 self.model().removeItemsCmd(selected_indexes)
+

          else:
              return QtGui.QTreeView.mousePressEvent(self, event)

--- End Message ---
--- Begin Message ---
Version: 2.1-1+rm

Dear submitter,

as the package minirok has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/801071

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to