{5} Assigned, Active Tickets by Owner (Full Description) (30 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

anrichter (13 matches)

Ticket Summary Component Milestone Type Created
Description
#93 |Do not update the icon when adding a new file in the project unassigned defect 05/28/09

Steps to reproduce: 1) Adding a project QSVN 2) Create a new file in a directory that is displayed in the right-hand column 3) Do you create a file icon with a "?" 4) clicking on it, right click, add it to the project by using the ADD

Result: The icon is not changed.

Expected result: The icon should change

Workaround: Make QSVN current in any other directory, then the old. An icon from the add a file with the changes to expect.


#108 sort isn't done on the right part of the window 0.9.0 defect 11/27/09

Hello!

as I choose a directory in the left part of the window ("working copy" the lines are not sorted even it is marked. One (or two) clik(s) on "Filename" an one got it. After that first time, the sort works for the next chooses.


#86 View file command (Notepad, WordPad, associated viewer) unassigned enhancement 03/07/09

Have view menu entry and list of editors. Editors could be a user-defined list, but default to some well known editors. Windows: Notepad, Wordpad

2nd mouse button menu/View.../Notepad 2nd mouse button menu/View.../WordPad 2nd mouse button menu/View.../Notepad++ 2nd mouse button menu/View.../etc...


#91 Sort list of working copies case insensitive on windows unassigned enhancement 03/27/09

The list of working copies should be sorted case insensitive on windows platforms.

now:

  • C:\projectA
  • C:\projectC
  • c:\projectB

should be:

  • C:\projectA
  • c:\projectB
  • C:\projectC

#92 Add the ability to delete missing files from the repository unassigned enhancement 03/31/09

When i delete a file a working copy through a file manager, QSvn shows it as missing. It would be fine when i can delte that missing file from the repository.


#95 Search in showlog is case sensitive unassigned enhancement 06/10/09

When i search for a string in the log window QSvn filter the log entries case sensitive. It is better so search case insensitive.


#90 Selection issues in commit dialog after an automatic update unassigned defect 03/25/09

I have an open commit dialog with some files selected (not all). When QSvn updates the dialog in order of file system changes, the selection of files is confused. In some circumstances there are files selected which are not shown.

Idea to fix: Before QSvn updates the commit view, the selected files are stored in a QStringList or someting else. After the update the SelectionModel? is restored with the safed values from the QStringList.


#83 SVN export unassigned enhancement 10/09/08

Export a working copy to any desired directory without (hidden) .svn subdirs.


#85 Delete old libraries when install new version 0.9.0 enhancement 02/16/09

Delete old dlls through the installation of QSvn. The new setup installs svnqt.dll and leave the old svnqt4.dll on the hard disk.


#88 Multithreading: Update 0.9.0 enhancement 03/21/09

Allow multiple updates at the same time.


#89 Multithreading: Commit 0.9.0 enhancement 03/21/09

Allow multiple commits at the same time


#96 Regular Expression Search unassigned enhancement 06/10/09

The possibility to search for regular expressions.


#112 Build QSvn separate from libsvnqt 0.9.0 enhancement 01/26/10

Make it possible to install QSvn and KDEsvn in parallel to one system.

Todo:

  • create a qsvn.spec file for RPM-based distributions on openSUSE Buildserver
  • build Scripts for DEB-based distributions on openSUSE Buildserver
  • build libsvnqt separate from qsvn

ar (17 matches)

Ticket Summary Component Milestone Type Created
Description
#6 windows show "Keine Rueckmeldung" on long actions unassigned defect 07/07/06

When an action run long times, windows mean that QSvn is crashed and marked it with "Keine Rueckmeldung".


#22 rename directory through update with local changes unassigned defect 05/09/07

If a directory contains local changes and this direcotry is renamed through an update, the update should copy or move the local changed files to the new directory.


#4 user configurable toolbars unassigned enhancement 05/12/06

The toolbars should be user configurable. View and hide, add and remove actions...


#10 Check for modifications unassigned enhancement 11/09/06

Check, if in a repository are newer revisions than in a working copy.


#23 Multiselect in FileSelector unassigned enhancement 05/16/07

In FileSelector? (commit, ...) mutliselect of files should be good. So you can show diff of all files you would commit comfortable.


#26 Show different icons for folders with modified or conflicted files. unassigned enhancement 05/25/07

One of the features of TortoiseSVN that I really appreciate is being able to see at a glance which folders or repositories have some files that I haven't yet checked-in. Some sort of icon or color-coding change would be nice. (BTW: I absolutely love qsvn. Thanks for all your hard work!)


#29 New Feature: switch a working copy unassigned enhancement 07/03/07

Implementation of svn switch


#27 Add internationalisation support unassigned enhancement 06/11/07

Add the capabality to translate QSvn into some native languages. Make the windows-installer to choose languages to install. In QSvn settings the language is editable.


#54 Apply properties recursivly unassigned enhancement 12/06/07

It would be nice to be able to apply properties recurisve (like TortoiseSVN).


#61 qsvn-0.6.1: make error/ client_modify.cpp unassigned defect 01/24/08

Trying to build qsvn-0.6.1 leads to this error:

[ 8%] Building CXX object svnqt/CMakeFiles/svnqt-qt4.dir/client_modify.o /usr/src/packages/BUILD/qsvn-0.6.1/src/svnqt/client_modify.cpp: In member function ‘virtual svn::Revision svn::Client_impl::commit(const svn::Targets&, const QString&, bool, bool)’: /usr/src/packages/BUILD/qsvn-0.6.1/src/svnqt/client_modify.cpp:203: error: cannot convert ‘bool’ to ‘svn_depth_t’ for argument ‘3’ to ‘svn_error_t* svn_client_commit4(svn_commit_info_t**, const apr_array_header_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, const char*, svn_client_ctx_t*, apr_pool_t*)’

Qt4 = 4.3.2 Subversion: 1.5.0

My last version installed 0.5.0 compiled without any problems. If you need more information please let me know.

Regards, Stefan


#41 Prevent GUI lock-ups and add progress-bars for all operations unassigned enhancement 09/04/07

Add a progress bar in show log for long svn actions. Is a progress bar usefull for other dialogs/svn actions?


#43 Add a filter in file view unassigned enhancement 09/21/07

The filter in the file list should filter against every column (filename, status, revision, author)

For the status-filter there can also exist some buttons. So the user can AND more status-entries (added and editied for example)


#45 Show Property-Changes unassigned enhancement 11/01/07

Show Property-Changes between revisions from within ShowLog?. Analogue to the show differences in text-files.

Idea: Generate a property-file before and after the changed revision and call the diff between this two.


#46 Separate icons for files and directories unassigned enhancement 11/02/07

Insert different icons in StatusEntriesModel? for files and directories (commit dialog)

This ticket is extracted from #9


#56 Enable copy, move and rename for directories unassigned enhancement 12/12/07

QSvn can already copy, move and rename with versioned files. This functionality is also needed for directories.


#79 proxy authentication support unassigned enhancement 09/02/08

please provide some sort of configuration (gui/configfile) to enable web proxy authentication

thanks


#84 Check out old revision or Upate back to old revision unassigned enhancement 12/19/08

I would like to be able to check out or update a folder of files or a whole working folders back to a particular revision of changes.

Lets said a project was updated to revision 8. And I would like to revert the entire project back to revision 4, and after reverted, all files and folders structure of the project will be the same as it had been on the time of revision 4.

I alo hoped that the feature can also work on any particular folder or file.


Note: See TracReports for help on using and creating reports.