[SCM] libqinfinity packaging annotated tag, upstream/0.5.0, created. upstream/0.5.0

Diane Trout diane-guest at moszumanska.debian.org
Wed Oct 29 04:37:25 UTC 2014


The annotated tag, upstream/0.5.0 has been created
        at  0442f7adb2d9f843018e48470502c5b0c1eefae7 (tag)
   tagging  78be37510a78f57065f4f1e708c82c9b64434107 (commit)
 tagged by  Diane Trout
        on  Mon Sep 30 21:03:50 2013 -0700

- Shortlog ------------------------------------------------------------
Upstream version 0.5.0

Ben Boeckel (1):
      Fixed missing libsuffix in CMake files

David Edmundson (1):
      Fix cmake build

Diane Trout (1):
      Imported Upstream version 0.5.0

Gregory Haynes (166):
      Initial commit
      Created QtIo and test which links and compiles.
      QtIo works.
      Fixed socket initialization bug in qtiowatch.
      Added xmpp connection.
      Added doxygen
      Added statuschanged to XmlConnection.
      Added getStatus to XmlConnection.
      Added browser and communicationmanager.
      Added signals to Browser.
      Adedd node signals to browser.
      Added subscribeSession signal to Browser.
      Added SessionProxy.
      Moved QInfQtIo out of QtIo header.
      Added session.
      Added signals to Session.  Browser now sets up signals.
      Switched QObject and own_gobject in communicationmanager constructor.
      Added install ability to CMakeLists, fixed shellbrowser includes.
      Added AUTHORS and README
      Created FileModel and FileItemFactory.
      FileModel filled in.
      Added guibrowser test.
      IpAddress created from QHostAddress, XmlConnection::getStatus now
      QtIo has singleton acccessor, created ConnectionIndex for FileModel.
      Improved filemodel and itemfactory interfaces.
      Fixed mem leak from IpAddress::toString.
      GuiBrowser shows connections, fixed qtio segfault.
      TcpConnection uses QtIo signleton instance.
      BrowserIter no longer a QObject.
      FileBrowser is populating.
      Removed connectView from FileModel.
      Created WrapperStore.
      QGobject inherits from QObject, fixed QtIo destroy_notify unset bug.
      Added skeleton for NotePlugin.
      Added object store ability to CommunicationManager.
      Moved adding to object store to QGobject, created JoinedGroup.
      NotePlugin base class filled in.
      GuiBrowser test runs with object store.
      SessionProxy pulls sessions from object store.
      Added buffer, textbuffer, textsession.
      Added textdefaultbuffer, defaulttextplugin creates textsession.
      Adedd addNote and addSubdirectory to Browser.
      Added virtual type() method to Session.
      Created New Connection Dialog for guibrowser.
      Removed error signal from xmlconnection due to bad user_data value.
      XmlConnection error signal works.
      Created true GUI browser.
      Removed extraneous CMakeModules, removed shellbrower.
      Added browseriter to headers.
      XmppConnection accepts QString for hostnames.
      Renamed filemodel to browsermodel.
      Changed setBrowserItemFactory to setItemFactory.
      TcpConnection and XmppConnection own gobject in constructor.
      QtIo deletes Notifiers on add_watch.
      Added addPlugin to BrowserModel.
      Added removeConnectionIndex for deleting connection indexes.
      Created rowsAboutRemoved handler in browsermodel.
      Added some docs to noteplugin and browser.
      Major simplifications to wrapperstore.
      new file:   test/createitemdialog.cpp
      Action enabling based on selected items.
      Switch browsermodel to QHash for browser lookups.
      Removed browsers list, ConnectionIndex takes ownership of browser.
      Added browser to connection item.
      Can add and remove connections in guibrowser test.
      BrowserModel now takes ownership of connections.
      Added static create method to browser.  Added createSubdirectory to
      Added folder creation to guibrowser test.
      Icons work for non root node.
      BrowserIter returns QString, and added noteType.
      Plugins added to browsermodel now reparented.
      Connections added to browsermodel are now reparented.
      Correct nodeItemFromIndex return value in browsermodel.
      NotePlugin stores proper plugin name.  Can add notes to browser.
      Deleting nodes in guibrowser works.
      Added Name header label to browsermodel.
      Added text chunk, added virtual buffer() methods to Session.
      Filled out textchunk, created request wrapper.
      Added call to setupSignals in Request.  Created ExploreRequest.
      Added user and usertable.
      Added table to wrapperstore for owner wrappers.
      Added own_object param to wrapper methods.
      Return QPointer when wrap is used.  Filled out usertable.
      Created and attached UserTable signals.
      Added joinUser to TextSession.
      joinUser in TextSession returns request.
      Added check in wrapper store, added subscribesession to browser.
      Wrap method doesnt insert created wrappers.
      SessionProxy now has wrap method.
      Fixed some session joining bugs, added userrequest.
      Added text retrieval for text chunk, added timeout to QtIo.
      Override removeRows in BrowserModel to allow for node deletion.
      Dont call destroy notify if its null for InfTimers.
      Default buffer uses UTF-8, not utf-8.  Fixed removing nodes in
      Renamed buffer signals.
      Text chunk insertion uses UTF-8
      Force deep copy of username string in joinUser.
      Items no longer editable.
      TextChunk accepts ByteArray for insertText.
      Created AbstractTextBuffer skeleton.
      AbstractTextBuffer skeleton compiles.
      AbstractTextBuffer filled out wint onInsert and onErase.
      Filled out interface for modified and encoding in AbstractTextBuffer.
      Filled out TextBuffer interface in AbstractTextBuffe
      Added GObject lib to FindGlib.cmake
      AbstractTextBuffer initialization works.
      Insert an remove text callbacks insert into chunk.
      Created INSTALL file
      Added documentation to AbstractTextBuffer.
      Added documentation to Browser.
      Added docs for buffer and noteplugin.
      Added COPYING and COPYING-CMAKE-SCRIPTS
      Cleaned up unnecessary includes in header files.
      Updated READE to point to GitHub wiki.
      Stole kdelibs FindGlib/FindGObject script.
      Renamed FindGLIB2.cmake to FindGlib2.cmake
      Fixed not returning functions in browseriter.
      Use libinfinity-0.3
      Removed extraneous FileModel classes.
      Can delete connections.
      Merge branch 'master' of git at github.com:greghaynes/libqinfinity
      Objects actually removed from store on deletion.  Fixes reconnect bug.
      Added comment to wrapperstore object deletion.
      Added GPL License header.
      Added codec to TextBuffer.
      Created AdoptedSession and made TextSession inherit from it.
      Dont own AdoptedSession by default.
      User wrapper creates AdoptedUser's.
      Added undo/redo to TextSession.
      Moved ConnectionIndex into browsermodel.cpp
      Added connectionAdded and connectionRemoved signals to BrowserModel
      Created addNoteWithContent method in Browser.
      soversion bump
      QGObject uses shared d-pointer.
      BrowserModel uses d-pointer.
      Added UsersModel and userTable to Session.
      UsersModel works
      Added factory to UsersModel constructor, UsersModel uses factory.
      Added instance check to unref in QGObject.  Created QGSignal and added
      Added QGSignal usage to Browser, Request, UserRequest.
      UserRequest from join session owned by SessionProxy: fixes request_manager assertion in libinfinity.
      Added connect_after to QGSignal
      UserRequest doesnt own GObject, fixes exit crash bug.
      User has statusChanged signal.
      QGObject uses Q_DECLARE_PRIVATE and Q_D.  Removed qgobject_p.h
      Make QGObject::isOwner() const
      Merge branch 'master' of git at github.com:greghaynes/libqinfinity
      BrowserModel uses Q_DECLARE_PRIVATE and Q_D.  Remove browsermodel_p.h
      Added documentation and Q_PROPERTY macros to User.
      Fixed compiler warnings in browsermodel and user.
      Added id method to BrowserIter
      Make BrowserIter::id() const
      Removed some unneeded debug messages
      soversion bump
      Check for libinfinity v0.4
      Created CertificateCredentials, XmppConnection compiles with 0.4
      Update library version
      Add count arguments to AdoptedSession::undo/redo
      Added Session::Status argument to TextSession.
      Change soversion to 0.1-2
      Dont Deref. CertificateCredentials in XmppConnection if none specified.
      Dont segfault for invalid connection indexng in browsermodel.
      Added chunk() method to AbstractTextBuffer
      Added BrowserModel::communicationManager()
      SOVERSION matches VERSION
      Revert "SOVERSION matches VERSION"

