Coder Social home page Coder Social logo

kgraefe / pidgin-save-conv-order Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 1.37 MB

This plugin saves the order of chats and IMs and restores it the next time you open a conversation.

License: GNU General Public License v2.0

Shell 15.81% C 69.18% M4 11.44% Makefile 3.57%
pidgin pidgin-plugins

pidgin-save-conv-order's Introduction

Pidgin Save Conversation Order

License Download

Installation on Windows

For the binary version, extract all the contents of pidgin-save-conv-order in the ZIP file either to the installation directory of Pidgin (typically C:\Program Files\Pidgin) or to your .purple user directory (typically %APPDATA%\Roaming\.purple).

See below for how to compile the source code version into a binary ZIP file.

Installation on Linux

To install the plugin on Linux you need to extract a release tarball and compile it from source:

sudo apt-get install pidgin-dev
./configure
make
sudo make install

Note: By default the plugin will be installed to /usr/local. If you installed Pidgin through your package manager, it is most likely installed into /usr (i.e. which pidgin returns /usr/bin/pidgin). Use ./configure --prefix=/usr in this case.

Note: When you use the repository directly or one of those auto-generated "Source code" archives, you need to run ./autogen.sh before running ./configure.

Building on Windows

In order to build the plugin for Windows an already-compiled source tree of Pidgin is required. Please see the Pidgin for Windows Build Instructions for details.

After that you need to create a file named local.mak that points to the Pidgin source tree, e.g.:

PIDGIN_TREE_TOP=$(PLUGIN_TOP)/../../pidgin-2.10.11

Now you can build the plugin:

make -f Makefile.mingw

Contribution

Code

We love patches. ❤️ Please fork the project, do your changes and make a pull request.

Translations

Help translating this project on Transifex.

pidgin-save-conv-order's People

Contributors

kgraefe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

megacoder

pidgin-save-conv-order's Issues

Sorting Options

Use existing sort functions instead of it's own.

Maybe use Pidgin signal "conversation-displayed" instead of your own placement function (may flicker...)

Work on activate

Until now it needs a restart of Pidgin to make the plugin work correctly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.