-
Xournal 0.4.2.1 uses Ctrl-Left and Ctrl-Right to go to the next/previous page. When editing text, I like to use these keyboard commands to jump to the previous/next word. Instead, for example, when I press Ctrl-Right in a one-page document, a new page is appended, and shown.
This patch changes the key bindings for moving to the previous/next page from Ctrl-Left to Ctrl-Page_Up and from...
2009-08-24 13:03:11 UTC in Xournal
-
Hello,
when I try to compile PDL-2.4.4 with gcc -pedantic, the build breaks. This is caused by the following block in Lib/Minuit/minuit.pd (starting with line 373):
pp_def('mnseti',
Pars => '',
OtherPars => "char* str",
Code => 'int largo; largo = strlen($COMP(str));
MNSETI($COMP(str),largo);
');
PDL::PP converts this to the...
2009-01-20 16:39:01 UTC in Perl Data Language
-
In flac-1.2.1/src/libFLAC++/stream_encoder.cpp, starting in line 196, there is a heuristic to find out whether variable-length arrays are supported. This does not work properly under certain conditions. Example: gcc-4.3.1 with ‘-pedantic’ in CXXFLAGS. Result: the code cannot be built.
I am attaching a patch which fixes the issue by adding an autoconf test for the usability of...
2008-06-25 14:08:35 UTC in FLAC-Free Lossless Audio Codec
-
Hello again!
It is possible that dvgrab-3.0 divides by zero in dvgrab.cc, line 780:
779> // If lock step point (multiple of frame count) is reached, skip writing
780> if ( mcTime.getFrames() % m_frame_count != 0 )
This happens, because m_frame_count == 0 is legal, and is, in fact, the default value (DEFAULT_FRAMES)...
2007-10-10 08:15:16 UTC in Kino
-
Hello!
I noticed that the dvgrab-3.0 man page talks about “megabytes”, but the code actually uses /mebibytes/. I checked the source code (dvgrab.cc, DVgrab::startCapture()), and it uses mebibytes.
The best action to fix this bug would be to change the wrong occurrences of “mega” to “mebi” in the man page. Alternatively, you could define the wrong usage of the term...
2007-10-10 06:53:06 UTC in Kino
-
As I do not understand the issue and your response completely, I am unsure what to do now. How can I help with fixing the problem?
Do you expect me to perform more tests with patches applied? Or to create some more debugging output and attach it to this bug report?
Thanks.
2007-06-27 15:45:06 UTC in gPhoto
-
The following feedback has been submitted via the DocManager feedback reporting form for group ID 1.
Document: 12983
Group: 1
Doc Section: mlarchives
Language: en_US
Feedback type: (support)
Feedback text: There has obviously been some change in the
SourceForge.net mailing list archives system (I am
not sure when exactly this happened). The result
is that URIs pointing to archived...
2007-06-22 07:14:08 UTC in SourceForge.net
-
I just wanted to download libdv and came to the web page . There is a link on that web page with the text “Select a different mirror?”, but unfortunately, it is broken: it requires client-side scripting (JavaScript) to be enabled to work.
How to fix it:
set the “href” attribute of the “a” element...
2007-06-21 08:51:14 UTC in SourceForge.net
-
There was no transfer before it, I plugged the cable from the camera into the USB port and switched the camera on.
I retried it with SVN revision 10388 and the following command line:
env LANG=C /home/nico/software/gphoto2/bin/gphoto2 --debug --debug-logfile=my-logfile.txt -P
Again, the camera was freshly plugged in and switched on. The debug log file is attached.
Would you like me to...
2007-06-18 14:34:13 UTC in gPhoto
-
When trying to copy the photos from a Kodak DX4530 using gphoto2-2.3.1 linked to libgphoto2-2.3.1, I get the following error message:
An error occurred in the io-library ('Unspecified error'): Could not query kernel driver of device.
My command line was:
gphoto2 -P
This used to work with older versions of libgphoto2 and gphoto2, but I am not sure which ones.
A debugging log file is...
2007-06-15 08:53:57 UTC in gPhoto