Activity for Lonely Stranger

  • Lonely Stranger Lonely Stranger modified a comment on ticket #1319

    Your latest complicate change broken the transparency of tooltips - setting value to 0 in configuration does not change tooltips to have transparent background, it's still opaque. The solution with Mixin(...) works correctly though, I have all tooltips with exact transparency I've set in configuration.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    Your latest complicate change broken the transparency of tooltips - setting value to 0 in configuration does not change tooltips to have transparent background, it's still opaque. The solution with Mixin(...) works correctly though, I have all tooltips with transparency I've set in configuration.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    You are right, no need in so much changes, just a line into TitanPanel.lua Mixin(GameTooltip, TooltipBackdropTemplateMixin) is enough.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    Just for clarification: 1) add the mixin to XML file 2) replace all GameTooltip with TitanPanelTooltip all that is needed to fix this issue.

  • Lonely Stranger Lonely Stranger created ticket #1320

    Right-click menus have transparent background in 9.1.5

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    Resolved that. Changing line in TitanPanel.xml into <GameTooltip name="TitanPanelTooltip" inherits="GameTooltipTemplate" mixin="TooltipBackdropTemplateMixin" parent="UIParent" hidden="true"/> and dropping that added line above fixed tooltips. Please, release fixed version ASAP (9.1.5 will be released on November 2, you know).

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    Performance plugin has own tooltip mechanics, fixed its appearance there.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1319

    I've fixed it partially by adding TitanPanelTooltip = CreateFrame("GameTooltip", "TitanPanelTooltip", UIParent, "GameTooltipTemplate, TooltipBackdropTemplate") into TitanPanel.lua and replacing GameTooltip with TitanPanelTooltip everywhere (LDBToTitan.lua, TitanPanel.lua, TitanPanelTemplate.lua) but tooltips have weird background color with such change, initial part of text in them is also missing (have no foreground color I believe) and performance has no tooltip at all.

  • Lonely Stranger Lonely Stranger created ticket #1319

    Tooltips does not work with 9.1.5

  • Lonely Stranger Lonely Stranger created ticket #943

    PAM file misses some statements.

  • Lonely Stranger Lonely Stranger modified ticket #958

    desktop manager background color / font size with gtk3

  • Lonely Stranger Lonely Stranger modified ticket #869

    lxhotkey fails when using Control key

  • Lonely Stranger Lonely Stranger posted a comment on ticket #869

    Thank you very much for reporting this issue. I believe it is fixed in the Git now, change will come to the next release soon.

  • Lonely Stranger Lonely Stranger modified ticket #1121

    PCmanFM do not start on Rapian any more

  • Lonely Stranger Lonely Stranger modified ticket #1119

    Only show thumbnails for local files does not respect SSHFS mounts

  • Lonely Stranger Lonely Stranger modified ticket #1112

    No custom actions on Xubuntu

  • Lonely Stranger Lonely Stranger modified ticket #1116

    SIGSEGV in fm_path_display_basename when using filter

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1115

    I don't think that PCManFM should be blamed, all operations are done by underlying GVFS module. Thank you for reporting this, will inspect it.

  • Lonely Stranger Lonely Stranger committed [a33464]

    Restore po/POTFILES.in after crazy Pootle intervention.

  • Lonely Stranger Lonely Stranger committed [989f02]

    Generate po/LINGUAS on the fly in configure script.

  • Lonely Stranger Lonely Stranger modified ticket #535

    [lxtask] fix multiple definitions of global variables (builds with -fno-common)

  • Lonely Stranger Lonely Stranger posted a comment on ticket #535

    Thank you very much for your fix. That's sad it left unnoticed for so long time.

  • Lonely Stranger Lonely Stranger modified ticket #555

    lxtask: aligns used memory to free command line utility

  • Lonely Stranger Lonely Stranger modified ticket #477

    [lxtask] Fix integer overflow on shorting by memory

  • Lonely Stranger Lonely Stranger committed [b20767]

    Fix _ircd_can_send_to_one() to work actually.

  • Lonely Stranger Lonely Stranger committed [d2a9e1]

    Fix bug where not all flood timers were processed.

  • Lonely Stranger Lonely Stranger committed [388b81]

    ircd: add a bit of multilanguage support, not activatable yet.

  • Lonely Stranger Lonely Stranger committed [726a18]

    Add new file HOWTO.ircd.

  • Lonely Stranger Lonely Stranger committed [ebfbe4]

    [i18n] Update POT and PO files.

  • Lonely Stranger Lonely Stranger committed [97150a]

    Fix crash in ircd_char2umode().

  • Lonely Stranger Lonely Stranger committed [00856e]

    ircd, ircd-rusnet: documentation updates.

  • Lonely Stranger Lonely Stranger committed [bb15ef]

    Add prototypes to match in Dcc_Parse() to be safe.

  • Lonely Stranger Lonely Stranger committed [d97213]

    Change behavior of Get_Help_L for each=-1, it will not wrap lines sent.

  • Lonely Stranger Lonely Stranger committed [fc0492]

    ircd-rusnet: change umode +R to +I, add umode +R.

  • Lonely Stranger Lonely Stranger committed [46a887]

    Topic text on new line should not include space.

  • Lonely Stranger Lonely Stranger committed [c7bf48]

    Fix crash due to missing lock in AssociateSocket().

  • Lonely Stranger Lonely Stranger committed [3a2a95]

    Documentation update: NEWS, ircd.ref.

  • Lonely Stranger Lonely Stranger committed [f53582]

    Fix sending PING to servers, it might be delayed too much in rare cases.

  • Lonely Stranger Lonely Stranger committed [f51a41]

    ircd: use low case server name only for internal checks, never show it to any client.

  • Lonely Stranger Lonely Stranger committed [778700]

    Add new function match_simple_ic() to do case-insensitive matching.

  • Lonely Stranger Lonely Stranger committed [fef231]

    Mark interface to run again if it got I_FINWAIT after run.

  • Lonely Stranger Lonely Stranger committed [5560b8]

    Unlock and lock mutex on cancelling sockets polling subthread.

  • Lonely Stranger Lonely Stranger committed [d006b5]

    Fix case if something left in the socket, in such case callback should be called and owner must be marked to run.

  • Lonely Stranger Lonely Stranger committed [c95d56]

    Expand "ircd-check-message" to check private messages to users.

  • Lonely Stranger Lonely Stranger committed [605f6d]

    Lowered debug level on trying to add duplicate timer.

  • Lonely Stranger Lonely Stranger committed [5224cc]

    Fix spurious socket wake-ups due to raised POLLHUP flag at handshake stage.

  • Lonely Stranger Lonely Stranger committed [94328b]

    Fix user MODE propagation via IMODE.

  • Lonely Stranger Lonely Stranger committed [231eee]

    ircd: fix wakeup after penalty to be more reliable.

  • Lonely Stranger Lonely Stranger committed [800e68]

    Workaround on an issue with random() range on Solaris (it may exceed RAND_MAX).

  • Lonely Stranger Lonely Stranger committed [ec8a8e]

    Fix incomplete initialization of CMASKL.

  • Lonely Stranger Lonely Stranger committed [73bf6d]

    Drop flag '-fast' from CFLAGS on Solaris: too unstable.

  • Lonely Stranger Lonely Stranger committed [27b56a]

    ircd-rusnet: add support for user and channel modes +R (identification with services related).

  • Lonely Stranger Lonely Stranger committed [250624]

    Rework collision handling, it now uses "soft" collision handling

  • Lonely Stranger Lonely Stranger committed [4a489f]

    Loose on client names that come from servers (allow numeric first char).

  • Lonely Stranger Lonely Stranger committed [0cc00f]

    ircd: fix wrong channel "flags" like +b.

  • Lonely Stranger Lonely Stranger committed [fffe85]

    Rework "ircd-modechange" and "ircd-check-modechange" bindtables to allow any mode use lists, not just +b, +e and +I.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #1110

    Good catch, really. Never thought it can be loaded in parallel with displaying. Although... could it be it loads only partially then?

  • Lonely Stranger Lonely Stranger modified ticket #1110

    connect_model: connect to signal before setting folder for model

  • Lonely Stranger Lonely Stranger modified a comment on ticket #936

    You can edit menu entries with PCManFM - just open a folder named Applications and you are able to create new items and folders, move, delete and edit them. No additional tool is required, you have one already.

  • Lonely Stranger Lonely Stranger posted a comment on ticket #936

    You can edit menu entries with PCManFM - just open a folder named Applications and you are able to create new items and folders, delete and edit them. No additional tool is required, you have one already.

  • Lonely Stranger Lonely Stranger modified ticket #936

    Menu settings

  • Lonely Stranger Lonely Stranger posted a comment on ticket #936

    No, it is exactly what designed to be there. Only button's icon can be changed in menu currently. If you think something may be changed as well then, please, describe it. Thank you very much.

  • Lonely Stranger Lonely Stranger committed [f6b656]

    Hotfix: unending cycle on help free.

  • Lonely Stranger Lonely Stranger committed [d5fe7c]

    Rewrite _ircd_transform_invalid_nick() to allow non-ascii chars in nick.

  • Lonely Stranger Lonely Stranger committed [d5fe9d]

    Lower message level on alien channel mode change coming from neigbour server to warning from error.

  • Lonely Stranger Lonely Stranger committed [874f04]

    Lower message level on unknown user mode from the neighbour to warning from error.

  • Lonely Stranger Lonely Stranger committed [22d6ed]

    Add missing correction if not set define on IRCD_KILL_INVALID_NICK.

  • Lonely Stranger Lonely Stranger committed [cdff96]

    Allow non-ops do channel mode change for some networks.

  • Lonely Stranger Lonely Stranger committed [478df3]

    Update copyright years in the manual page.

  • Lonely Stranger Lonely Stranger committed [244ebd]

    Fix (again) client message simulation.

  • Lonely Stranger Lonely Stranger committed [46b87d]

    Fix sending 470 numeric on +z join.

  • Lonely Stranger Lonely Stranger committed [301cde]

    Fix invalid memory access in _delete_help_lang().

  • Lonely Stranger Lonely Stranger committed [cbb9b7]

    Set test variable in accept thread to volatile.

  • Lonely Stranger Lonely Stranger committed [ad44ca]

    Add a safeguard to _istats_l() - it should be impossible there but still...

  • Lonely Stranger Lonely Stranger committed [b63812]

    Fix invalid 'x' filter sending when buffer wasn't empty.

  • Lonely Stranger Lonely Stranger committed [4c5385]

    Fix missing data check in _ircd_class_in().

  • Lonely Stranger Lonely Stranger committed [08c306]

    Add a safeguard against failed conversion when sending requests.

  • Lonely Stranger Lonely Stranger committed [63e28d]

    Fix missing reset on ShutdownR value after seinding signals.

  • Lonely Stranger Lonely Stranger committed [bd4b2a]

    Fix missing fields initialization creating new channels or clients.

  • Lonely Stranger Lonely Stranger committed [d5a2d4]

    Fix wrong remote clients init after reconnect.

  • Lonely Stranger Lonely Stranger committed [ccfacb]

    ircd: fix registration responces: ERR_NOTREGISTERED was missing.

  • Lonely Stranger Lonely Stranger committed [e86b09]

    Fix test for subrecords expiration time, Find_Userrecord() in case of full host scan should not take into consideration expired records.

  • Lonely Stranger Lonely Stranger committed [6cfe04]

    rusnet: fix not working KLINE command.

  • Lonely Stranger Lonely Stranger committed [79510e]

    Use safe_pfree() or safe_free() instead of free(), and safe_calloc() instead of calloc().

  • Lonely Stranger Lonely Stranger committed [e2cabe]

    Add resetting data pointer on S_SHUTDOWN as it might be async.

  • Lonely Stranger Lonely Stranger committed [29d2a0]

    ircd: @<network> interface should provide not just an interface for messages to clients but also interface to send a signal to all local users.

  • Lonely Stranger Lonely Stranger committed [c23f71]

    Fix processing messages initiated by bindings, they should be processed in accordance with syntax.

  • Lonely Stranger Lonely Stranger committed [869b18]

    Fix error with thread detach, add a bit more debug.

  • Lonely Stranger Lonely Stranger committed [9155e0]

    ircd: fix $@ processing by S_REPORT, it should print not just <hostname> but <ident>@<host>.

  • Lonely Stranger Lonely Stranger committed [4f8427]

    Fix invalid collision names handling on new NICK from server.

  • Lonely Stranger Lonely Stranger committed [8b33ad]

    Fix statistic value for unnamed bans.

  • Lonely Stranger Lonely Stranger committed [06b68a]

    Add call to SSL_set_shutdown() on finish.

  • Lonely Stranger Lonely Stranger committed [bf7597]

    Rework peer links using PeerData interface to have reliable deallocation on them.

  • Lonely Stranger Lonely Stranger committed [590e25]

    Fix handling of peer_t as NULL (in case of internal source).

  • Lonely Stranger Lonely Stranger committed [8d0320]

    Fix processing of internal sourced messages (e.g. ones coming from bindings).

  • Lonely Stranger Lonely Stranger committed [11c9a5]

    Fix issues after user dropped by overloads.

  • Lonely Stranger Lonely Stranger committed [880cb5]

    Create a core dump on memory allocation error.

  • Lonely Stranger Lonely Stranger committed [71bada]

    Fix crash on S_REPORT on registering client.

  • Lonely Stranger Lonely Stranger modified ticket #321

    Search for files ?

  • Lonely Stranger Lonely Stranger posted a comment on ticket #321

    As I thought, it is an usage problem. It appears you just forgot to add a * after name. The search provides exact (or complete) search, otherwise (if wildcards would be always assumed) it would be impossible to find files which are named test because all contest, testament, attestat whatever will be found along the way, and that would be a hell, believe me. Just add an asterisk and all your test<whatever> files will be found. With best regards, be safe and well!

1 >