Add the generation of compile_commands.json for IDE convenience.
Same error. Tried on Window 10 and on Wine.
I have done a bit of digging into the code. It seems that what is needed is to add a check for a timeout in socket_ops.ipp, functions sync_recv, sync_recvfrom, sync_recvmsg. Instead of having something like for (;;) { // Try to complete the operation without blocking. signed_size_type bytes = socket_ops::recv(s, bufs, count, flags, ec); // Check if operation succeeded. if (bytes > 0) return bytes; // Check for EOF. if ((state & stream_oriented) && bytes == 0) { ec = asio::error::eof; return 0; }...
That is a great idea.
Add timeout to receive_from().
Small fixes.
Add C fix to microtex dependency
Fix gitmodule.
Remove debug printing.
Add heuristic resource directory detector code. Base font size on dpi.
Build with microtex-openmath.
Switch microtex submodule to openmath.
Comment out debug lines.
Use Qt DPI for the lack of a better option.
Fix page vertical position bug.
Add trick for sourceforge images.
Add trick for sourceforge images.
Add trick for sourceforge images.
Add demo screenshot and remove many todo markers.
Add ndebug.
Add git submodule for microtex.
Add a note on this fork to README.
Add a note on this fork to README.
Implement a correct position-finding algorithm.
Add microtex in a more civilised manner.
Start fixing the findPosition call to add new edits.
Start implementing caching for MicroLaTeX.
More or less deal with the tricky MicroLaTeX.
Last working version before full microlatex.
Add deserialization of the edit file format.
Added option to save edits to file.
Add editing of changes.
Add a dialog for entering text into edits.
Add feature to delete edits from the list.
Replace vector with set for edits.
Add TODO.org with tasks.
Move Edits to Private. Make lwfWidget display edits.
Add some connection to lwf_editwidget and page scrolling.
Make widget emit a signal when Edits change.
Implement adding edit text to list of rectangles.
Replace page width with a getter-setter.
Debug rendering inserts. Add alpha rendering of text in inserts.
Before modifying Page to use accessors.
Add debugging object painting.
Debugging, widget improvements, painter exploration.
Clean up. Add editing extraction function first version.
Adding collected data to the list. First version.
Add my own widget, to continue tweaking.
Add a UI entry to the DJVU-editing features.
Rename my own widget to a better name.
Lockywolf experments 001.
I confirm.
Running QT_ENABLE_HIGHDPI_SCALING=0 ./src/djview works. This is somehow related to setAttribute(Qt::AA_UseHighDpiPixmaps, true); not working in Qt6, but I have almost zero knowledge of Qt, so I have not idea how to fix it, and just doing qputenv( "QT_ENABLE_HIGHDPI_SCALING", "0" ); does not actually work. UPD: I have inserted that qputenv( "QT_ENABLE_HIGHDPI_SCALING", "0" ); in the main() function, before the QApplication stuff, and it worked. Not sure this is a good solution, but at least it fixes...
Running QT_ENABLE_HIGHDPI_SCALING=0 ./src/djview works. This is somehow related to setAttribute(Qt::AA_UseHighDpiPixmaps, true); not working in Qt6, but I have almost zero knowledge of Qt, so I have not idea how to fix it, and just doing qputenv( "QT_ENABLE_HIGHDPI_SCALING", "0" ); does not actually work.
You need to open the image in a dedicated tab, because for some reason, SourceForge does not display it properly.
Image rendering differs between Qt5 and Qt6 builds.
Qt5 detection with #if QT_VERSION >= 0x50000 does not work.
Website is still claiming that djview4 is written in Qt4.
I do synchronize credentials with PassCnd. But I also want to synchronize accounts. If I submit a patch for a json'ed .mbsyncrc, will it be accepted? The node watcher is abandoned, and mswatch probably does the "same" thing, but I've been using my own python I've for quite a lot, and I'm quite happy with it. But now it has its own config file, and I want do remove the duplication. I actually have already written the parser, but it's not robust. I would, obviously, prefer to have a unified one.
JSON (or any other machine-readable format) config-file?
Format ipv6 addresses unambiguously.
Format ip addresses unambiguously.
Crashes with -h 127.0.0.1 (double-free)
BASIC error with LibreOffice 7.2.2.2
Add support for 1920x1080@60 video on OnePlus 5t.
I am trying to learn how to use OpenCamera on OnePlus 5t. It has a pretty decent camera driver, that is capable of capturing 1080P@60fps, or at least, the default camera program claims that it can, and captures "something that looks quite smooth". When using "OpenCamera", it doesn't work like this. I chose Camera2 API, and I can select RAW for images (so it works), but for videos I can select either 720P@60fps, or 1080P@30fps. What can be done about that?
Fails with Gmail's IMAP, complaining about security/prevdos_line_length
Change default configuration file to ~/.config/gnubiff/config (or XDG_CONFIG_DIR)?
Bash was also updated to version 5 in Slackware, so I am also seing this problem. I patched the configure script to ignore the version, but this doesn't make bashdb more stable.
View menu NullPointerException. Menu not displayed.
Can I vote for this bug?
Added some papers.
Some aux documents added.
Added some publicity stuff and marked a few maps.
Added more publicity.
Added some more publicity from different years.
Added some publicity papers.
Added an initial file with research links.
Added a basic instructions paper.
Added clustering paper.
Created a distribution between participants of ...
aaaaa
bug fixed.
Fixed 32bit systems std.dll access.
Tiny bug fixed. (startup problem)
Added unknown file - from unknown-source.
Added some documentation to the aux_stuff folder.
Fixed a small bug in data structures initialisa...
Added a readme file to documentation.
A little bit more publicity added.
Added some publicity.
This is the version, which 'may' be called the ...
Small speed improvements.
Strange bug.
Added illustrations.
Added export to csv and coordinate conversion.
Minor usability fixes.
Work with areas mostly done.
Petty fixes.
Assemblers are now much faster.