4d80104403
allow to disable date widget with set_readonly on run-time
2014-12-02 17:19:13 +00:00
90afd04015
Fix framework wrong window opener in openPopup
2014-12-02 11:18:12 +00:00
e8056c388b
Implement mobile framework popup resize
2014-12-01 17:38:52 +00:00
fa0a10a840
moving egw_openWindowCentered() to egw(window).openPopup()
2014-12-01 10:44:51 +00:00
493bc485f1
fix resize to work with zoom at least up to 125%, by calling resize a 2. time
2014-11-28 14:00:40 +00:00
bcc3499c4c
Prevent tooltips from going off the side of popups
2014-11-27 17:38:37 +00:00
3f8acc1fd1
set opener as early as possible for framework popups
2014-11-27 17:34:06 +00:00
7984f04078
Override window.close() with framework specific close function
2014-11-27 17:01:47 +00:00
586656289d
Fix taphold context menu popup
2014-11-27 16:57:57 +00:00
f17042b34d
have to wait for script files to be loaded, before calling egw.link_handler or any other egw method
2014-11-26 18:37:36 +00:00
076b928d39
also switching to "internal" popups for mobile theme
2014-11-26 17:06:46 +00:00
23d4e045f3
Call framework specific window opener if it is on mobile framework
2014-11-26 16:58:03 +00:00
cfaae06d37
Add touchSwipe plugin for mobile template
2014-11-26 16:40:08 +00:00
1e93cb8224
Add missing print function to the framework base
2014-11-26 08:40:42 +00:00
9e20212b3e
* API: report failed Ajax requests to user incl. a hint that server error-log should contain more information
2014-11-21 16:16:24 +00:00
3ec33534dc
Add a paste flag to get around mail's check for all rows selected to ignore current selection when pasting
2014-11-19 20:13:46 +00:00
103c0c73ad
- Add flag to turn off auto-paste actions
...
- Turn off auto-paste actions when drop has multiple choices - paste is not valid during a real drop.
2014-11-19 17:59:16 +00:00
8aa71722ee
clientside redirect ignore appname only for popups, not eg. iframes like in admin
2014-11-19 16:10:39 +00:00
fd73f9fb21
Add refresh method to framework
2014-11-19 13:58:01 +00:00
5eeac7093c
use filemanager UI as UI for sharing directories
2014-11-18 12:55:32 +00:00
cad253627b
Integrate filemanager clipboard and new system clipboard
2014-11-17 23:57:15 +00:00
eb2a814c0d
Add mousewheel plugin to jquery library
2014-11-17 08:57:29 +00:00
4ce9b93bb2
Activate the new structure of egw framework.
...
- jdots: egw_fw_ui and egw_fw are removed and replace with the new files fw_ui, and fw_jdots
- work in progress of mobile framework (Mobile framework is not activated yet)
2014-11-14 16:20:11 +00:00
6d9969b050
Some W.I.P. of egw framework restructuring
2014-11-12 17:14:58 +00:00
95e343cb27
Drag & Drop support for [infolog] favorite to Home
2014-11-11 23:11:16 +00:00
af83de8198
Work in progress of egw framework restructuring
2014-11-11 18:00:29 +00:00
0497818385
Include menu context in action so callback can find click location
2014-11-10 17:50:58 +00:00
df7025f879
allow app to specify "availHeight" for its popup height and keep that height in automatic resize, for OS (eg. Linux) does not report an availHeight < height, we subtract 100px
2014-11-10 10:41:23 +00:00
cbbb0bf39f
Some WIP on getting home working again
2014-11-06 21:40:03 +00:00
8fab640449
Fake the drop position when pasting
2014-11-06 21:33:23 +00:00
0f516f9eb7
Add action to add to clipboard
2014-11-04 21:34:18 +00:00
8abbf0d20e
fix can not access property type of null, stalling context menu on tree
2014-10-31 08:31:23 +00:00
6272b57088
* Context menu items to copy and paste for drag and drop actions
...
Copy action is enabled when there are drag actions defined.
Paste action is enabled when there are drop actions defined that match the clipboard context.
Current clipboard contents can be seen in the tooltip for the paste action.
2014-10-30 22:18:37 +00:00
0d1a1c3f4a
Adjust speed of double click trigger for taglist item modification
2014-10-30 11:55:22 +00:00
6c7c29316a
making popup resize a bit more relyable by using an extra timeout and trigger it for every load, not just first one
2014-10-30 11:09:38 +00:00
f55380b8d7
Mark all content of the item after double clicking to modify
2014-10-30 10:51:40 +00:00
0429580f71
Replace taglist item edit trigger from edit botton to doubleclick
2014-10-30 09:45:49 +00:00
5098baf538
Add item modification functionality to magicsuggest's selected items (Only if free entries is allowed)
2014-10-29 17:01:17 +00:00
c555d52e0d
Update magicsuggest plugin
2014-10-29 11:02:08 +00:00
00136ae83b
Not used plugin, but included
2014-10-29 11:00:22 +00:00
dc3948126b
fix IDE warnings
2014-10-24 12:44:15 +00:00
247a8c5e87
text and German translations for drag-n-drop modifier hints
2014-10-24 12:19:16 +00:00
981a0a1eb9
* All Applications: Get all drag and drop action functionality working cross platform
...
-Fix drag Out to desktop functionality with Command+Shift keys (for Mac) or Alt+Shift keys (for other platforms)
-Fix content selection functionality with Command key (for Mac only) or Ctrl key (for other platforms)
2014-10-24 11:15:33 +00:00
1d3769939b
Apply Ctrl+Alt keys in order to be able to distinguish between content selection and dnd for draggable actions
2014-10-23 16:23:25 +00:00
fed76559fa
Fix scrolling of content in iframes for touch devices (applied for iOS)
2014-10-23 13:44:40 +00:00
f58cb571ef
Fix indentation
2014-10-22 15:35:58 +00:00
89a9c860e4
Set hold trigger timer to 600 milliseconds in order to popup the context menu faster for touch devices
2014-10-22 15:21:07 +00:00
fb0059b796
Use jquery-tap-and-hold plugin for taphold event on touch devices
2014-10-22 15:12:48 +00:00
510469e60b
Implement to set proper lable for dragging item for the drag helper
2014-10-21 14:31:18 +00:00
af048109ee
adding singular and plural name of app entries to link registry under "entry"/"entries" plus translations for apps which need them different from app-name
2014-10-21 13:51:37 +00:00