Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7812 → Rev 7813

/data/common/icons32.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/cmm/eolite/Eolite.c
342,7 → 342,10
case 31...33:
EventSort(id-30);
break;
case 50...60: //Actions
case 51:
EventShowBurgerMenu();
break;
case 52...60: //Actions
FnProcess(id-50);
break;
case 61: // Set path as default
409,6 → 412,9
case SCAN_CODE_KEY_C:
Copy(#file_path, NOCUT);
break;
case SCAN_CODE_KEY_G:
EventOpenConsoleHere();
break;
case SCAN_CODE_KEY_V:
Paste();
break;
417,9 → 423,8
strcat(#temp, #file_path);
RunProgram("/sys/media/kiv", #temp);
break;
case SCAN_CODE_KEY_N: //create new window
if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
RunProgram(I_Path, #path);
case SCAN_CODE_KEY_N:
EventOpenNewEolite();
break;
case SCAN_CODE_KEY_M:
Open_Dir(#inactive_path,WITH_REDRAW);
1202,6 → 1207,18
}
}
 
void EventOpenNewEolite()
{
//if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
RunProgram(I_Path, #path);
}
 
void EventOpenConsoleHere()
{
sprintf(#param, "pwd cd %s", #path);
RunProgram("/sys/shell", #param);
}
 
void ProceedMouseGestures()
{
char stats;
/programs/cmm/eolite/include/menu.h
22,6 → 22,11
‘¢®©á⢠ |F8";
char empty_folder_actions[]=
"‚áâ ¢¨âì |Crl+V";
char burger_menu_items[] =
"®¢®¥ ®ª­®|Ctrl+N
Žâªàëâì ª®­á®«ì|Ctrl+G
Ž¡­®¢¨âì ¯ ¯ªã|F5
Ž ¯à®£à ¬¬¥|F1";
 
#elif LANG_EST
char file_actions[]=
46,6 → 51,11
Properties |F8";
char empty_folder_actions[]=
"Aseta |Crl+V";
char burger_menu_items[] =
"New window|Ctrl+N
Open console here|Ctrl+G
Värskenda|F5
About|F1";
 
#else
char file_actions[]=
70,12 → 80,13
Properties |F8";
char empty_folder_actions[]=
"Paste |Crl+V";
 
char burger_menu_items[] =
"New window|Ctrl+N
Open console here|Ctrl+G
Refresh folder|F5
About|F1";
#endif
 
//Ž¡­®¢¨âì ¯ ¯ªã |F5
//Värskenda |F5
//Refresh |F5
 
enum { MENU_DIR=1, MENU_FILE, MENU_NO_FILE, MENU_BURGER };
 
104,6 → 115,12
case 5: Del_Form(); break;
case 6: FnProcess(8); break;
}
if (active_menu == MENU_BURGER) switch(_id) {
case 1: EventOpenNewEolite(); break;
case 2: EventOpenConsoleHere(); break;
case 3: EventRefreshDisksAndFolders(); break;
case 4: FnProcess(1); break;
}
active_menu = NULL;
}
 
123,9 → 140,17
text = #file_actions;
active_menu = MENU_FILE;
}
open_lmenu(mouse.x+Form.left+5, mouse.y+Form.top+3+skin_height, MENU_ALIGN_TOP_LEFT, NULL, text);
open_lmenu(mouse.x+Form.left+5, mouse.y+Form.top+3
+skin_height, MENU_ALIGN_TOP_LEFT, NULL, text);
}
 
void EventShowBurgerMenu()
{
active_menu = MENU_BURGER;
open_lmenu(Form.width-10+Form.left, 35+Form.top+skin_height,
MENU_ALIGN_TOP_RIGHT, NULL, #burger_menu_items);
}
 
bool GetMenuClick()
{
dword click_id;
/programs/cmm/eolite/include/translations.h
1,5 → 1,5
#define TITLE "Eolite File Manager 4.23a"
#define ABOUT_TITLE "EOLITE 4.23a"
#define TITLE "Eolite File Manager 4.24"
#define ABOUT_TITLE "EOLITE 4.24"
 
#ifdef LANG_RUS
?define T_FILE "” ©«"