Ticket #1416 (closed enhancement: fixed)

Opened 2 years ago

Last modified 6 months ago

popup for messages if away and n/a

Reported by: ceinig@… Owned by: erijo
Priority: normal Milestone: 1.3.6
Component: qt/kde gui Version: 1.3.4
Keywords: message popup away Cc:

Description (last modified by erijo) (diff)

A good feature would be, if messages popup even if the client status is away or n/a, because the just little, blinking icon in tray is very easy to survey.

erijo told me a way to activate this feature. for me it works without problems.

feel free to test it and report if you want this too, or not.

howto activate

debian way:

apt-get update
apt-get source licq
apt-get install libcdk5-dev libgpgme11-dev libxosd-dev libxss-dev

change line 1449 in mainwin.cpp (plugins/qt-gui/src) from

if (s == ICQ_STATUS_ONLINE || s == ICQ_STATUS_FREEFORCHAT)

to

if (s != ICQ_STATUS_OFFLINE)

change back to the root dir (licq-<version>) and do

dpkg-buildpackage -rfakeroot -us -uc

from source: unpack source package

change line 1449 in mainwin.cpp (plugins/qt-gui/src) from

if (s == ICQ_STATUS_ONLINE || s == ICQ_STATUS_FREEFORCHAT)

to

if (s != ICQ_STATUS_OFFLINE)

change back to the root dir (licq-<version>)

./configure --with-kde
make
make install

Attachments

auto-popup-in-away-na.patch (0.5 kB) - added by erijo 2 years ago.
Proposed patch

Change History

Changed 2 years ago by scythe

  • owner set to scythe

Changed 2 years ago by scythe

  • status changed from new to closed
  • resolution set to worksforme

Changed 2 years ago by scythe

  • status changed from closed to reopened
  • resolution worksforme deleted

Changed 2 years ago by erijo

  • owner changed from scythe to erijo
  • priority changed from high to normal
  • version changed from 1.3.* to 1.3.4
  • status changed from reopened to new
  • milestone set to 1.3.5

Changed 2 years ago by erijo

Proposed patch

Changed 2 years ago by erijo

  • status changed from new to assigned
  • description modified (diff)

The proposed patch is attachment:auto-popup-in-away-na.patch

Unless someone has any objections to it being included, I will commit it.

Changed 21 months ago by erijo

  • status changed from assigned to closed
  • resolution set to fixed

Patch committed in r4804.

Changed 21 months ago by erijo

  • status changed from closed to reopened
  • resolution fixed deleted

The patch committed in r4804 caused problems and was reverted in r4805.

See this thread

Changed 21 months ago by emostar

I think this is an invalid bug report. The Away and N/A status are for when you are not using the computer. Why would you want things to popup when you are not using the computer? The real issue is the abuse of Away and NA.

Changed 6 months ago by flynd

  • status changed from reopened to closed
  • resolution set to fixed

As of r6143, Qt4-Gui can be configured to set for which statuses messages should popup automatically.

Note: See TracTickets for help on using tickets.