Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gajim-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajim-plugins
  • Issues
  • #473

Closed
Open
Created Jan 18, 2020 by Philipp Hörist@lovetoxMaintainer

Improvements for Length Notifier

The following discussion from !183 (merged) should be addressed:

  1. Instead of storing data in the chat control length_notifier_plugin_data, create a Class that inherits from Gtk.Label() store all information in that class.

  2. connect to the buffer from that class, so on the callback you are already inside the Label and have all data available, so you dont have to pass the chat control to the callback and retrieve the data from the chat control

  3. Color change should be done via adding a css class and removing a css class, not via override_background_color which is deprecated

  4. Migrate to new style plugin config window

Assignee
Assign to
Time tracking