Ian Monroe (1):
      Patched CMake system to allow out of source build.

Philipp Kern (10):
      Let cmake search for libinfinity-0.5.
      Merge commit 'refs/merge-requests/1' of git://gitorious.org/libqinfinity/libqinfinity
      xmppconnection.cpp: move from Gsasl to InfSaslContext
      Adjust QtIo API to the new InfIo interface.
      Wrap the remainder of InfIoIface with calls to the C++ class.
      CommunicationManager: fix copy constructor
      QtIo: Wrap InfEvent for dispatch through QApplication.
      QtIo::addDispatch: return a token which is non-NULL
      QtIo: implement updateWatch and removeWatch
      QtIo: implement removeDispatch

Ryan Kavanagh (1):
      Set the SOVERSION and VERSION to the appropriate values

Sven Brauch (39):
      Fix compile
      Adjust to infinity API changes
      Support getting the connection status of a Browser object
      emit a signal from the browser when it is connected.
      typo
      do add / erase text in the right order
      Allow giving custom user data to the session created callback function.
      Remove various ref-deref cycles
      fix invalid delete of void pointer
      fix memory error
      use delete[] to delete memory alloc'd by new[]
      Add support for simulated connections
      Wrap InfcNodeRequest.
      Move the NodeRequest wrapper to its own file and make it inherit Request
      Make the BrowserIter return a wrapped ExploreRequest on explore()
      Don't remove entries from a QHash while iterating over it
      Add a function to the user table which retrieves active users
      Calculate a nice color for a user name
      make some functions in User const
      Pick less intense colors for users
      remove warning about possible concurrency problems
      Add missing copyright notice to cpp file
      move the color calculation code to the plugin
      Remove the test/ subdir
      update AUTHORS
      use lowercase command names in cmake
      Create the correct user object from the user request
      Add a wrapper around InfTextUndoGrouping
      Instantiate the correct user specialization
      Documentation for undo grouping wrapper
      Fix a subtle memory bug in ExploreRequest
      prevent a crash in explore() when an iter is already being explored
      Use the provided hue value instead of 0 for user join requests
      Fix obviously wrong code in QtIo.cpp
      Return 0 in a function I accidentially added
      remove useless function
      fix README
      Return the correct ExploreRequest instance for active explorations
      Merge branch '0.5'

-----------------------------------------------------------------------

-- 
libqinfinity packaging



More information about the pkg-kde-commits mailing list