Up to [cvs.NetBSD.org] / pkgsrc / editors / gobby
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
gobby: update to 0.6.0. Version 0.6.0: * Remove support for GTK+ 2.x; at least GTK+ 3.6 is required now. * Enable TCP keepalives, so that inactive connections will drop automatically after a short time. * Gobby is now registered as a handler for infinote:// URLs. * Remember hosts previously connected to and presents them in the list next time Gobby is started until expilictly removed. * Gobby can now show connection parameters, in particular TLS parameters used for the connection. * Gobby's configuration options are stored in GSettings instead of a custam config.xml file. * The option to not set a certificate in the initial welcome dialog is no longer available. * Gobby can now use the default system CAs on Windows. * Small bug fixes and code base modernization. Version 0.5.0: * Allow to run a server within the Gobby process; infinoted is no longer required to connect to other people * Added support for user accounts and different permissions for different accounts * Added limited support for chat nodes in the document tree * Added an option to set the opacity with which user colors are shown behind the text. * Added Fullscreen option and Ctrl++ and Ctrl+- shortcuts to increase/decrease the font size. * Gobby can open infinote://XXX URIs given on the command line to directly open one or more documents at startup. Version 0.4.94: * Show cursors and selections of remote users in the own viewport and scrollbar * Add a "Disconnect from Server" option to the context menu * When double-clicking a user in the user list jump to its current cursor position * Allow gobby to be built against GTK+ 3 * Fixed a bug which prevented "Save All" from working Version 0.4.93: * Added IRC-like chat * Added functionality to export a document to HTML (#245) * Sort browser entries * Allow selecting multiple files when opening files * Allow resetting user colors in a document (Bug #211) * Added a Connect to Server option to the File menu * Undo words instead of individual characters * When starting Gobby twice then send commands to an existing Gobby (if any) unless the -n command line option is given. * Added an option to highlight spaces and tabs Version 0.4.92: * Support running Gobby on Windows 2000. * Added Icons for HCLP and HCLPI icon themes (Bug #413, Patrick Wade). * Make sure terminating newline characters are saved correctly * Added /etc/ssl/certs/ca-certificates.crt as default trust file, if available. * Don't mess up saving documents whose first line is empty. * Write config files in $XDG_CONFIG_HOME instead of $HOME (Bug #437, Cristian Klein). * Display colored pencil icons in a document's tab for each user that made a change since the document has been viewed the last time (Bug #66, Mattis Manzel). Version 0.4.91: * Keep track of a document's modified state between Undo/Redo operations * Scroll to Cursor after Cut or Paste * Added HCLPI icon of the Gobby Logo (Thanks to Thomas Glatt) * Added an Autosave Option in the preferences * Remember previous host names in "Direct Connection" entry * Added an "Open Location" dialog to open arbitrary URIs * Added a tooltip when hovering text, showing the author of that text Version 0.4.90: * Use libinfinity instead of libobby as backend * Allow connection to multiple servers * Redesigned UI to better match normal text editors, and to be more HIG-compliant * Added Undo support (via libinfinity) * Require GtkSourceView 2.x * Some features of the previous versions, especially self-hosting, are not implemented in 0.4.90. This will be added in a later version.
editors: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
editors: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for editors category Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Add some const poison for stricter STL implementations.
Define default_context_to before using it in templates.
Pullup ticket #3839 - requested by dholland editors/gobby: build fix Revisions pulled up: - editors/gobby/distinfo 1.5 - editors/gobby/patches/patch-src_gselector_cpp 1.1 --- Module Name: pkgsrc Committed By: dholland Date: Sun Jul 1 01:43:02 UTC 2012 Modified Files: pkgsrc/editors/gobby: distinfo Added Files: pkgsrc/editors/gobby/patches: patch-src_gselector_cpp Log Message: Merge change from upstream to fix build.
Merge change from upstream to fix build.
Changes 0.4.12: * "Save all documents" has been introduced. * Fix up the title of the first session password dialog. * Add experimental spell checking support based on gtkspell, which needs to be explicitly enabled by passing --with-gtkspell to configure. * Translation roundup: - Updated Gobby to use en_US internally - Added Ukrainian translation - Various translation updates from Launchpad
update to 0.4.11 many fixes and improvements, too much to list here, see the ChangeLog
Fixed missing <unistd.h> on DragonFly.
Imported gobby. Gobby is a free collaborative editor. This means that it provides you with the possibility to edit files simultaneously with other users over a network. It supports multiple documents in one session and a multi-user chat. The platforms on which you could use Gobby are so far Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed with the Gtk+ toolkit it integrates nicely into the GNOME desktop environment if you want it to.
Initial revision