Commit Graph

121 Commits

Author SHA1 Message Date
Kent Safranski
226aaa5232 Merge pull request #105 from lorefnon/issue_82
Fix issue#82 along with some enhancements to notification system
2012-12-22 05:50:16 -08:00
Lorefnon
c05c2a70de Fix for issue#82 and replace current notification system with toastmessage based notification system 2012-12-22 15:28:59 +05:30
Verdier
bd0d342e9a Improve dropdown visibility. 2012-12-22 08:59:54 +01:00
Verdier
7e4a277ce5 Improve tab visibility. 2012-12-22 08:17:15 +01:00
Lorefnon
7288677c1a Multiple bug-fixes 2012-12-19 20:34:02 +05:30
lorefnon
86e4d26cbe Merge remote-tracking branch 'lorefnon/master' into payload_optimization 2012-12-19 18:55:04 +05:30
Verdier
7a7502435d Fix tab close issue. 2012-12-18 16:23:52 +01:00
Lorefnon
e43b16015b Code cleanup 2012-12-17 19:51:22 +05:30
Lorefnon
cbdbb96e93 Fix the issue of conflicts due to statcache 2012-12-17 18:21:25 +05:30
Lorefnon
ca6db0b57b Fix bugs regarding incorrect usage of dmp library causing file to be truncated. 2012-12-17 17:04:37 +05:30
Lorefnon
f92387b987 Fix multiple bugs 2012-12-17 16:08:33 +05:30
Lorefnon
0a251bbfb6 Complete the basic implementation of client-side diff generation and server-side patching 2012-12-17 15:46:26 +05:30
Lorefnon
9633e7f1d6 Modify server code to return mtime for created/opened files, Modify client code to store the mtime in EditSession object 2012-12-17 13:21:07 +05:30
Lorefnon
a4f1f1b18f Merge branch 'master' into payload_optimization
Conflicts:
	components/active/init.js
2012-12-17 11:57:25 +05:30
Verdier
88adc4b973 Simplify tab navigation. 2012-12-15 10:35:26 +01:00
Verdier
f559b7d85a Fix tab navigation. 2012-12-14 23:13:56 +01:00
Verdier
1293d6c0c8 Fix move feature to work with the new tab system. 2012-12-14 17:53:41 +01:00
Lorefnon
b8d9c85d6f Merge branch 'master' into payload_optimization 2012-12-14 01:38:30 +05:30
Verdier
6dac18f995 Add history of focused active files to manage close order. 2012-12-13 16:26:11 +01:00
Verdier
068b4de370 Fix close tab animation. 2012-12-13 14:30:09 +01:00
Verdier
f05921a697 Fix sort for dropdown. 2012-12-11 14:55:04 +01:00
Verdier
3aee162c50 Fix IE9 compatibility. Simplify dropdown menu. 2012-12-11 14:47:38 +01:00
Florent Galland
588c3cbd22 Merge remote-tracking branch 'fluidbyte/master' 2012-12-09 19:21:52 -05:00
Florent Galland
b132ba8a28 Fix last remaining file not closing bug. 2012-12-09 19:20:03 -05:00
Fluidbyte
ca897e8d1c Fix no-wrap issue on tabs 2012-12-09 14:38:56 -08:00
Fluidbyte
6d209457e1 Undo last change 2012-12-09 14:35:46 -08:00
Fluidbyte
dd33eb6f95 Fix text-direction bug on long names in tabs 2012-12-09 14:32:36 -08:00
Kent Safranski
dae893c63b Merge pull request #87 from Bluefinch/master
Add animation as a goodie ;-)
2012-12-09 14:15:42 -08:00
Florent Galland
f6d8b8adf0 Animate tab closing. 2012-12-09 17:07:22 -05:00
Fluidbyte
e303b7dce2 Hid left-active area (temporary) 2012-12-09 13:49:15 -08:00
Florent Galland
31fa1ceaeb Fix middle button close bug. 2012-12-09 13:24:26 -05:00
Verdier
0a31cc5bf3 Fix bugs for active files list. 2012-12-09 17:49:07 +01:00
Verdier
43cf575912 Restoring old active files system. 2012-12-09 15:30:41 +01:00
Verdier
1855a5ba99 Start to restore list of active files. 2012-12-09 12:20:23 +01:00
Verdier
577942b08d Fix thumb order and active in dropdown. 2012-12-09 12:15:33 +01:00
Florent Galland
8e67972c8f Middle click close tabs. 2012-12-08 23:03:32 -05:00
Florent Galland
b930e4cad7 Fix left sidebar resize interation with tabs. 2012-12-08 20:28:25 -05:00
Florent Galland
8ef516202c Merge branch 'tabs' into _tabs_update_icons
Conflicts:
	index.php
2012-12-08 18:38:26 -05:00
Florent Galland
9782879f27 Finalize chaging icons. 2012-12-08 18:31:47 -05:00
Verdier
a769cf2f92 Improve overflow computation. 2012-12-08 19:15:27 +01:00
Verdier
7617bf69dd Fix issue when overflow with one tab. 2012-12-08 16:50:24 +01:00
Verdier
84400fb500 Fix tab-list overflow computation. 2012-12-08 16:46:09 +01:00
Verdier
fc1bdb5beb Revert "Fix tab-list overflow computation."
This reverts commit 69fe5156d4.
2012-12-08 16:32:28 +01:00
Verdier
69fe5156d4 Fix tab-list overflow computation. 2012-12-08 16:11:04 +01:00
Verdier
05e7693035 Try to recompute visibility when drag left bar. 2012-12-08 14:55:53 +01:00
Verdier
201ca1b7ca Fix bug for changed files. 2012-12-08 14:21:31 +01:00
Verdier
06d812e358 Fix focus for item in dropdown. 2012-12-08 13:33:41 +01:00
Verdier
6d34615110 Change class tab-list to id. 2012-12-08 10:27:38 +01:00
Verdier
9d9b194bf1 Selected item from dropdown, it now prepend to the tab-list. 2012-12-08 10:20:34 +01:00
Verdier
3723736084 Minors fix. 2012-12-08 10:13:12 +01:00