42 Commits

Author SHA1 Message Date
Giacinto Garcea
7bfd6bfbb9 Bookmarks 2.9
- rename a folder (bookmarks opt);
- for IITCm: move a bookmark into a folder;
2014-05-05 22:33:08 +02:00
fkloft
6408a1151c [plugins/bookmarks-by-zaso] audo draw: show distance between selected portals
/cc @ZasoGD
2014-03-23 21:24:18 +01:00
Jon Atkins
c0d0d87946 bookmarks plugin: clicking a bookmark icon selects the portal 2014-03-22 02:53:28 +00:00
fkloft
b8eb21bc0a [bookmarks-by-zaso] remove old comments (saveFile was backported) 2014-02-14 00:24:02 +01:00
fkloft
fc571ecf7e [bookmarks-by-zaso] show only available actions; allow to save/load bookmarks to/from storage on Android 2014-02-13 22:33:41 +01:00
Giacinto Garcea
24dbeaca9a Fixed problem with jQuery UI sortable
- jQuery UI sortable drag initiation is slow when container has hidden
items;
- removed old code to open/close BookmarksBox in IITCm;
2014-02-06 19:56:56 +01:00
Giacinto Garcea
53d04c70a5 Fixed number version 2014-02-06 10:08:16 +01:00
Giacinto Garcea
3f17320de9 'auto draw' support drawtools current color 2014-02-03 12:00:47 +01:00
Giacinto Garcea
fb09a53b07 Bookmarks 2.8
- vertical scrollbar;
- button to hide/show "x" buttons;
- bookmarks full-width in mobile (no margin-right);
- minor UI and UX fix;
2014-02-02 22:28:07 +01:00
Philipp Schaefer
bb5c6ea6f6 removed bookmarks share button on iitcm
* call share interface from copy option
* a copy button and a share button are redundant since you can copy2clipboard from share interface too
* this way we stay consistent with the new draw tools options
2014-01-29 09:53:19 +01:00
fkloft
769c03e58e [bookmarks-by-zaso] Option to keep selected portals when using auto-draw
/cc @ZasoGD
2014-01-22 20:17:07 +01:00
fkloft
3162d6f529 Disabled inputs are unselectable in Firefox. Change to readonly 2014-01-06 18:17:33 +01:00
Jon Atkins
01a5c0da6d fix small bug from #713 - and also use method rather than private data for lat/lng 2014-01-05 22:42:57 +00:00
bradgarner
c6b6ff2b86 Propose adding title tooltip to the markers
Added using the 'title:' option of the L.marker
not 100% sure line 858 is correct
(my first fork proposal so be gentle #n00b)
2013-12-26 03:20:07 -05:00
Jon Atkins
7e479d4a5b Merge pull request #710 from nexushoratio/proofreading
Number of changes to plugin descriptions, mostly for consistency.
2013-12-23 18:58:53 -08:00
nexushoratio
bfac36701d Sync has been around for a while, so reflect that. 2013-12-20 22:35:20 -08:00
fkloft
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
fkloft
010682ffa6 Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
This reverts commit 67f273fd6d4b1db7d3ac2363305a1d30e3729ac4.
2013-12-10 14:55:46 +01:00
Mike Castle
511a02f9a1 Introduce some consistency in grammar and punctuation into @description. 2013-12-03 23:51:54 -08:00
Jon Atkins
52d1869983 plugin: bookmarks fix 2013-12-01 03:36:15 +00:00
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Mike Castle
bba6519860 Spell checking, h-r. 2013-11-23 19:16:20 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Jon Atkins
9a654ae8fa bookmarks plugin
- fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve
- add note about API needed in draw tools plugin for this to use
2013-11-18 07:33:35 +00:00
Jon Atkins
792acc33ed bookmarks plugin: fix error caused by missing hook parameters.
i've guessed as to what was expected here, but they don't seem to be used much anyway
2013-11-18 07:01:33 +00:00
Giacinto Garcea
fc5c2ab4a7 Bookmarks 2.5
- Repositioned bookmarks ribbon;
- Added a layer for bookmarked portals;
- Added a highlighter for bookmarked portals;
- Minor fix;
2013-10-17 22:44:53 +02:00
Jon Atkins
2807eb11d4 fix bookmarks plugin when userscript is before IITC main script 2013-09-06 00:20:08 +01:00
Xelio
864b4c66dd Plugin bookmark for maps and portals: Change to use hook 'portalSelected' to remove star instead of modify window.unselectOldPortal(). 2013-09-05 02:24:32 +08:00
Jon Atkins
c68021609b a few tweaks to wording in toe bookmarks plugin 2013-09-03 01:58:00 +01:00
Giacinto Garcea
0d9b9a89a4 Plugin ID correct
- Replaced ```$(this).dialog('destroy');``` with
```$(this).dialog('close');```.
- Not closes the dialog when in the _auto-drawer_ DRAW is clicked;
2013-08-30 11:08:09 +02:00
Giacinto Garcea
3a018a7b2e Bookmarks 2.2
- renamed plugin file (old name);
- minor bug fix for 'Auto drawer' feature on IITCm;
2013-08-29 19:34:42 +02:00
Giacinto Garcea
b0aabd5084 Update Bookmarks to 2.1 version 2013-08-26 02:42:03 +02:00
Philipp Schaefer
b4ccf09437 Revert "switch to map on bookmark click"
This reverts commit 20aac81e95a7b94725149084ffe7fccdfb422510, reversing
changes made to 985bf78e470ab38d40300996036b3fbd8d2a9b3d.

Conflicts:
	plugins/bookmarks-by-zaso.user.js
2013-06-16 01:34:56 +02:00
Philipp Schaefer
ebfa030c3d code formatting 2013-06-15 11:12:40 +02:00
Philipp Schaefer
20aac81e95 switch to map on bookmark click 2013-06-15 11:08:45 +02:00
Jon Atkins
5a62d92620 use new plugin wrapper macros for bookmarks plugin 2013-06-14 20:38:50 +01:00
Giacinto Garcea
6fbc3fad7d Switch to map tab on IITC_MOBILE
When a bookmark is clicked switch from the info screen to the map tab.
2013-06-14 13:43:10 +02:00
Philipp Schaefer
f31fb31670 added switch to map trigger 2013-06-14 11:51:11 +02:00
Giacinto Garcea
6df39749f5 Bookmarks 0.1.55: add support to IITC_MOBILE
- the plugin work on mobile (the open/close folders script is disabled);
- add a category plugin: "Controls";
- fixed on firefox accidental click event on the bookmark's link when
the bookmark is dragged
- edit z-index of the ribbon: now it's shown below the chat;
2013-06-13 22:05:21 +02:00
Philipp Schaefer
b98a9a1d0c changed wrapper to stay consistent with other plugins (see #357) 2013-06-12 21:12:39 +02:00
Jon Atkins
ffbf82a44e updated bookmarks plugin, as submitted by the author with stylesheet fixes
(some non-standard indentation at the moment though)
2013-06-07 17:49:10 +01:00
Jon Atkins
28c124b020 a bookmark plugin - submitted by someone via G+
it has non-standard dialog opening, non-standard activation methods, and the dialog background isn't working
(this could be due to me breaking things when splitting it up into separate image/css/js files - it was submitted as a single file)
2013-06-07 01:20:36 +01:00