[go: up one dir, main page]

Activity for Lockywolf

  • Lockywolf Lockywolf created merge request #1 on Git

    Add the generation of compile_commands.json for IDE convenience.

  • Lockywolf Lockywolf posted a comment on ticket #17

    Same error. Tried on Window 10 and on Wine.

  • Lockywolf Lockywolf posted a comment on ticket #22

    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; }...

  • Lockywolf Lockywolf posted a comment on ticket #21

    That is a great idea.

  • Lockywolf Lockywolf created ticket #22

    Add timeout to receive_from().

  • Lockywolf Lockywolf committed [df200a]

    Small fixes.

  • Lockywolf Lockywolf committed [a11aef]

    Add C fix to microtex dependency

  • Lockywolf Lockywolf committed [848709]

    Fix gitmodule.

  • Lockywolf Lockywolf committed [4cfb0d]

    Remove debug printing.

  • Lockywolf Lockywolf committed [cfe4c3]

    Add heuristic resource directory detector code. Base font size on dpi.

  • Lockywolf Lockywolf committed [a9097b]

    Build with microtex-openmath.

  • Lockywolf Lockywolf committed [e0cc26]

    Switch microtex submodule to openmath.

  • Lockywolf Lockywolf committed [3d6dab]

    Comment out debug lines.

  • Lockywolf Lockywolf committed [0e0e93]

    Use Qt DPI for the lack of a better option.

  • Lockywolf Lockywolf committed [a03cc8]

    Fix page vertical position bug.

  • Lockywolf Lockywolf committed [442508]

    Add trick for sourceforge images.

  • Lockywolf Lockywolf committed [a4912c]

    Add trick for sourceforge images.

  • Lockywolf Lockywolf committed [d0a08a]

    Add trick for sourceforge images.

  • Lockywolf Lockywolf committed [f02dc8]

    Add demo screenshot and remove many todo markers.

  • Lockywolf Lockywolf committed [58a544]

    Add ndebug.

  • Lockywolf Lockywolf committed [a7fb3b]

    Add git submodule for microtex.

  • Lockywolf Lockywolf committed [171019]

    Add a note on this fork to README.

  • Lockywolf Lockywolf committed [6e7a87]

    Add a note on this fork to README.

  • Lockywolf Lockywolf committed [5c0149]

    Implement a correct position-finding algorithm.

  • Lockywolf Lockywolf committed [e666a9]

    Add microtex in a more civilised manner.

  • Lockywolf Lockywolf committed [5b5e12]

    Start fixing the findPosition call to add new edits.

  • Lockywolf Lockywolf committed [1a72ca]

    Start implementing caching for MicroLaTeX.

  • Lockywolf Lockywolf committed [75a027]

    More or less deal with the tricky MicroLaTeX.

  • Lockywolf Lockywolf committed [281d6a]

    Last working version before full microlatex.

  • Lockywolf Lockywolf committed [f48e81]

    Add deserialization of the edit file format.

  • Lockywolf Lockywolf committed [677986]

    Added option to save edits to file.

  • Lockywolf Lockywolf committed [b77228]

    Add editing of changes.

  • Lockywolf Lockywolf committed [351f24]

    Add a dialog for entering text into edits.

  • Lockywolf Lockywolf committed [24da3f]

    Add feature to delete edits from the list.

  • Lockywolf Lockywolf committed [177839]

    Replace vector with set for edits.

  • Lockywolf Lockywolf committed [44429a]

    Add TODO.org with tasks.

  • Lockywolf Lockywolf committed [492ed7]

    Move Edits to Private. Make lwfWidget display edits.

  • Lockywolf Lockywolf committed [9d55b5]

    Add some connection to lwf_editwidget and page scrolling.

  • Lockywolf Lockywolf committed [51491c]

    Make widget emit a signal when Edits change.

  • Lockywolf Lockywolf committed [f3f6de]

    Implement adding edit text to list of rectangles.

  • Lockywolf Lockywolf committed [f091e1]

    Replace page width with a getter-setter.

  • Lockywolf Lockywolf committed [aabbe8]

    Debug rendering inserts. Add alpha rendering of text in inserts.

  • Lockywolf Lockywolf committed [ad841c]

    Before modifying Page to use accessors.

  • Lockywolf Lockywolf committed [422ddb]

    Add debugging object painting.

  • Lockywolf Lockywolf committed [2471b9]

    Debugging, widget improvements, painter exploration.

  • Lockywolf Lockywolf committed [8220b3]

    Clean up. Add editing extraction function first version.

  • Lockywolf Lockywolf committed [ef93c6]

    Adding collected data to the list. First version.

  • Lockywolf Lockywolf committed [295422]

    Add my own widget, to continue tweaking.

  • Lockywolf Lockywolf committed [c9bc23]

    Add a UI entry to the DJVU-editing features.

  • Lockywolf Lockywolf committed [8e7e10]

    Rename my own widget to a better name.

  • Lockywolf Lockywolf committed [4fd0de]

    Lockywolf experments 001.

  • Lockywolf Lockywolf posted a comment on ticket #1122

    I confirm.

  • Lockywolf Lockywolf modified a comment on ticket #351

    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...

  • Lockywolf Lockywolf posted a comment on ticket #351

    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.

  • Lockywolf Lockywolf posted a comment on ticket #351

    You need to open the image in a dedicated tab, because for some reason, SourceForge does not display it properly.

  • Lockywolf Lockywolf created ticket #351

    Image rendering differs between Qt5 and Qt6 builds.

  • Lockywolf Lockywolf created ticket #350

    Qt5 detection with #if QT_VERSION >= 0x50000 does not work.

  • Lockywolf Lockywolf created ticket #349

    Website is still claiming that djview4 is written in Qt4.

  • Lockywolf Lockywolf posted a comment on ticket #18

    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.

  • Lockywolf Lockywolf created ticket #18

    JSON (or any other machine-readable format) config-file?

  • Lockywolf Lockywolf created merge request #12

    Format ipv6 addresses unambiguously.

  • Lockywolf Lockywolf committed [2ec995]

    Format ip addresses unambiguously.

  • Lockywolf Lockywolf created ticket #6

    Crashes with -h 127.0.0.1 (double-free)

  • Lockywolf Lockywolf created ticket #146

    BASIC error with LibreOffice 7.2.2.2

  • Lockywolf Lockywolf created ticket #826

    Add support for 1920x1080@60 video on OnePlus 5t.

  • Lockywolf Lockywolf posted a comment on discussion Q&A

    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?

  • Lockywolf Lockywolf created ticket #65

    Fails with Gmail's IMAP, complaining about security/prevdos_line_length

  • Lockywolf Lockywolf created ticket #64

    Change default configuration file to ~/.config/gnubiff/config (or XDG_CONFIG_DIR)?

  • Lockywolf Lockywolf posted a comment on ticket #59

    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.

  • Lockywolf Lockywolf created ticket #947

    View menu NullPointerException. Menu not displayed.

  • Lockywolf Lockywolf posted a comment on ticket #156

    Can I vote for this bug?

  • Lockywolf Lockywolf committed [r278]

    Added some papers.

  • Lockywolf Lockywolf committed [r277]

    Some aux documents added.

  • Lockywolf Lockywolf committed [r276]

    Added some publicity stuff and marked a few maps.

  • Lockywolf Lockywolf committed [r275]

    Added more publicity.

  • Lockywolf Lockywolf committed [r274]

    Added some more publicity from different years.

  • Lockywolf Lockywolf committed [r273]

    Added some publicity papers.

  • Lockywolf Lockywolf committed [r272]

    Added an initial file with research links.

  • Lockywolf Lockywolf committed [r271]

    Added a basic instructions paper.

  • Lockywolf Lockywolf committed [r270]

    Added clustering paper.

  • Lockywolf Lockywolf committed [r269]

    Created a distribution between participants of ...

  • Lockywolf Lockywolf committed [r268]

    aaaaa

  • Lockywolf Lockywolf committed [r267]

    bug fixed.

  • Lockywolf Lockywolf committed [r266]

    Fixed 32bit systems std.dll access.

  • Lockywolf Lockywolf committed [r265]

    Tiny bug fixed. (startup problem)

  • Lockywolf Lockywolf committed [r264]

    Added unknown file - from unknown-source.

  • Lockywolf Lockywolf committed [r263]

    Added some documentation to the aux_stuff folder.

  • Lockywolf Lockywolf committed [r262]

    Fixed a small bug in data structures initialisa...

  • Lockywolf Lockywolf committed [r260]

    Added a readme file to documentation.

  • Lockywolf Lockywolf committed [r259]

    A little bit more publicity added.

  • Lockywolf Lockywolf committed [r258]

    Added some publicity.

  • Lockywolf Lockywolf committed [r257]

    This is the version, which 'may' be called the ...

  • Lockywolf Lockywolf committed [r256]

    Small speed improvements.

  • Lockywolf Lockywolf committed [r255]

    Strange bug.

  • Lockywolf Lockywolf committed [r254]

    Added illustrations.

  • Lockywolf Lockywolf committed [r253]

    Added export to csv and coordinate conversion.

  • Lockywolf Lockywolf committed [r252]

    Minor usability fixes.

  • Lockywolf Lockywolf committed [r251]

    Work with areas mostly done.

  • Lockywolf Lockywolf committed [r250]

    Petty fixes.

  • Lockywolf Lockywolf committed [r249]

    Assemblers are now much faster.

1 >