├── .gitattributes ├── .gitignore ├── README.md ├── README_ENG.md ├── app ├── android │ ├── AndroidManifest.xml │ └── res │ │ ├── drawable-hdpi │ │ └── icon.png │ │ ├── drawable-ldpi │ │ └── icon.png │ │ └── drawable-mdpi │ │ └── icon.png ├── app.pro ├── bin │ ├── icons.qrc │ ├── mytetra.qrc │ └── resource │ │ ├── icons │ │ ├── BlueSphere │ │ │ ├── color_bluesphere_button_cancel.svg │ │ │ ├── color_bluesphere_button_ok.svg │ │ │ ├── color_bluesphere_clear_left-2.0.svg │ │ │ ├── color_bluesphere_clock.svg │ │ │ ├── color_bluesphere_configure.svg │ │ │ ├── color_bluesphere_decrypted.svg │ │ │ ├── color_bluesphere_desktop-2.0.svg │ │ │ ├── color_bluesphere_display-2.0.svg │ │ │ ├── color_bluesphere_document_new_thick.svg │ │ │ ├── color_bluesphere_documents-small.svg │ │ │ ├── color_bluesphere_drop-down.svg │ │ │ ├── color_bluesphere_edit_add.svg │ │ │ ├── color_bluesphere_edit_add_nobg.svg │ │ │ ├── color_bluesphere_edit_remove.svg │ │ │ ├── color_bluesphere_edit_remove_nobg.svg │ │ │ ├── color_bluesphere_editcopy-small.svg │ │ │ ├── color_bluesphere_editcut.svg │ │ │ ├── color_bluesphere_editdelete-2.0.svg │ │ │ ├── color_bluesphere_encrypted.svg │ │ │ ├── color_bluesphere_fileclose-small.svg │ │ │ ├── color_bluesphere_filenew.svg │ │ │ ├── color_bluesphere_fileopen.svg │ │ │ ├── color_bluesphere_filesave-2.1.svg │ │ │ ├── color_bluesphere_filesaveas.svg │ │ │ ├── color_bluesphere_folder-blue-2.0.svg │ │ │ ├── color_bluesphere_folder_home-2.2.svg │ │ │ ├── color_bluesphere_folder_home.svg │ │ │ ├── color_bluesphere_folder_new.svg │ │ │ ├── color_bluesphere_folder_open.svg │ │ │ ├── color_bluesphere_gohome-2.3.svg │ │ │ ├── color_bluesphere_help.svg │ │ │ ├── color_bluesphere_kill.svg │ │ │ ├── color_bluesphere_kit-b.svg │ │ │ ├── color_bluesphere_klipper_dock.svg │ │ │ ├── color_bluesphere_kmail-c-2.0.svg │ │ │ ├── color_bluesphere_kmail-orange_e.svg │ │ │ ├── color_bluesphere_locationbar_erase-2.0.svg │ │ │ ├── color_bluesphere_log-2.0.svg │ │ │ ├── color_bluesphere_mail_delete.svg │ │ │ ├── color_bluesphere_mail_find-small.svg │ │ │ ├── color_bluesphere_mail_forward-small.svg │ │ │ ├── color_bluesphere_mail_generic-small.svg │ │ │ ├── color_bluesphere_mail_new-small.svg │ │ │ ├── color_bluesphere_mail_replyall_arrows.svg │ │ │ ├── color_bluesphere_mail_replylist_small.svg │ │ │ ├── color_bluesphere_move.svg │ │ │ ├── color_bluesphere_next-c-2.0.svg │ │ │ ├── color_bluesphere_next-c-contour.svg │ │ │ ├── color_bluesphere_previous-c-2.0.svg │ │ │ ├── color_bluesphere_previous-c-contour.svg │ │ │ ├── color_bluesphere_reload-c.svg │ │ │ ├── color_bluesphere_revert.svg │ │ │ ├── color_bluesphere_snavigator.svg │ │ │ ├── color_bluesphere_terminal.svg │ │ │ ├── color_bluesphere_text_block.svg │ │ │ ├── color_bluesphere_trash.svg │ │ │ ├── color_bluesphere_undo-small.svg │ │ │ ├── color_bluesphere_undo.svg │ │ │ ├── color_bluesphere_view_multicolumn-2.0.svg │ │ │ ├── color_bluesphere_view_remove-2.0.svg │ │ │ ├── color_bluesphere_viewmag+_2.1.svg │ │ │ ├── color_bluesphere_viewmag-_small.svg │ │ │ ├── color_bluesphere_viewmag.svg │ │ │ ├── color_bluesphere_web-spider.svg │ │ │ ├── color_bluesphere_window_fullscreen-small.svg │ │ │ ├── color_bluesphere_window_list.svg │ │ │ ├── color_bluesphere_window_new.svg │ │ │ └── color_bluesphere_window_nofullscreen-small.svg │ │ ├── BwCinema │ │ │ ├── nocolor_cinema_Action 2.svg │ │ │ ├── nocolor_cinema_Action.svg │ │ │ ├── nocolor_cinema_Add Image.svg │ │ │ ├── nocolor_cinema_Add Ticket.svg │ │ │ ├── nocolor_cinema_Advertising.svg │ │ │ ├── nocolor_cinema_Alien.svg │ │ │ ├── nocolor_cinema_Animation.svg │ │ │ ├── nocolor_cinema_Apple TV.svg │ │ │ ├── nocolor_cinema_Asteroid.svg │ │ │ ├── nocolor_cinema_Astronaut.svg │ │ │ ├── nocolor_cinema_Audience.svg │ │ │ ├── nocolor_cinema_Av Receiver.svg │ │ │ ├── nocolor_cinema_Ballet Shoes.svg │ │ │ ├── nocolor_cinema_Binoculars.svg │ │ │ ├── nocolor_cinema_Bunch Flowers.svg │ │ │ ├── nocolor_cinema_Cable Release.svg │ │ │ ├── nocolor_cinema_Camcorder Pro.svg │ │ │ ├── nocolor_cinema_Camcorder.svg │ │ │ ├── nocolor_cinema_Camera Addon.svg │ │ │ ├── nocolor_cinema_Camera Automation.svg │ │ │ ├── nocolor_cinema_Camera Identification.svg │ │ │ ├── nocolor_cinema_Camera.svg │ │ │ ├── nocolor_cinema_Captain America.svg │ │ │ ├── nocolor_cinema_Channel Mosaic.svg │ │ │ ├── nocolor_cinema_Clapperboard.svg │ │ │ ├── nocolor_cinema_Close Up Mode.svg │ │ │ ├── nocolor_cinema_Comedy 2.svg │ │ │ ├── nocolor_cinema_Comedy.svg │ │ │ ├── nocolor_cinema_Comet.svg │ │ │ ├── nocolor_cinema_Compact Camera.svg │ │ │ ├── nocolor_cinema_Crime.svg │ │ │ ├── nocolor_cinema_Dance With Devil.svg │ │ │ ├── nocolor_cinema_Delete Ticket.svg │ │ │ ├── nocolor_cinema_Detective.svg │ │ │ ├── nocolor_cinema_Documentary.svg │ │ │ ├── nocolor_cinema_Drama.svg │ │ │ ├── nocolor_cinema_Edit Image.svg │ │ │ ├── nocolor_cinema_Facepalm.svg │ │ │ ├── nocolor_cinema_Family.svg │ │ │ ├── nocolor_cinema_Fantasy.svg │ │ │ ├── nocolor_cinema_Film Noir.svg │ │ │ ├── nocolor_cinema_Film Reel.svg │ │ │ ├── nocolor_cinema_Film.svg │ │ │ ├── nocolor_cinema_Gallery.svg │ │ │ ├── nocolor_cinema_Grey.svg │ │ │ ├── nocolor_cinema_Historical.svg │ │ │ ├── nocolor_cinema_IMDb.svg │ │ │ ├── nocolor_cinema_Idea.svg │ │ │ ├── nocolor_cinema_Integrated Webcam.svg │ │ │ ├── nocolor_cinema_Iron Man.svg │ │ │ ├── nocolor_cinema_Landscape.svg │ │ │ ├── nocolor_cinema_Living Room.svg │ │ │ ├── nocolor_cinema_Martian.svg │ │ │ ├── nocolor_cinema_Moon.svg │ │ │ ├── nocolor_cinema_Multiple Cameras.svg │ │ │ ├── nocolor_cinema_Music.svg │ │ │ ├── nocolor_cinema_Musical.svg │ │ │ ├── nocolor_cinema_News.svg │ │ │ ├── nocolor_cinema_Night Landscape.svg │ │ │ ├── nocolor_cinema_Night Portrait.svg │ │ │ ├── nocolor_cinema_Ninja Turtle.svg │ │ │ ├── nocolor_cinema_No Idea.svg │ │ │ ├── nocolor_cinema_Novel.svg │ │ │ ├── nocolor_cinema_Old Time Camera.svg │ │ │ ├── nocolor_cinema_Opera Glasses.svg │ │ │ ├── nocolor_cinema_Panorama.svg │ │ │ ├── nocolor_cinema_Planet.svg │ │ │ ├── nocolor_cinema_Podium With Audience.svg │ │ │ ├── nocolor_cinema_Podium With Speaker.svg │ │ │ ├── nocolor_cinema_Portrait Mode.svg │ │ │ ├── nocolor_cinema_Predator.svg │ │ │ ├── nocolor_cinema_Puzzle.svg │ │ │ ├── nocolor_cinema_Rating.svg │ │ │ ├── nocolor_cinema_Remove Image.svg │ │ │ ├── nocolor_cinema_Retro TV.svg │ │ │ ├── nocolor_cinema_Rotate Camera.svg │ │ │ ├── nocolor_cinema_SDTV.svg │ │ │ ├── nocolor_cinema_SLR Back Side.svg │ │ │ ├── nocolor_cinema_Sci Fi.svg │ │ │ ├── nocolor_cinema_Scream.svg │ │ │ ├── nocolor_cinema_Selfie.svg │ │ │ ├── nocolor_cinema_Short.svg │ │ │ ├── nocolor_cinema_Speaker.svg │ │ │ ├── nocolor_cinema_Sport.svg │ │ │ ├── nocolor_cinema_Sports Mode.svg │ │ │ ├── nocolor_cinema_Stack of Photos.svg │ │ │ ├── nocolor_cinema_Starred Ticket.svg │ │ │ ├── nocolor_cinema_Start.svg │ │ │ ├── nocolor_cinema_Steve Jobs.svg │ │ │ ├── nocolor_cinema_Switch Camera.svg │ │ │ ├── nocolor_cinema_Theatre Mask.svg │ │ │ ├── nocolor_cinema_Thriller.svg │ │ │ ├── nocolor_cinema_Ticket.svg │ │ │ ├── nocolor_cinema_Undergo Insomnia.svg │ │ │ ├── nocolor_cinema_Video File.svg │ │ │ ├── nocolor_cinema_Video Projector.svg │ │ │ ├── nocolor_cinema_Watch TV In Bed.svg │ │ │ ├── nocolor_cinema_Western.svg │ │ │ └── nocolor_cinema_Widescreen TV.svg │ │ ├── Cinema │ │ │ ├── color_cinema_Action 2.svg │ │ │ ├── color_cinema_Action.svg │ │ │ ├── color_cinema_Add Image.svg │ │ │ ├── color_cinema_Add Ticket.svg │ │ │ ├── color_cinema_Advertising.svg │ │ │ ├── color_cinema_Alien.svg │ │ │ ├── color_cinema_Animation.svg │ │ │ ├── color_cinema_Asteroid.svg │ │ │ ├── color_cinema_Astronaut.svg │ │ │ ├── color_cinema_Audience.svg │ │ │ ├── color_cinema_Av Receiver.svg │ │ │ ├── color_cinema_Ballet Shoes.svg │ │ │ ├── color_cinema_Binoculars.svg │ │ │ ├── color_cinema_Bunch Flowers.svg │ │ │ ├── color_cinema_Cable Release.svg │ │ │ ├── color_cinema_Camcorder Pro.svg │ │ │ ├── color_cinema_Camcorder.svg │ │ │ ├── color_cinema_Camera Addon.svg │ │ │ ├── color_cinema_Camera Automation.svg │ │ │ ├── color_cinema_Camera Identification.svg │ │ │ ├── color_cinema_Camera.svg │ │ │ ├── color_cinema_Captain America.svg │ │ │ ├── color_cinema_Channel Mosaic.svg │ │ │ ├── color_cinema_Clapperboard.svg │ │ │ ├── color_cinema_Close Up Mode.svg │ │ │ ├── color_cinema_Comedy 2.svg │ │ │ ├── color_cinema_Comedy.svg │ │ │ ├── color_cinema_Comet.svg │ │ │ ├── color_cinema_Compact Camera.svg │ │ │ ├── color_cinema_Crime.svg │ │ │ ├── color_cinema_Dance With Devil.svg │ │ │ ├── color_cinema_Delete Ticket.svg │ │ │ ├── color_cinema_Detective.svg │ │ │ ├── color_cinema_Documentary.svg │ │ │ ├── color_cinema_Drama.svg │ │ │ ├── color_cinema_Edit Image.svg │ │ │ ├── color_cinema_Facepalm.svg │ │ │ ├── color_cinema_Family.svg │ │ │ ├── color_cinema_Fantasy.svg │ │ │ ├── color_cinema_Film Noir.svg │ │ │ ├── color_cinema_Film Reel.svg │ │ │ ├── color_cinema_Film.svg │ │ │ ├── color_cinema_Gallery.svg │ │ │ ├── color_cinema_Grey.svg │ │ │ ├── color_cinema_Historical.svg │ │ │ ├── color_cinema_IMDb.svg │ │ │ ├── color_cinema_Idea.svg │ │ │ ├── color_cinema_Integrated Webcam.svg │ │ │ ├── color_cinema_Iron Man.svg │ │ │ ├── color_cinema_Landscape.svg │ │ │ ├── color_cinema_Living Room.svg │ │ │ ├── color_cinema_Martian.svg │ │ │ ├── color_cinema_Moon.svg │ │ │ ├── color_cinema_Multiple Cameras.svg │ │ │ ├── color_cinema_Music.svg │ │ │ ├── color_cinema_Musical.svg │ │ │ ├── color_cinema_News.svg │ │ │ ├── color_cinema_Night Landscape.svg │ │ │ ├── color_cinema_Night Portrait.svg │ │ │ ├── color_cinema_Ninja Turtle.svg │ │ │ ├── color_cinema_No Idea.svg │ │ │ ├── color_cinema_Novel.svg │ │ │ ├── color_cinema_Old Time Camera.svg │ │ │ ├── color_cinema_Opera Glasses.svg │ │ │ ├── color_cinema_Panorama.svg │ │ │ ├── color_cinema_Planet.svg │ │ │ ├── color_cinema_Podium With Audience.svg │ │ │ ├── color_cinema_Podium With Speaker.svg │ │ │ ├── color_cinema_Portrait Mode.svg │ │ │ ├── color_cinema_Predator.svg │ │ │ ├── color_cinema_Puzzle.svg │ │ │ ├── color_cinema_Rating.svg │ │ │ ├── color_cinema_Remove Image.svg │ │ │ ├── color_cinema_Rotate Camera.svg │ │ │ ├── color_cinema_SDTV.svg │ │ │ ├── color_cinema_SLR Back Side.svg │ │ │ ├── color_cinema_Sci Fi.svg │ │ │ ├── color_cinema_Scream.svg │ │ │ ├── color_cinema_Selfie.svg │ │ │ ├── color_cinema_Short.svg │ │ │ ├── color_cinema_Speaker.svg │ │ │ ├── color_cinema_Sport.svg │ │ │ ├── color_cinema_Sports Mode.svg │ │ │ ├── color_cinema_Stack of Photos.svg │ │ │ ├── color_cinema_Starred Ticket.svg │ │ │ ├── color_cinema_Start.svg │ │ │ ├── color_cinema_Switch Camera.svg │ │ │ ├── color_cinema_TV.svg │ │ │ ├── color_cinema_Theatre Mask.svg │ │ │ ├── color_cinema_Ticket.svg │ │ │ ├── color_cinema_Undergo Insomnia.svg │ │ │ ├── color_cinema_Video File.svg │ │ │ ├── color_cinema_Video Projector.svg │ │ │ ├── color_cinema_Watch TV In Bed.svg │ │ │ ├── color_cinema_Western.svg │ │ │ └── color_cinema_Widescreen TV.svg │ │ ├── Essential │ │ │ ├── nocolor_essential_77_Essential_Icons_Attachment.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Bar Graph.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Book.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Bookmark.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Briefcase.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Browser.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Calendar.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Camera.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Cancel.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Clock.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Comment Lines.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Comment.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Computer.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Controls.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Conversation.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Create New.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Credit Card.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Crosshair.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Diary.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Document.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Down Arrow.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Email.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Folder.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Forward.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Heart.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Home.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Inbox.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Layers.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Left Arrow.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Link.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_List.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Location Marker.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Location.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Map.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Medal.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Menu.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Microphone.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Minus.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_More Details (3).svg │ │ │ ├── nocolor_essential_77_Essential_Icons_More Details (4).svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Music.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_No Volume.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Notification.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Padlock.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Phone.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Photo.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Pie Chart.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Pin.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Plus.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Printer.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Profile.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Rearrange.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Refresh.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Reply.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Right Arrow.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Save.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Search.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Settings.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Share.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Shopping.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Signal.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Signals.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Star.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Tablet.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Tag.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Tick.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Toggle.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Trash.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Typing Comment.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Up Arrow.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_User.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Users.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Video Camera.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Video.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_View.svg │ │ │ ├── nocolor_essential_77_Essential_Icons_Volume.svg │ │ │ └── nocolor_essential_77_Essential_Icons_Warning.svg │ │ ├── Flat │ │ │ ├── color_icons8_flat_about.svg │ │ │ ├── color_icons8_flat_accept_database.svg │ │ │ ├── color_icons8_flat_add_column.svg │ │ │ ├── color_icons8_flat_add_database.svg │ │ │ ├── color_icons8_flat_add_image.svg │ │ │ ├── color_icons8_flat_add_row.svg │ │ │ ├── color_icons8_flat_address_book.svg │ │ │ ├── color_icons8_flat_advance.svg │ │ │ ├── color_icons8_flat_advertising.svg │ │ │ ├── color_icons8_flat_alarm_clock.svg │ │ │ ├── color_icons8_flat_alphabetical_sorting_az.svg │ │ │ ├── color_icons8_flat_alphabetical_sorting_za.svg │ │ │ ├── color_icons8_flat_answers.svg │ │ │ ├── color_icons8_flat_approval.svg │ │ │ ├── color_icons8_flat_approve.svg │ │ │ ├── color_icons8_flat_area_chart.svg │ │ │ ├── color_icons8_flat_assistant.svg │ │ │ ├── color_icons8_flat_audio_file.svg │ │ │ ├── color_icons8_flat_automatic.svg │ │ │ ├── color_icons8_flat_automotive.svg │ │ │ ├── color_icons8_flat_bar_chart.svg │ │ │ ├── color_icons8_flat_bearish.svg │ │ │ ├── color_icons8_flat_binoculars.svg │ │ │ ├── color_icons8_flat_biohazard.svg │ │ │ ├── color_icons8_flat_biomass.svg │ │ │ ├── color_icons8_flat_biotech.svg │ │ │ ├── color_icons8_flat_bookmark.svg │ │ │ ├── color_icons8_flat_briefcase.svg │ │ │ ├── color_icons8_flat_broken_link.svg │ │ │ ├── color_icons8_flat_bullish.svg │ │ │ ├── color_icons8_flat_business.svg │ │ │ ├── color_icons8_flat_business_contact.svg │ │ │ ├── color_icons8_flat_businessman.svg │ │ │ ├── color_icons8_flat_businesswoman.svg │ │ │ ├── color_icons8_flat_butting_in.svg │ │ │ ├── color_icons8_flat_cable_release.svg │ │ │ ├── color_icons8_flat_calculator.svg │ │ │ ├── color_icons8_flat_calendar.svg │ │ │ ├── color_icons8_flat_call_transfer.svg │ │ │ ├── color_icons8_flat_callback.svg │ │ │ ├── color_icons8_flat_camcorder.svg │ │ │ ├── color_icons8_flat_camcorder_pro.svg │ │ │ ├── color_icons8_flat_camera.svg │ │ │ ├── color_icons8_flat_camera_addon.svg │ │ │ ├── color_icons8_flat_camera_identification.svg │ │ │ ├── color_icons8_flat_cancel.svg │ │ │ ├── color_icons8_flat_candle_sticks.svg │ │ │ ├── color_icons8_flat_capacitor.svg │ │ │ ├── color_icons8_flat_cell_phone.svg │ │ │ ├── color_icons8_flat_charge_battery.svg │ │ │ ├── color_icons8_flat_checkmark.svg │ │ │ ├── color_icons8_flat_circuit.svg │ │ │ ├── color_icons8_flat_clapperboard.svg │ │ │ ├── color_icons8_flat_clear_filters.svg │ │ │ ├── color_icons8_flat_clock.svg │ │ │ ├── color_icons8_flat_close_up_mode.svg │ │ │ ├── color_icons8_flat_cloth.svg │ │ │ ├── color_icons8_flat_collaboration.svg │ │ │ ├── color_icons8_flat_collapse.svg │ │ │ ├── color_icons8_flat_collect.svg │ │ │ ├── color_icons8_flat_combo_chart.svg │ │ │ ├── color_icons8_flat_comments.svg │ │ │ ├── color_icons8_flat_compact_camera.svg │ │ │ ├── color_icons8_flat_conference_call.svg │ │ │ ├── color_icons8_flat_contacts.svg │ │ │ ├── color_icons8_flat_copyleft.svg │ │ │ ├── color_icons8_flat_copyright.svg │ │ │ ├── color_icons8_flat_crystal_oscillator.svg │ │ │ ├── color_icons8_flat_currency_exchange.svg │ │ │ ├── color_icons8_flat_cursor.svg │ │ │ ├── color_icons8_flat_customer_support.svg │ │ │ ├── color_icons8_flat_dam.svg │ │ │ ├── color_icons8_flat_data_backup.svg │ │ │ ├── color_icons8_flat_data_configuration.svg │ │ │ ├── color_icons8_flat_data_encryption.svg │ │ │ ├── color_icons8_flat_data_protection.svg │ │ │ ├── color_icons8_flat_data_recovery.svg │ │ │ ├── color_icons8_flat_data_sheet.svg │ │ │ ├── color_icons8_flat_database.svg │ │ │ ├── color_icons8_flat_debt.svg │ │ │ ├── color_icons8_flat_decision.svg │ │ │ ├── color_icons8_flat_delete_column.svg │ │ │ ├── color_icons8_flat_delete_database.svg │ │ │ ├── color_icons8_flat_delete_row.svg │ │ │ ├── color_icons8_flat_department.svg │ │ │ ├── color_icons8_flat_deployment.svg │ │ │ ├── color_icons8_flat_diploma_1.svg │ │ │ ├── color_icons8_flat_diploma_2.svg │ │ │ ├── color_icons8_flat_disclaimer.svg │ │ │ ├── color_icons8_flat_dislike.svg │ │ │ ├── color_icons8_flat_display.svg │ │ │ ├── color_icons8_flat_do_not_inhale.svg │ │ │ ├── color_icons8_flat_do_not_insert.svg │ │ │ ├── color_icons8_flat_do_not_mix.svg │ │ │ ├── color_icons8_flat_document.svg │ │ │ ├── color_icons8_flat_donate.svg │ │ │ ├── color_icons8_flat_doughnut_chart.svg │ │ │ ├── color_icons8_flat_down.svg │ │ │ ├── color_icons8_flat_down_left.svg │ │ │ ├── color_icons8_flat_down_right.svg │ │ │ ├── color_icons8_flat_download.svg │ │ │ ├── color_icons8_flat_edit_image.svg │ │ │ ├── color_icons8_flat_electrical_sensor.svg │ │ │ ├── color_icons8_flat_electrical_threshold.svg │ │ │ ├── color_icons8_flat_electricity.svg │ │ │ ├── color_icons8_flat_electro_devices.svg │ │ │ ├── color_icons8_flat_electronics.svg │ │ │ ├── color_icons8_flat_empty_battery.svg │ │ │ ├── color_icons8_flat_empty_filter.svg │ │ │ ├── color_icons8_flat_empty_trash.svg │ │ │ ├── color_icons8_flat_end_call.svg │ │ │ ├── color_icons8_flat_engineering.svg │ │ │ ├── color_icons8_flat_entering_heaven_alive.svg │ │ │ ├── color_icons8_flat_expand.svg │ │ │ ├── color_icons8_flat_expired.svg │ │ │ ├── color_icons8_flat_export.svg │ │ │ ├── color_icons8_flat_external.svg │ │ │ ├── color_icons8_flat_factory.svg │ │ │ ├── color_icons8_flat_factory_breakdown.svg │ │ │ ├── color_icons8_flat_faq.svg │ │ │ ├── color_icons8_flat_feed_in.svg │ │ │ ├── color_icons8_flat_feedback.svg │ │ │ ├── color_icons8_flat_file.svg │ │ │ ├── color_icons8_flat_filing_cabinet.svg │ │ │ ├── color_icons8_flat_filled_filter.svg │ │ │ ├── color_icons8_flat_film.svg │ │ │ ├── color_icons8_flat_film_reel.svg │ │ │ ├── color_icons8_flat_fine_print.svg │ │ │ ├── color_icons8_flat_flash_auto.svg │ │ │ ├── color_icons8_flat_flash_off.svg │ │ │ ├── color_icons8_flat_flash_on.svg │ │ │ ├── color_icons8_flat_flow_chart.svg │ │ │ ├── color_icons8_flat_folder.svg │ │ │ ├── color_icons8_flat_frame.svg │ │ │ ├── color_icons8_flat_full_battery.svg │ │ │ ├── color_icons8_flat_full_trash.svg │ │ │ ├── color_icons8_flat_gallery.svg │ │ │ ├── color_icons8_flat_genealogy.svg │ │ │ ├── color_icons8_flat_generic_sorting_asc.svg │ │ │ ├── color_icons8_flat_generic_sorting_desc.svg │ │ │ ├── color_icons8_flat_globe.svg │ │ │ ├── color_icons8_flat_graduation_cap.svg │ │ │ ├── color_icons8_flat_grid.svg │ │ │ ├── color_icons8_flat_headset.svg │ │ │ ├── color_icons8_flat_heat_map.svg │ │ │ ├── color_icons8_flat_high_battery.svg │ │ │ ├── color_icons8_flat_high_priority.svg │ │ │ ├── color_icons8_flat_home.svg │ │ │ ├── color_icons8_flat_icons8_cup.svg │ │ │ ├── color_icons8_flat_idea.svg │ │ │ ├── color_icons8_flat_image_file.svg │ │ │ ├── color_icons8_flat_import.svg │ │ │ ├── color_icons8_flat_in_transit.svg │ │ │ ├── color_icons8_flat_info.svg │ │ │ ├── color_icons8_flat_inspection.svg │ │ │ ├── color_icons8_flat_integrated_webcam.svg │ │ │ ├── color_icons8_flat_internal.svg │ │ │ ├── color_icons8_flat_invite.svg │ │ │ ├── color_icons8_flat_ipad.svg │ │ │ ├── color_icons8_flat_iphone.svg │ │ │ ├── color_icons8_flat_key.svg │ │ │ ├── color_icons8_flat_kindle.svg │ │ │ ├── color_icons8_flat_landscape.svg │ │ │ ├── color_icons8_flat_leave.svg │ │ │ ├── color_icons8_flat_left.svg │ │ │ ├── color_icons8_flat_left_down.svg │ │ │ ├── color_icons8_flat_left_down2.svg │ │ │ ├── color_icons8_flat_left_up.svg │ │ │ ├── color_icons8_flat_left_up2.svg │ │ │ ├── color_icons8_flat_library.svg │ │ │ ├── color_icons8_flat_light_at_the_end_of_tunnel.svg │ │ │ ├── color_icons8_flat_like.svg │ │ │ ├── color_icons8_flat_like_placeholder.svg │ │ │ ├── color_icons8_flat_line_chart.svg │ │ │ ├── color_icons8_flat_link.svg │ │ │ ├── color_icons8_flat_list.svg │ │ │ ├── color_icons8_flat_lock.svg │ │ │ ├── color_icons8_flat_lock_landscape.svg │ │ │ ├── color_icons8_flat_lock_portrait.svg │ │ │ ├── color_icons8_flat_low_battery.svg │ │ │ ├── color_icons8_flat_low_priority.svg │ │ │ ├── color_icons8_flat_make_decision.svg │ │ │ ├── color_icons8_flat_manager.svg │ │ │ ├── color_icons8_flat_medium_priority.svg │ │ │ ├── color_icons8_flat_menu.svg │ │ │ ├── color_icons8_flat_middle_battery.svg │ │ │ ├── color_icons8_flat_mind_map.svg │ │ │ ├── color_icons8_flat_minus.svg │ │ │ ├── color_icons8_flat_missed_call.svg │ │ │ ├── color_icons8_flat_mms.svg │ │ │ ├── color_icons8_flat_money_transfer.svg │ │ │ ├── color_icons8_flat_multiple_cameras.svg │ │ │ ├── color_icons8_flat_multiple_devices.svg │ │ │ ├── color_icons8_flat_multiple_inputs.svg │ │ │ ├── color_icons8_flat_multiple_smartphones.svg │ │ │ ├── color_icons8_flat_music.svg │ │ │ ├── color_icons8_flat_negative_dynamic.svg │ │ │ ├── color_icons8_flat_neutral_trading.svg │ │ │ ├── color_icons8_flat_news.svg │ │ │ ├── color_icons8_flat_next.svg │ │ │ ├── color_icons8_flat_night_landscape.svg │ │ │ ├── color_icons8_flat_night_portrait.svg │ │ │ ├── color_icons8_flat_no_idea.svg │ │ │ ├── color_icons8_flat_no_video.svg │ │ │ ├── color_icons8_flat_nook.svg │ │ │ ├── color_icons8_flat_numerical_sorting_12.svg │ │ │ ├── color_icons8_flat_numerical_sorting_21.svg │ │ │ ├── color_icons8_flat_ok.svg │ │ │ ├── color_icons8_flat_old_time_camera.svg │ │ │ ├── color_icons8_flat_online_support.svg │ │ │ ├── color_icons8_flat_opened_folder.svg │ │ │ ├── color_icons8_flat_org_unit.svg │ │ │ ├── color_icons8_flat_organization.svg │ │ │ ├── color_icons8_flat_overtime.svg │ │ │ ├── color_icons8_flat_package.svg │ │ │ ├── color_icons8_flat_paid.svg │ │ │ ├── color_icons8_flat_panorama.svg │ │ │ ├── color_icons8_flat_parallel_tasks.svg │ │ │ ├── color_icons8_flat_phone.svg │ │ │ ├── color_icons8_flat_phone_android.svg │ │ │ ├── color_icons8_flat_photo_reel.svg │ │ │ ├── color_icons8_flat_picture.svg │ │ │ ├── color_icons8_flat_pie_chart.svg │ │ │ ├── color_icons8_flat_planner.svg │ │ │ ├── color_icons8_flat_plus.svg │ │ │ ├── color_icons8_flat_podium_with_audience.svg │ │ │ ├── color_icons8_flat_podium_with_speaker.svg │ │ │ ├── color_icons8_flat_podium_without_speaker.svg │ │ │ ├── color_icons8_flat_portrait_mode.svg │ │ │ ├── color_icons8_flat_positive_dynamic.svg │ │ │ ├── color_icons8_flat_previous.svg │ │ │ ├── color_icons8_flat_print.svg │ │ │ ├── color_icons8_flat_privacy.svg │ │ │ ├── color_icons8_flat_process.svg │ │ │ ├── color_icons8_flat_puzzle.svg │ │ │ ├── color_icons8_flat_questions.svg │ │ │ ├── color_icons8_flat_radar_plot.svg │ │ │ ├── color_icons8_flat_rating.svg │ │ │ ├── color_icons8_flat_ratings.svg │ │ │ ├── color_icons8_flat_reading.svg │ │ │ ├── color_icons8_flat_reading_ebook.svg │ │ │ ├── color_icons8_flat_redo.svg │ │ │ ├── color_icons8_flat_refresh.svg │ │ │ ├── color_icons8_flat_registered_trademark.svg │ │ │ ├── color_icons8_flat_remove_image.svg │ │ │ ├── color_icons8_flat_reuse.svg │ │ │ ├── color_icons8_flat_right.svg │ │ │ ├── color_icons8_flat_right_down.svg │ │ │ ├── color_icons8_flat_right_down2.svg │ │ │ ├── color_icons8_flat_right_up.svg │ │ │ ├── color_icons8_flat_right_up2.svg │ │ │ ├── color_icons8_flat_rotate_camera.svg │ │ │ ├── color_icons8_flat_rotate_to_landscape.svg │ │ │ ├── color_icons8_flat_rotate_to_portrait.svg │ │ │ ├── color_icons8_flat_ruler.svg │ │ │ ├── color_icons8_flat_rules.svg │ │ │ ├── color_icons8_flat_safe.svg │ │ │ ├── color_icons8_flat_sales_performance.svg │ │ │ ├── color_icons8_flat_scatter_plot.svg │ │ │ ├── color_icons8_flat_search.svg │ │ │ ├── color_icons8_flat_self_service_kiosk.svg │ │ │ ├── color_icons8_flat_selfie.svg │ │ │ ├── color_icons8_flat_serial_tasks.svg │ │ │ ├── color_icons8_flat_service_mark.svg │ │ │ ├── color_icons8_flat_services.svg │ │ │ ├── color_icons8_flat_settings.svg │ │ │ ├── color_icons8_flat_share.svg │ │ │ ├── color_icons8_flat_shipped.svg │ │ │ ├── color_icons8_flat_shop.svg │ │ │ ├── color_icons8_flat_signature.svg │ │ │ ├── color_icons8_flat_sim_card.svg │ │ │ ├── color_icons8_flat_sim_card_chip.svg │ │ │ ├── color_icons8_flat_slr_back_side.svg │ │ │ ├── color_icons8_flat_smartphone_tablet.svg │ │ │ ├── color_icons8_flat_sms.svg │ │ │ ├── color_icons8_flat_sound_recording_copyright.svg │ │ │ ├── color_icons8_flat_speaker.svg │ │ │ ├── color_icons8_flat_sports_mode.svg │ │ │ ├── color_icons8_flat_stack_of_photos.svg │ │ │ ├── color_icons8_flat_start.svg │ │ │ ├── color_icons8_flat_statistics.svg │ │ │ ├── color_icons8_flat_support.svg │ │ │ ├── color_icons8_flat_survey.svg │ │ │ ├── color_icons8_flat_switch_camera.svg │ │ │ ├── color_icons8_flat_synchronize.svg │ │ │ ├── color_icons8_flat_tablet_android.svg │ │ │ ├── color_icons8_flat_template.svg │ │ │ ├── color_icons8_flat_timeline.svg │ │ │ ├── color_icons8_flat_todo_list.svg │ │ │ ├── color_icons8_flat_touchscreen_smartphone.svg │ │ │ ├── color_icons8_flat_trademark.svg │ │ │ ├── color_icons8_flat_tree_structure.svg │ │ │ ├── color_icons8_flat_two_smartphones.svg │ │ │ ├── color_icons8_flat_undo.svg │ │ │ ├── color_icons8_flat_unlock.svg │ │ │ ├── color_icons8_flat_up.svg │ │ │ ├── color_icons8_flat_up_left.svg │ │ │ ├── color_icons8_flat_up_right.svg │ │ │ ├── color_icons8_flat_upload.svg │ │ │ ├── color_icons8_flat_video_call.svg │ │ │ ├── color_icons8_flat_video_file.svg │ │ │ ├── color_icons8_flat_video_projector.svg │ │ │ ├── color_icons8_flat_view_details.svg │ │ │ ├── color_icons8_flat_vip.svg │ │ │ ├── color_icons8_flat_voice_presentation.svg │ │ │ ├── color_icons8_flat_voicemail.svg │ │ │ ├── color_icons8_flat_webcam.svg │ │ │ └── color_icons8_flat_workflow.svg │ │ ├── Gnome │ │ │ ├── color_gnome_2_3floppy_unmount.svg │ │ │ ├── color_gnome_2_accessibility-directory.svg │ │ │ ├── color_gnome_2_accessories-calculator.svg │ │ │ ├── color_gnome_2_accessories-dictionary.svg │ │ │ ├── color_gnome_2_accessories-text-editor.svg │ │ │ ├── color_gnome_2_add.svg │ │ │ ├── color_gnome_2_address-book-new.svg │ │ │ ├── color_gnome_2_application-certificate.svg │ │ │ ├── color_gnome_2_application-x-executable.svg │ │ │ ├── color_gnome_2_application-x-gnome-saved-search.svg │ │ │ ├── color_gnome_2_applications-accessories.svg │ │ │ ├── color_gnome_2_applications-development.svg │ │ │ ├── color_gnome_2_applications-games.svg │ │ │ ├── color_gnome_2_applications-graphics.svg │ │ │ ├── color_gnome_2_applications-internet.svg │ │ │ ├── color_gnome_2_applications-multimedia.svg │ │ │ ├── color_gnome_2_applications-office.svg │ │ │ ├── color_gnome_2_applications-other.svg │ │ │ ├── color_gnome_2_applications-science.svg │ │ │ ├── color_gnome_2_applications-system.svg │ │ │ ├── color_gnome_2_appointment-missed.svg │ │ │ ├── color_gnome_2_appointment-soon.svg │ │ │ ├── color_gnome_2_arts.svg │ │ │ ├── color_gnome_2_ascii.svg │ │ │ ├── color_gnome_2_audio-input-microphone.svg │ │ │ ├── color_gnome_2_audio-volume-high.svg │ │ │ ├── color_gnome_2_audio-volume-low.svg │ │ │ ├── color_gnome_2_audio-volume-muted.svg │ │ │ ├── color_gnome_2_audio-x-generic.svg │ │ │ ├── color_gnome_2_back.svg │ │ │ ├── color_gnome_2_background.svg │ │ │ ├── color_gnome_2_battery.svg │ │ │ ├── color_gnome_2_bookmark_add.svg │ │ │ ├── color_gnome_2_bottom.svg │ │ │ ├── color_gnome_2_camera-photo.svg │ │ │ ├── color_gnome_2_camera-web.svg │ │ │ ├── color_gnome_2_cdrom_unmount.svg │ │ │ ├── color_gnome_2_centrejust.svg │ │ │ ├── color_gnome_2_chardevice.svg │ │ │ ├── color_gnome_2_computer.svg │ │ │ ├── color_gnome_2_config-language.svg │ │ │ ├── color_gnome_2_config-users.svg │ │ │ ├── color_gnome_2_connect_creating.svg │ │ │ ├── color_gnome_2_connect_no.svg │ │ │ ├── color_gnome_2_contact-new.svg │ │ │ ├── color_gnome_2_contents2.svg │ │ │ ├── color_gnome_2_deb.svg │ │ │ ├── color_gnome_2_desktop.svg │ │ │ ├── color_gnome_2_dialog-error.svg │ │ │ ├── color_gnome_2_dialog-information.svg │ │ │ ├── color_gnome_2_dialog-warning.svg │ │ │ ├── color_gnome_2_distributor-logo.svg │ │ │ ├── color_gnome_2_document-new.svg │ │ │ ├── color_gnome_2_document-open.svg │ │ │ ├── color_gnome_2_document-print-preview.svg │ │ │ ├── color_gnome_2_document-print.svg │ │ │ ├── color_gnome_2_document-properties.svg │ │ │ ├── color_gnome_2_document-revert.svg │ │ │ ├── color_gnome_2_document-save-as.svg │ │ │ ├── color_gnome_2_document-save.svg │ │ │ ├── color_gnome_2_document.svg │ │ │ ├── color_gnome_2_down.svg │ │ │ ├── color_gnome_2_drive-cdrom.svg │ │ │ ├── color_gnome_2_drive-harddisk.svg │ │ │ ├── color_gnome_2_drive-removable-media.svg │ │ │ ├── color_gnome_2_edit-cut.svg │ │ │ ├── color_gnome_2_edit-delete.svg │ │ │ ├── color_gnome_2_edit-find-replace.svg │ │ │ ├── color_gnome_2_edit-find.svg │ │ │ ├── color_gnome_2_edit-paste.svg │ │ │ ├── color_gnome_2_edit-redo.svg │ │ │ ├── color_gnome_2_edit-select-all.svg │ │ │ ├── color_gnome_2_edit-undo.svg │ │ │ ├── color_gnome_2_edittrash.svg │ │ │ ├── color_gnome_2_emblem-cvs-added.svg │ │ │ ├── color_gnome_2_emblem-cvs-conflict.svg │ │ │ ├── color_gnome_2_emblem-cvs-removed.svg │ │ │ ├── color_gnome_2_emblem-default.svg │ │ │ ├── color_gnome_2_emblem-favorite.svg │ │ │ ├── color_gnome_2_emblem-generic.svg │ │ │ ├── color_gnome_2_emblem-important.svg │ │ │ ├── color_gnome_2_emblem-mail.svg │ │ │ ├── color_gnome_2_emblem-new.svg │ │ │ ├── color_gnome_2_emblem-package.svg │ │ │ ├── color_gnome_2_emblem-special.svg │ │ │ ├── color_gnome_2_emblem-symbolic-link.svg │ │ │ ├── color_gnome_2_emblem-urgent.svg │ │ │ ├── color_gnome_2_emblem-web.svg │ │ │ ├── color_gnome_2_emptytrash.svg │ │ │ ├── color_gnome_2_file-manager.svg │ │ │ ├── color_gnome_2_finish.svg │ │ │ ├── color_gnome_2_folder-drag-accept.svg │ │ │ ├── color_gnome_2_folder-remote.svg │ │ │ ├── color_gnome_2_folder-visiting.svg │ │ │ ├── color_gnome_2_folder.svg │ │ │ ├── color_gnome_2_folder_home.svg │ │ │ ├── color_gnome_2_folder_new.svg │ │ │ ├── color_gnome_2_folder_open.svg │ │ │ ├── color_gnome_2_font_bitmap.svg │ │ │ ├── color_gnome_2_fonts.svg │ │ │ ├── color_gnome_2_format-justify-fill.svg │ │ │ ├── color_gnome_2_forward.svg │ │ │ ├── color_gnome_2_gnome-control-center.svg │ │ │ ├── color_gnome_2_gnome-dev-ipod.svg │ │ │ ├── color_gnome_2_gnome-dev-keyboard.svg │ │ │ ├── color_gnome_2_gnome-dev-media-cf.svg │ │ │ ├── color_gnome_2_gnome-dev-mouse-ball.svg │ │ │ ├── color_gnome_2_gnome-dev-printer.svg │ │ │ ├── color_gnome_2_gnome-fs-loading-icon.svg │ │ │ ├── color_gnome_2_gnome-fs-network.svg │ │ │ ├── color_gnome_2_gnome-fs-regular.svg │ │ │ ├── color_gnome_2_gnome-fs-server.svg │ │ │ ├── color_gnome_2_gnome-help.svg │ │ │ ├── color_gnome_2_gnome-lockscreen.svg │ │ │ ├── color_gnome_2_gnome-mime-application-magicpoint.svg │ │ │ ├── color_gnome_2_gnome-mime-application-vnd.lotus-1-2-3.svg │ │ │ ├── color_gnome_2_gnome-mime-application-vnd.oasis.opendocument.graphics.svg │ │ │ ├── color_gnome_2_gnome-mime-application-vnd.oasis.opendocument.text-web.svg │ │ │ ├── color_gnome_2_gnome-mime-application-vnd.rn-realmedia-secure.svg │ │ │ ├── color_gnome_2_gnome-mime-application-x-killustrator.svg │ │ │ ├── color_gnome_2_gnome-mime-application-x-perl.svg │ │ │ ├── color_gnome_2_gnome-mime-text-x-vcalendar.svg │ │ │ ├── color_gnome_2_gnome-modem.svg │ │ │ ├── color_gnome_2_gnome-monitor.svg │ │ │ ├── color_gnome_2_gnome-netstatus-error.svg │ │ │ ├── color_gnome_2_gnome-remote-desktop.svg │ │ │ ├── color_gnome_2_gnome-run.svg │ │ │ ├── color_gnome_2_gnome-settings-keybindings.svg │ │ │ ├── color_gnome_2_gnome-settings-theme.svg │ │ │ ├── color_gnome_2_gnome-shutdown.svg │ │ │ ├── color_gnome_2_gnome-terminal.svg │ │ │ ├── color_gnome_2_gnome-window-manager.svg │ │ │ ├── color_gnome_2_go-first.svg │ │ │ ├── color_gnome_2_go-home.svg │ │ │ ├── color_gnome_2_go-top.svg │ │ │ ├── color_gnome_2_go-up.svg │ │ │ ├── color_gnome_2_gtk-fullscreen.svg │ │ │ ├── color_gnome_2_gtk-remove.svg │ │ │ ├── color_gnome_2_gtk-sort-ascending.svg │ │ │ ├── color_gnome_2_gtk-sort-descending.svg │ │ │ ├── color_gnome_2_gtk-stop.svg │ │ │ ├── color_gnome_2_gtk-zoom-100.svg │ │ │ ├── color_gnome_2_gtk-zoom-fit.svg │ │ │ ├── color_gnome_2_gtk-zoom-in.svg │ │ │ ├── color_gnome_2_gtk-zoom-out.svg │ │ │ ├── color_gnome_2_help-faq.svg │ │ │ ├── color_gnome_2_im-aim.svg │ │ │ ├── color_gnome_2_im-icq.svg │ │ │ ├── color_gnome_2_im-jabber.svg │ │ │ ├── color_gnome_2_im-msn.svg │ │ │ ├── color_gnome_2_im-nov.svg │ │ │ ├── color_gnome_2_im-yahoo.svg │ │ │ ├── color_gnome_2_input-tablet.svg │ │ │ ├── color_gnome_2_insert-image.svg │ │ │ ├── color_gnome_2_insert-link.svg │ │ │ ├── color_gnome_2_insert-text.svg │ │ │ ├── color_gnome_2_kscreensaver.svg │ │ │ ├── color_gnome_2_logviewer.svg │ │ │ ├── color_gnome_2_mail-attachment.svg │ │ │ ├── color_gnome_2_media-eject.svg │ │ │ ├── color_gnome_2_media-tape.svg │ │ │ ├── color_gnome_2_object-flip-horizontal.svg │ │ │ ├── color_gnome_2_object-flip-vertical.svg │ │ │ ├── color_gnome_2_object-rotate-left.svg │ │ │ ├── color_gnome_2_object-rotate-right.svg │ │ │ ├── color_gnome_2_package_settings.svg │ │ │ ├── color_gnome_2_preferences-desktop-keyboard.svg │ │ │ ├── color_gnome_2_printer-error.svg │ │ │ ├── color_gnome_2_stock_new-window.svg │ │ │ ├── color_gnome_2_stock_person.svg │ │ │ ├── color_gnome_2_stock_weather-cloudy.svg │ │ │ ├── color_gnome_2_stock_weather-few-clouds.svg │ │ │ ├── color_gnome_2_stock_weather-night-clear.svg │ │ │ ├── color_gnome_2_stock_weather-night-few-clouds.svg │ │ │ ├── color_gnome_2_stock_weather-showers.svg │ │ │ ├── color_gnome_2_stock_weather-snow.svg │ │ │ ├── color_gnome_2_stock_weather-storm.svg │ │ │ ├── color_gnome_2_stock_weather-sunny.svg │ │ │ ├── color_gnome_2_system-software-installer.svg │ │ │ ├── color_gnome_2_template_source.svg │ │ │ ├── color_gnome_2_unica.svg │ │ │ ├── color_gnome_2_weather-severe-alert.svg │ │ │ ├── color_gnome_2_weather-showers-scattered.svg │ │ │ └── color_gnome_2_web-browser.svg │ │ ├── Justafew │ │ │ ├── nocolor_justafew_jf--icon_addnew.svg │ │ │ ├── nocolor_justafew_jf--icon_alert.svg │ │ │ ├── nocolor_justafew_jf--icon_audio.svg │ │ │ ├── nocolor_justafew_jf--icon_bell.svg │ │ │ ├── nocolor_justafew_jf--icon_camera.svg │ │ │ ├── nocolor_justafew_jf--icon_cameralens.svg │ │ │ ├── nocolor_justafew_jf--icon_categories.svg │ │ │ ├── nocolor_justafew_jf--icon_chart.svg │ │ │ ├── nocolor_justafew_jf--icon_checkmark.svg │ │ │ ├── nocolor_justafew_jf--icon_clock.svg │ │ │ ├── nocolor_justafew_jf--icon_close.svg │ │ │ ├── nocolor_justafew_jf--icon_cloud.svg │ │ │ ├── nocolor_justafew_jf--icon_compose.svg │ │ │ ├── nocolor_justafew_jf--icon_document.svg │ │ │ ├── nocolor_justafew_jf--icon_eye.svg │ │ │ ├── nocolor_justafew_jf--icon_gear-hex.svg │ │ │ ├── nocolor_justafew_jf--icon_gear.svg │ │ │ ├── nocolor_justafew_jf--icon_gears-group.svg │ │ │ ├── nocolor_justafew_jf--icon_greenranger.svg │ │ │ ├── nocolor_justafew_jf--icon_home.svg │ │ │ ├── nocolor_justafew_jf--icon_lightbulb.svg │ │ │ ├── nocolor_justafew_jf--icon_link.svg │ │ │ ├── nocolor_justafew_jf--icon_locationpin.svg │ │ │ ├── nocolor_justafew_jf--icon_logout.svg │ │ │ ├── nocolor_justafew_jf--icon_mail.svg │ │ │ ├── nocolor_justafew_jf--icon_menu.svg │ │ │ ├── nocolor_justafew_jf--icon_messaging.svg │ │ │ ├── nocolor_justafew_jf--icon_microphone.svg │ │ │ ├── nocolor_justafew_jf--icon_night.svg │ │ │ ├── nocolor_justafew_jf--icon_oldkey.svg │ │ │ ├── nocolor_justafew_jf--icon_paragraph.svg │ │ │ ├── nocolor_justafew_jf--icon_pen.svg │ │ │ ├── nocolor_justafew_jf--icon_picture.svg │ │ │ ├── nocolor_justafew_jf--icon_pie-chart.svg │ │ │ ├── nocolor_justafew_jf--icon_podcast.svg │ │ │ ├── nocolor_justafew_jf--icon_randomize.svg │ │ │ ├── nocolor_justafew_jf--icon_rocket.svg │ │ │ ├── nocolor_justafew_jf--icon_search.svg │ │ │ ├── nocolor_justafew_jf--icon_server.svg │ │ │ ├── nocolor_justafew_jf--icon_sharing.svg │ │ │ ├── nocolor_justafew_jf--icon_sharingalt.svg │ │ │ ├── nocolor_justafew_jf--icon_sunlight.svg │ │ │ ├── nocolor_justafew_jf--icon_sync.svg │ │ │ ├── nocolor_justafew_jf--icon_tools.svg │ │ │ ├── nocolor_justafew_jf--icon_unlock.svg │ │ │ └── nocolor_justafew_jf--icon_wifi.svg │ │ ├── Simple │ │ │ ├── check_black.svg │ │ │ ├── check_blue.svg │ │ │ ├── check_green.svg │ │ │ ├── check_red.svg │ │ │ ├── check_white.svg │ │ │ ├── circle_black.svg │ │ │ ├── circle_blue.svg │ │ │ ├── circle_green.svg │ │ │ ├── circle_red.svg │ │ │ ├── circle_white.svg │ │ │ ├── destinationDn_black.svg │ │ │ ├── destinationDn_blue.svg │ │ │ ├── destinationDn_green.svg │ │ │ ├── destinationDn_red.svg │ │ │ ├── destinationDn_white.svg │ │ │ ├── destinationLeft_black.svg │ │ │ ├── destinationLeft_blue.svg │ │ │ ├── destinationLeft_green.svg │ │ │ ├── destinationLeft_red.svg │ │ │ ├── destinationLeft_white.svg │ │ │ ├── destinationRight_black.svg │ │ │ ├── destinationRight_blue.svg │ │ │ ├── destinationRight_green.svg │ │ │ ├── destinationRight_red.svg │ │ │ ├── destinationRight_white.svg │ │ │ ├── destinationUp_black.svg │ │ │ ├── destinationUp_blue.svg │ │ │ ├── destinationUp_green.svg │ │ │ ├── destinationUp_red.svg │ │ │ ├── destinationUp_white.svg │ │ │ ├── gear_black.svg │ │ │ ├── gear_blue.svg │ │ │ ├── gear_green.svg │ │ │ ├── gear_red.svg │ │ │ ├── gear_white.svg │ │ │ ├── heart_black.svg │ │ │ ├── heart_blue.svg │ │ │ ├── heart_green.svg │ │ │ ├── heart_red.svg │ │ │ ├── heart_white.svg │ │ │ ├── info_black.svg │ │ │ ├── info_blue.svg │ │ │ ├── info_green.svg │ │ │ ├── info_red.svg │ │ │ ├── info_white.svg │ │ │ ├── lamp_black.svg │ │ │ ├── lamp_blue.svg │ │ │ ├── lamp_green.svg │ │ │ ├── lamp_red.svg │ │ │ ├── lamp_white.svg │ │ │ ├── paper_black.svg │ │ │ ├── paper_blue.svg │ │ │ ├── paper_green.svg │ │ │ ├── paper_red.svg │ │ │ ├── paper_white.svg │ │ │ ├── pencil_black.svg │ │ │ ├── pencil_blue.svg │ │ │ ├── pencil_green.svg │ │ │ ├── pencil_red.svg │ │ │ ├── pencil_white.svg │ │ │ ├── person_black.svg │ │ │ ├── person_blue.svg │ │ │ ├── person_green.svg │ │ │ ├── person_red.svg │ │ │ ├── person_white.svg │ │ │ ├── persons_black.svg │ │ │ ├── persons_blue.svg │ │ │ ├── persons_green.svg │ │ │ ├── persons_red.svg │ │ │ ├── persons_white.svg │ │ │ ├── question_black.svg │ │ │ ├── question_blue.svg │ │ │ ├── question_green.svg │ │ │ ├── question_red.svg │ │ │ ├── question_white.svg │ │ │ ├── ring_black.svg │ │ │ ├── ring_blue.svg │ │ │ ├── ring_green.svg │ │ │ ├── ring_red.svg │ │ │ ├── ring_white.svg │ │ │ ├── romb_black.svg │ │ │ ├── romb_blue.svg │ │ │ ├── romb_green.svg │ │ │ ├── romb_red.svg │ │ │ ├── romb_white.svg │ │ │ ├── squard_black.svg │ │ │ ├── squard_blue.svg │ │ │ ├── squard_green.svg │ │ │ ├── squard_red.svg │ │ │ ├── squard_white.svg │ │ │ ├── star_black.svg │ │ │ ├── star_blue.svg │ │ │ ├── star_green.svg │ │ │ ├── star_red.svg │ │ │ ├── star_white.svg │ │ │ ├── stud_black.svg │ │ │ ├── stud_blue.svg │ │ │ ├── stud_green.svg │ │ │ ├── stud_red.svg │ │ │ ├── stud_white.svg │ │ │ ├── symbolA_black.svg │ │ │ ├── symbolA_blue.svg │ │ │ ├── symbolA_green.svg │ │ │ ├── symbolA_red.svg │ │ │ ├── symbolA_white.svg │ │ │ ├── warning_black.svg │ │ │ ├── warning_blue.svg │ │ │ ├── warning_green.svg │ │ │ ├── warning_red.svg │ │ │ └── warning_white.svg │ │ ├── SmashingTourism │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_acorn.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_anchor.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_animal-allowed.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_back-pack.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_baloon.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_barbeque.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_barcode.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_beach-house.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_beach.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_bear.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_bird-house.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_boat.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_bus.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_butterfly.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_bycicle.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_camera.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_car.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_castle-2.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_castle-3.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_castle-4.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_castle-5.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_castle.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_check-in-point.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_check-in.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_chicken.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_chopper.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_church-2.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_church-3.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_church.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_coctail.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_coffee-beans.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_coffee-machine.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_coffee-mug.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_compass.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_conductor.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_credit-card.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_credit-cards.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_cup.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_cupcake.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_dinner.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_direction.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_dnd.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_double-bed.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_factory.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fast-food.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fingerprint.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fire-extinguisher.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fire-lamp.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fire.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fish.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fishing.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fitness.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_flight-card.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fling-ticket.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_flip-flops.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_flippers.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_forest.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_free-wifi.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_fresh.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_golf-cart.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_grill.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_hand-lamp.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_hot-tea.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_hotel-building.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_house.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_ice-cream-on-stick.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_ice-cream.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_id-card.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_id.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_international-pass.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_islamic-monument.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_island.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_jet-ski.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_key.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_knife.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_lamp.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_lemonade.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_life-vest.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_lift.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_locomotive.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_luggage-carry.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_lunch.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-10.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-11.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-13.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-2.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-3.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-4.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-5.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-6.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-7.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument-gate.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_monument.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_mountain-track.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_mountains.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_mushrooms.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_navigation.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_no-animal-alowed.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_north-forest.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_objective.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_online-checkin.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_overground.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_passport.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_pepper.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_phone-book.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_picnik.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_plane.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_plant.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_pool.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_pot.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_pyramids.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_pyrimad.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_qr-code-scan.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_qr-code.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_restaurant.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_rocket.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_roller-skate.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_roller.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_room-service.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sailing.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sand-bucket.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sandcastle-01.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_scateboard.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_scooter.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_scuba-diving.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_shower.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_single-bed.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_soup.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sugar.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sun.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sunglasses.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_sunny-beach.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_swimming-suit.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_swimming.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_swiss-knife.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tag.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_take-away-coffee.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tea.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_temperature.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tent.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_ticket.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tickets (2).svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tickets.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_toast.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_toilet-paper.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_towels.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tower-2.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tower-clock.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tower.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_trailer.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_train.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_travel.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tree.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_tv.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_underground.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_vagon.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_valet.svg │ │ │ ├── nocolor_smashing_tourism_Tourism-Icons_wallet.svg │ │ │ └── nocolor_smashing_tourism_Tourism-Icons_watermelon.svg │ │ ├── Swift │ │ │ ├── color_swift_3D.svg │ │ │ ├── color_swift_Analyzeloop.svg │ │ │ ├── color_swift_Apple.svg │ │ │ ├── color_swift_Bandage.svg │ │ │ ├── color_swift_Bed.svg │ │ │ ├── color_swift_Beer.svg │ │ │ ├── color_swift_Bill.svg │ │ │ ├── color_swift_Billpaid.svg │ │ │ ├── color_swift_Blitzcam.svg │ │ │ ├── color_swift_Browsercode.svg │ │ │ ├── color_swift_Browserpen.svg │ │ │ ├── color_swift_Browserpin.svg │ │ │ ├── color_swift_Browserpoint.svg │ │ │ ├── color_swift_Browserscript.svg │ │ │ ├── color_swift_Browsersettings.svg │ │ │ ├── color_swift_Browserstats.svg │ │ │ ├── color_swift_Browsertool.svg │ │ │ ├── color_swift_Calculator.svg │ │ │ ├── color_swift_Chart.svg │ │ │ ├── color_swift_Cimbal.svg │ │ │ ├── color_swift_Closedumbrella.svg │ │ │ ├── color_swift_Coffecan.svg │ │ │ ├── color_swift_Coffeemaker.svg │ │ │ ├── color_swift_Coinstack.svg │ │ │ ├── color_swift_Comb.svg │ │ │ ├── color_swift_Compactcam.svg │ │ │ ├── color_swift_Core.svg │ │ │ ├── color_swift_Creamdrink.svg │ │ │ ├── color_swift_DJ.svg │ │ │ ├── color_swift_Desk.svg │ │ │ ├── color_swift_Diving.svg │ │ │ ├── color_swift_Dollarbag.svg │ │ │ ├── color_swift_Download.svg │ │ │ ├── color_swift_Drums.svg │ │ │ ├── color_swift_Education.svg │ │ │ ├── color_swift_Facebook.svg │ │ │ ├── color_swift_Facial.svg │ │ │ ├── color_swift_Female.svg │ │ │ ├── color_swift_Filmnegative.svg │ │ │ ├── color_swift_Financestat.svg │ │ │ ├── color_swift_Gentleman.svg │ │ │ ├── color_swift_Gold.svg │ │ │ ├── color_swift_Google.svg │ │ │ ├── color_swift_Groom.svg │ │ │ ├── color_swift_Growing.svg │ │ │ ├── color_swift_HDD.svg │ │ │ ├── color_swift_Hearts.svg │ │ │ ├── color_swift_Linkedin.svg │ │ │ ├── color_swift_Male.svg │ │ │ ├── color_swift_Medicinecart.svg │ │ │ ├── color_swift_Mobilepay.svg │ │ │ ├── color_swift_Molecule.svg │ │ │ ├── color_swift_Moviecam.svg │ │ │ ├── color_swift_Movieroll.svg │ │ │ ├── color_swift_Movierollsmall.svg │ │ │ ├── color_swift_Moviescene.svg │ │ │ ├── color_swift_Musickeyboard.svg │ │ │ ├── color_swift_Negativephoto.svg │ │ │ ├── color_swift_Noshave.svg │ │ │ ├── color_swift_PCboard.svg │ │ │ ├── color_swift_POS.svg │ │ │ ├── color_swift_Paperdesk.svg │ │ │ ├── color_swift_Piano.svg │ │ │ ├── color_swift_Pinterest.svg │ │ │ ├── color_swift_RAM.svg │ │ │ ├── color_swift_Rainumbrella.svg │ │ │ ├── color_swift_Research.svg │ │ │ ├── color_swift_SDcard.svg │ │ │ ├── color_swift_SIM.svg │ │ │ ├── color_swift_Sex.svg │ │ │ ├── color_swift_Skype.svg │ │ │ ├── color_swift_Solarsystem.svg │ │ │ ├── color_swift_Spaceship.svg │ │ │ ├── color_swift_Speakers.svg │ │ │ ├── color_swift_Spicing.svg │ │ │ ├── color_swift_Statsdecrease.svg │ │ │ ├── color_swift_Statsincrease.svg │ │ │ ├── color_swift_Strawberry.svg │ │ │ ├── color_swift_Tamburine.svg │ │ │ ├── color_swift_Teabag.svg │ │ │ ├── color_swift_Testtube.svg │ │ │ ├── color_swift_Tie.svg │ │ │ ├── color_swift_Tumblr.svg │ │ │ ├── color_swift_Twitter.svg │ │ │ ├── color_swift_USBcable.svg │ │ │ ├── color_swift_Upload.svg │ │ │ ├── color_swift_Vimeo.svg │ │ │ ├── color_swift_Wedding.svg │ │ │ ├── color_swift_Weddingcake.svg │ │ │ └── color_swift_Weddingday.svg │ │ ├── Universal │ │ │ ├── nocolor_universal_agreement.svg │ │ │ ├── nocolor_universal_alarm.svg │ │ │ ├── nocolor_universal_alcohol.svg │ │ │ ├── nocolor_universal_art.svg │ │ │ ├── nocolor_universal_award.svg │ │ │ ├── nocolor_universal_bars.svg │ │ │ ├── nocolor_universal_blocked.svg │ │ │ ├── nocolor_universal_book.svg │ │ │ ├── nocolor_universal_bookmark.svg │ │ │ ├── nocolor_universal_brightness.svg │ │ │ ├── nocolor_universal_broken-link.svg │ │ │ ├── nocolor_universal_buy.svg │ │ │ ├── nocolor_universal_car.svg │ │ │ ├── nocolor_universal_charging.svg │ │ │ ├── nocolor_universal_charity.svg │ │ │ ├── nocolor_universal_check-up.svg │ │ │ ├── nocolor_universal_coding.svg │ │ │ ├── nocolor_universal_crop.svg │ │ │ ├── nocolor_universal_customizable.svg │ │ │ ├── nocolor_universal_disabled.svg │ │ │ ├── nocolor_universal_download.svg │ │ │ ├── nocolor_universal_ebook.svg │ │ │ ├── nocolor_universal_ecologic.svg │ │ │ ├── nocolor_universal_edit.svg │ │ │ ├── nocolor_universal_energy.svg │ │ │ ├── nocolor_universal_female.svg │ │ │ ├── nocolor_universal_filter.svg │ │ │ ├── nocolor_universal_fingerprint.svg │ │ │ ├── nocolor_universal_fix.svg │ │ │ ├── nocolor_universal_folder.svg │ │ │ ├── nocolor_universal_food.svg │ │ │ ├── nocolor_universal_full-charge.svg │ │ │ ├── nocolor_universal_hand.svg │ │ │ ├── nocolor_universal_health.svg │ │ │ ├── nocolor_universal_healthy.svg │ │ │ ├── nocolor_universal_heart.svg │ │ │ ├── nocolor_universal_help.svg │ │ │ ├── nocolor_universal_idea.svg │ │ │ ├── nocolor_universal_image.svg │ │ │ ├── nocolor_universal_key.svg │ │ │ ├── nocolor_universal_litera.svg │ │ │ ├── nocolor_universal_loading.svg │ │ │ ├── nocolor_universal_locked.svg │ │ │ ├── nocolor_universal_low-charge.svg │ │ │ ├── nocolor_universal_magic-wand.svg │ │ │ ├── nocolor_universal_mailing.svg │ │ │ ├── nocolor_universal_male.svg │ │ │ ├── nocolor_universal_man.svg │ │ │ ├── nocolor_universal_map.svg │ │ │ ├── nocolor_universal_medal.svg │ │ │ ├── nocolor_universal_microphone.svg │ │ │ ├── nocolor_universal_miscellaneous.svg │ │ │ ├── nocolor_universal_move.svg │ │ │ ├── nocolor_universal_music.svg │ │ │ ├── nocolor_universal_news.svg │ │ │ ├── nocolor_universal_next.svg │ │ │ ├── nocolor_universal_notification.svg │ │ │ ├── nocolor_universal_pause.svg │ │ │ ├── nocolor_universal_pen-tip.svg │ │ │ ├── nocolor_universal_pets.svg │ │ │ ├── nocolor_universal_phone.svg │ │ │ ├── nocolor_universal_play.svg │ │ │ ├── nocolor_universal_power.svg │ │ │ ├── nocolor_universal_previous.svg │ │ │ ├── nocolor_universal_protected.svg │ │ │ ├── nocolor_universal_quality.svg │ │ │ ├── nocolor_universal_record.svg │ │ │ ├── nocolor_universal_recycle.svg │ │ │ ├── nocolor_universal_repair.svg │ │ │ ├── nocolor_universal_research.svg │ │ │ ├── nocolor_universal_researcher.svg │ │ │ ├── nocolor_universal_reuse.svg │ │ │ ├── nocolor_universal_savings.svg │ │ │ ├── nocolor_universal_scale.svg │ │ │ ├── nocolor_universal_schedule.svg │ │ │ ├── nocolor_universal_search.svg │ │ │ ├── nocolor_universal_settings.svg │ │ │ ├── nocolor_universal_shades.svg │ │ │ ├── nocolor_universal_share.svg │ │ │ ├── nocolor_universal_shirt.svg │ │ │ ├── nocolor_universal_shoe.svg │ │ │ ├── nocolor_universal_sleep-mode.svg │ │ │ ├── nocolor_universal_star.svg │ │ │ ├── nocolor_universal_statistics.svg │ │ │ ├── nocolor_universal_stop.svg │ │ │ ├── nocolor_universal_structure.svg │ │ │ ├── nocolor_universal_temperature.svg │ │ │ ├── nocolor_universal_thumb-up.svg │ │ │ ├── nocolor_universal_time.svg │ │ │ ├── nocolor_universal_touch.svg │ │ │ ├── nocolor_universal_transfer.svg │ │ │ ├── nocolor_universal_trash.svg │ │ │ ├── nocolor_universal_tree.svg │ │ │ ├── nocolor_universal_unlinked.svg │ │ │ ├── nocolor_universal_unlock.svg │ │ │ ├── nocolor_universal_upload.svg │ │ │ ├── nocolor_universal_video.svg │ │ │ ├── nocolor_universal_vip.svg │ │ │ ├── nocolor_universal_web-news.svg │ │ │ └── nocolor_universal_woman.svg │ │ └── WinStyle │ │ │ ├── nocolor_icons8_Windows_10_add_shopping_cart.svg │ │ │ ├── nocolor_icons8_Windows_10_add_user.svg │ │ │ ├── nocolor_icons8_Windows_10_adventures.svg │ │ │ ├── nocolor_icons8_Windows_10_advertising.svg │ │ │ ├── nocolor_icons8_Windows_10_airport.svg │ │ │ ├── nocolor_icons8_Windows_10_align_justify.svg │ │ │ ├── nocolor_icons8_Windows_10_align_left.svg │ │ │ ├── nocolor_icons8_Windows_10_alphabetical_sorting.svg │ │ │ ├── nocolor_icons8_Windows_10_alphabetical_sorting_2.svg │ │ │ ├── nocolor_icons8_Windows_10_amex.svg │ │ │ ├── nocolor_icons8_Windows_10_angle_down.svg │ │ │ ├── nocolor_icons8_Windows_10_angle_left.svg │ │ │ ├── nocolor_icons8_Windows_10_angle_right.svg │ │ │ ├── nocolor_icons8_Windows_10_angle_up.svg │ │ │ ├── nocolor_icons8_Windows_10_archive.svg │ │ │ ├── nocolor_icons8_Windows_10_area_chart.svg │ │ │ ├── nocolor_icons8_Windows_10_arrows_long_down.svg │ │ │ ├── nocolor_icons8_Windows_10_arrows_long_left.svg │ │ │ ├── nocolor_icons8_Windows_10_arrows_long_right.svg │ │ │ ├── nocolor_icons8_Windows_10_arrows_long_up.svg │ │ │ ├── nocolor_icons8_Windows_10_asterisk.svg │ │ │ ├── nocolor_icons8_Windows_10_audio_file.svg │ │ │ ├── nocolor_icons8_Windows_10_babys_room.svg │ │ │ ├── nocolor_icons8_Windows_10_bank_card.svg │ │ │ ├── nocolor_icons8_Windows_10_banknotes.svg │ │ │ ├── nocolor_icons8_Windows_10_bar_chart.svg │ │ │ ├── nocolor_icons8_Windows_10_barcode.svg │ │ │ ├── nocolor_icons8_Windows_10_bed.svg │ │ │ ├── nocolor_icons8_Windows_10_binoculars.svg │ │ │ ├── nocolor_icons8_Windows_10_bitcoin.svg │ │ │ ├── nocolor_icons8_Windows_10_bold.svg │ │ │ ├── nocolor_icons8_Windows_10_bookmark.svg │ │ │ ├── nocolor_icons8_Windows_10_box.svg │ │ │ ├── nocolor_icons8_Windows_10_briefcase.svg │ │ │ ├── nocolor_icons8_Windows_10_british_pound.svg │ │ │ ├── nocolor_icons8_Windows_10_brush.svg │ │ │ ├── nocolor_icons8_Windows_10_buy.svg │ │ │ ├── nocolor_icons8_Windows_10_calculator.svg │ │ │ ├── nocolor_icons8_Windows_10_camera.svg │ │ │ ├── nocolor_icons8_Windows_10_cancel.svg │ │ │ ├── nocolor_icons8_Windows_10_cancel_2.svg │ │ │ ├── nocolor_icons8_Windows_10_cat_footprint.svg │ │ │ ├── nocolor_icons8_Windows_10_checked.svg │ │ │ ├── nocolor_icons8_Windows_10_checked_2.svg │ │ │ ├── nocolor_icons8_Windows_10_checkmark.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_down.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_down_round.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_left.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_left_round.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_right.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_right_round.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_up.svg │ │ │ ├── nocolor_icons8_Windows_10_chevron_up_round.svg │ │ │ ├── nocolor_icons8_Windows_10_circle.svg │ │ │ ├── nocolor_icons8_Windows_10_circle_notch.svg │ │ │ ├── nocolor_icons8_Windows_10_circle_thin.svg │ │ │ ├── nocolor_icons8_Windows_10_clipboard.svg │ │ │ ├── nocolor_icons8_Windows_10_code_file.svg │ │ │ ├── nocolor_icons8_Windows_10_color_dropper.svg │ │ │ ├── nocolor_icons8_Windows_10_columns.svg │ │ │ ├── nocolor_icons8_Windows_10_comments.svg │ │ │ ├── nocolor_icons8_Windows_10_compress.svg │ │ │ ├── nocolor_icons8_Windows_10_controller.svg │ │ │ ├── nocolor_icons8_Windows_10_copy.svg │ │ │ ├── nocolor_icons8_Windows_10_copyright.svg │ │ │ ├── nocolor_icons8_Windows_10_create_new.svg │ │ │ ├── nocolor_icons8_Windows_10_crop.svg │ │ │ ├── nocolor_icons8_Windows_10_cut.svg │ │ │ ├── nocolor_icons8_Windows_10_database.svg │ │ │ ├── nocolor_icons8_Windows_10_dining_room.svg │ │ │ ├── nocolor_icons8_Windows_10_diploma_1.svg │ │ │ ├── nocolor_icons8_Windows_10_doctor.svg │ │ │ ├── nocolor_icons8_Windows_10_document.svg │ │ │ ├── nocolor_icons8_Windows_10_double_left.svg │ │ │ ├── nocolor_icons8_Windows_10_double_right.svg │ │ │ ├── nocolor_icons8_Windows_10_double_up.svg │ │ │ ├── nocolor_icons8_Windows_10_down_arrow.svg │ │ │ ├── nocolor_icons8_Windows_10_down_round.svg │ │ │ ├── nocolor_icons8_Windows_10_down_squared.svg │ │ │ ├── nocolor_icons8_Windows_10_download.svg │ │ │ ├── nocolor_icons8_Windows_10_download_2.svg │ │ │ ├── nocolor_icons8_Windows_10_electrical.svg │ │ │ ├── nocolor_icons8_Windows_10_electricity.svg │ │ │ ├── nocolor_icons8_Windows_10_eraser.svg │ │ │ ├── nocolor_icons8_Windows_10_euro.svg │ │ │ ├── nocolor_icons8_Windows_10_exclamation_mark.svg │ │ │ ├── nocolor_icons8_Windows_10_export.svg │ │ │ ├── nocolor_icons8_Windows_10_fantasy.svg │ │ │ ├── nocolor_icons8_Windows_10_fax.svg │ │ │ ├── nocolor_icons8_Windows_10_female.svg │ │ │ ├── nocolor_icons8_Windows_10_file.svg │ │ │ ├── nocolor_icons8_Windows_10_film.svg │ │ │ ├── nocolor_icons8_Windows_10_filter.svg │ │ │ ├── nocolor_icons8_Windows_10_finish_flag.svg │ │ │ ├── nocolor_icons8_Windows_10_fire_extinguisher.svg │ │ │ ├── nocolor_icons8_Windows_10_folder.svg │ │ │ ├── nocolor_icons8_Windows_10_football2.svg │ │ │ ├── nocolor_icons8_Windows_10_gender.svg │ │ │ ├── nocolor_icons8_Windows_10_gender_neutral_user.svg │ │ │ ├── nocolor_icons8_Windows_10_generic_sorting.svg │ │ │ ├── nocolor_icons8_Windows_10_generic_sorting_2.svg │ │ │ ├── nocolor_icons8_Windows_10_generic_text.svg │ │ │ ├── nocolor_icons8_Windows_10_gift.svg │ │ │ ├── nocolor_icons8_Windows_10_google_wallet.svg │ │ │ ├── nocolor_icons8_Windows_10_gps_device.svg │ │ │ ├── nocolor_icons8_Windows_10_grid.svg │ │ │ ├── nocolor_icons8_Windows_10_grid_2.svg │ │ │ ├── nocolor_icons8_Windows_10_grid_3.svg │ │ │ ├── nocolor_icons8_Windows_10_group.svg │ │ │ ├── nocolor_icons8_Windows_10_hdd.svg │ │ │ ├── nocolor_icons8_Windows_10_header.svg │ │ │ ├── nocolor_icons8_Windows_10_home.svg │ │ │ ├── nocolor_icons8_Windows_10_hospital_2.svg │ │ │ ├── nocolor_icons8_Windows_10_idea.svg │ │ │ ├── nocolor_icons8_Windows_10_image_file.svg │ │ │ ├── nocolor_icons8_Windows_10_import.svg │ │ │ ├── nocolor_icons8_Windows_10_indent.svg │ │ │ ├── nocolor_icons8_Windows_10_info.svg │ │ │ ├── nocolor_icons8_Windows_10_insert_table.svg │ │ │ ├── nocolor_icons8_Windows_10_ipad.svg │ │ │ ├── nocolor_icons8_Windows_10_iphone.svg │ │ │ ├── nocolor_icons8_Windows_10_italic.svg │ │ │ ├── nocolor_icons8_Windows_10_japanese_yen.svg │ │ │ ├── nocolor_icons8_Windows_10_key.svg │ │ │ ├── nocolor_icons8_Windows_10_keyboard.svg │ │ │ ├── nocolor_icons8_Windows_10_last_quarter.svg │ │ │ ├── nocolor_icons8_Windows_10_left_arrow.svg │ │ │ ├── nocolor_icons8_Windows_10_left_round.svg │ │ │ ├── nocolor_icons8_Windows_10_left_squared.svg │ │ │ ├── nocolor_icons8_Windows_10_level_down.svg │ │ │ ├── nocolor_icons8_Windows_10_level_up.svg │ │ │ ├── nocolor_icons8_Windows_10_library.svg │ │ │ ├── nocolor_icons8_Windows_10_list.svg │ │ │ ├── nocolor_icons8_Windows_10_lock.svg │ │ │ ├── nocolor_icons8_Windows_10_lock_2.svg │ │ │ ├── nocolor_icons8_Windows_10_male.svg │ │ │ ├── nocolor_icons8_Windows_10_mastercard.svg │ │ │ ├── nocolor_icons8_Windows_10_minus.svg │ │ │ ├── nocolor_icons8_Windows_10_monitor.svg │ │ │ ├── nocolor_icons8_Windows_10_moon.svg │ │ │ ├── nocolor_icons8_Windows_10_music.svg │ │ │ ├── nocolor_icons8_Windows_10_news.svg │ │ │ ├── nocolor_icons8_Windows_10_notebook.svg │ │ │ ├── nocolor_icons8_Windows_10_numbered_list.svg │ │ │ ├── nocolor_icons8_Windows_10_numerical_sorting_12.svg │ │ │ ├── nocolor_icons8_Windows_10_numerical_sorting_21.svg │ │ │ ├── nocolor_icons8_Windows_10_old_time_camera.svg │ │ │ ├── nocolor_icons8_Windows_10_opened_folder.svg │ │ │ ├── nocolor_icons8_Windows_10_organization.svg │ │ │ ├── nocolor_icons8_Windows_10_outdent.svg │ │ │ ├── nocolor_icons8_Windows_10_paragraph.svg │ │ │ ├── nocolor_icons8_Windows_10_parallel_tasks.svg │ │ │ ├── nocolor_icons8_Windows_10_paste.svg │ │ │ ├── nocolor_icons8_Windows_10_paypal.svg │ │ │ ├── nocolor_icons8_Windows_10_pdf.svg │ │ │ ├── nocolor_icons8_Windows_10_pencil.svg │ │ │ ├── nocolor_icons8_Windows_10_phone.svg │ │ │ ├── nocolor_icons8_Windows_10_picture.svg │ │ │ ├── nocolor_icons8_Windows_10_pie_chart.svg │ │ │ ├── nocolor_icons8_Windows_10_pin_3.svg │ │ │ ├── nocolor_icons8_Windows_10_plus.svg │ │ │ ├── nocolor_icons8_Windows_10_powerpoint.svg │ │ │ ├── nocolor_icons8_Windows_10_price_tag.svg │ │ │ ├── nocolor_icons8_Windows_10_puzzle.svg │ │ │ ├── nocolor_icons8_Windows_10_qr_code.svg │ │ │ ├── nocolor_icons8_Windows_10_question_mark.svg │ │ │ ├── nocolor_icons8_Windows_10_recycling.svg │ │ │ ├── nocolor_icons8_Windows_10_refresh.svg │ │ │ ├── nocolor_icons8_Windows_10_remove_user.svg │ │ │ ├── nocolor_icons8_Windows_10_resize_diagonal.svg │ │ │ ├── nocolor_icons8_Windows_10_resize_four_directions.svg │ │ │ ├── nocolor_icons8_Windows_10_resize_horizontal.svg │ │ │ ├── nocolor_icons8_Windows_10_resize_vertical.svg │ │ │ ├── nocolor_icons8_Windows_10_right_arrow.svg │ │ │ ├── nocolor_icons8_Windows_10_right_round.svg │ │ │ ├── nocolor_icons8_Windows_10_right_squared.svg │ │ │ ├── nocolor_icons8_Windows_10_rotate_left.svg │ │ │ ├── nocolor_icons8_Windows_10_rotate_right.svg │ │ │ ├── nocolor_icons8_Windows_10_rouble.svg │ │ │ ├── nocolor_icons8_Windows_10_rounded_rectangle.svg │ │ │ ├── nocolor_icons8_Windows_10_rounded_rectangle_filled.svg │ │ │ ├── nocolor_icons8_Windows_10_rupee.svg │ │ │ ├── nocolor_icons8_Windows_10_search.svg │ │ │ ├── nocolor_icons8_Windows_10_sensor.svg │ │ │ ├── nocolor_icons8_Windows_10_services.svg │ │ │ ├── nocolor_icons8_Windows_10_settings.svg │ │ │ ├── nocolor_icons8_Windows_10_share.svg │ │ │ ├── nocolor_icons8_Windows_10_shekel.svg │ │ │ ├── nocolor_icons8_Windows_10_shopping_cart.svg │ │ │ ├── nocolor_icons8_Windows_10_shutdown.svg │ │ │ ├── nocolor_icons8_Windows_10_sort.svg │ │ │ ├── nocolor_icons8_Windows_10_sort_down.svg │ │ │ ├── nocolor_icons8_Windows_10_sort_left.svg │ │ │ ├── nocolor_icons8_Windows_10_sort_right.svg │ │ │ ├── nocolor_icons8_Windows_10_sort_up.svg │ │ │ ├── nocolor_icons8_Windows_10_spy.svg │ │ │ ├── nocolor_icons8_Windows_10_strikethrough.svg │ │ │ ├── nocolor_icons8_Windows_10_stripe.svg │ │ │ ├── nocolor_icons8_Windows_10_student.svg │ │ │ ├── nocolor_icons8_Windows_10_subscript.svg │ │ │ ├── nocolor_icons8_Windows_10_superscript.svg │ │ │ ├── nocolor_icons8_Windows_10_support.svg │ │ │ ├── nocolor_icons8_Windows_10_tags.svg │ │ │ ├── nocolor_icons8_Windows_10_tasks.svg │ │ │ ├── nocolor_icons8_Windows_10_text_height.svg │ │ │ ├── nocolor_icons8_Windows_10_text_width.svg │ │ │ ├── nocolor_icons8_Windows_10_ticket.svg │ │ │ ├── nocolor_icons8_Windows_10_timeline.svg │ │ │ ├── nocolor_icons8_Windows_10_todo_list.svg │ │ │ ├── nocolor_icons8_Windows_10_translation.svg │ │ │ ├── nocolor_icons8_Windows_10_trash.svg │ │ │ ├── nocolor_icons8_Windows_10_trophy.svg │ │ │ ├── nocolor_icons8_Windows_10_turkish_lira.svg │ │ │ ├── nocolor_icons8_Windows_10_umbrella.svg │ │ │ ├── nocolor_icons8_Windows_10_underline.svg │ │ │ ├── nocolor_icons8_Windows_10_undo.svg │ │ │ ├── nocolor_icons8_Windows_10_unlock_2.svg │ │ │ ├── nocolor_icons8_Windows_10_up_arrow.svg │ │ │ ├── nocolor_icons8_Windows_10_up_round.svg │ │ │ ├── nocolor_icons8_Windows_10_up_squared.svg │ │ │ ├── nocolor_icons8_Windows_10_upload.svg │ │ │ ├── nocolor_icons8_Windows_10_upload_2.svg │ │ │ ├── nocolor_icons8_Windows_10_us_dollar.svg │ │ │ ├── nocolor_icons8_Windows_10_user_female.svg │ │ │ ├── nocolor_icons8_Windows_10_user_male.svg │ │ │ ├── nocolor_icons8_Windows_10_video_call.svg │ │ │ ├── nocolor_icons8_Windows_10_video_file.svg │ │ │ ├── nocolor_icons8_Windows_10_visa.svg │ │ │ ├── nocolor_icons8_Windows_10_won.svg │ │ │ ├── nocolor_icons8_Windows_10_word.svg │ │ │ └── nocolor_icons8_Windows_10_xls.svg │ │ ├── pic │ │ ├── add_branch.svg │ │ ├── add_subbranch.svg │ │ ├── attach.svg │ │ ├── attach_add.svg │ │ ├── attach_add_from_url.svg │ │ ├── attach_add_link.svg │ │ ├── attach_delete.svg │ │ ├── attach_edit.svg │ │ ├── attach_exists.svg │ │ ├── attach_info.svg │ │ ├── attach_is_file.svg │ │ ├── attach_is_link.svg │ │ ├── attach_preview.svg │ │ ├── attach_save_as.svg │ │ ├── attach_switch_to_editor.svg │ │ ├── branch_closed.svg │ │ ├── branch_copy.svg │ │ ├── branch_cut.svg │ │ ├── branch_opened.svg │ │ ├── branch_paste.svg │ │ ├── cb_copy.svg │ │ ├── cb_cut.svg │ │ ├── cb_paste.svg │ │ ├── collapse_all_subbranch.svg │ │ ├── countryFlags │ │ │ ├── Russia.png │ │ │ └── United-Kingdom.png │ │ ├── dbmanagement_append.svg │ │ ├── dbmanagement_create.svg │ │ ├── dbmanagement_db_icon.svg │ │ ├── dbmanagement_delete.svg │ │ ├── dbmanagement_edit.svg │ │ ├── dbmanagement_select.svg │ │ ├── dbmanagement_trash_icon.svg │ │ ├── detach_window_icon.svg │ │ ├── edit_aligncenter.svg │ │ ├── edit_alignleft.svg │ │ ├── edit_alignright.svg │ │ ├── edit_alignwidth.svg │ │ ├── edit_bold.svg │ │ ├── edit_clear.svg │ │ ├── edit_code.svg │ │ ├── edit_createtable.svg │ │ ├── edit_expand_text_area.svg │ │ ├── edit_expand_tools_lines.svg │ │ ├── edit_findtext.svg │ │ ├── edit_fixBreakSymbol.svg │ │ ├── edit_font_many.svg │ │ ├── edit_fontbackgroundcolor.svg │ │ ├── edit_fontcolor.svg │ │ ├── edit_indentminus.svg │ │ ├── edit_indentplus.svg │ │ ├── edit_insert_horizontal_line.svg │ │ ├── edit_insert_image_from_file.svg │ │ ├── edit_italic.svg │ │ ├── edit_listdot.svg │ │ ├── edit_listnumeric.svg │ │ ├── edit_math_expression.svg │ │ ├── edit_monospace.svg │ │ ├── edit_redo.svg │ │ ├── edit_reference.svg │ │ ├── edit_save.svg │ │ ├── edit_settings.svg │ │ ├── edit_show_text.svg │ │ ├── edit_showformatting.svg │ │ ├── edit_showhtml.svg │ │ ├── edit_strikeout.svg │ │ ├── edit_sub.svg │ │ ├── edit_sup.svg │ │ ├── edit_table_add_col.svg │ │ ├── edit_table_add_row.svg │ │ ├── edit_table_merge_cells.svg │ │ ├── edit_table_properties.svg │ │ ├── edit_table_remove_col.svg │ │ ├── edit_table_remove_row.svg │ │ ├── edit_table_split_cell.svg │ │ ├── edit_table_split_h.svg │ │ ├── edit_table_split_v.svg │ │ ├── edit_text_only.svg │ │ ├── edit_underline.svg │ │ ├── edit_undo.svg │ │ ├── edit_zoom-in.svg │ │ ├── edit_zoom-out.svg │ │ ├── expand_all_subbranch.svg │ │ ├── expand_console.svg │ │ ├── find_in_base.svg │ │ ├── find_in_base_all.svg │ │ ├── find_in_base_any.svg │ │ ├── find_in_base_expand_tools.svg │ │ ├── find_in_base_search_all.svg │ │ ├── find_in_base_search_branch.svg │ │ ├── find_in_base_separate.svg │ │ ├── find_in_base_substring.svg │ │ ├── icon.ico │ │ ├── installation │ │ │ └── installCover.png │ │ ├── logo.svg │ │ ├── mobile_back.svg │ │ ├── move_dn.svg │ │ ├── move_left.svg │ │ ├── move_right.svg │ │ ├── move_up.svg │ │ ├── mytetra_splash.png │ │ ├── note_add.svg │ │ ├── note_block.svg │ │ ├── note_delete.svg │ │ ├── note_edit.svg │ │ ├── note_reference.svg │ │ ├── print_table.svg │ │ ├── set_icon.svg │ │ ├── sort.svg │ │ ├── switch_note_selection_mode.svg │ │ ├── synchronization.svg │ │ ├── transparent_dot.png │ │ ├── transparent_dot.svg │ │ ├── triangl_dn.svg │ │ ├── triangl_up.svg │ │ ├── waitclock_00.svg │ │ ├── waitclock_01.svg │ │ ├── waitclock_02.svg │ │ ├── walk_history_next.svg │ │ └── walk_history_previous.svg │ │ ├── standartconfig │ │ ├── android │ │ │ ├── conf.ini │ │ │ ├── editorconf.ini │ │ │ └── stylesheet.css │ │ ├── any │ │ │ ├── conf.ini │ │ │ ├── editorconf.ini │ │ │ └── stylesheet.css │ │ └── meego │ │ │ ├── conf.ini │ │ │ ├── editorconf.ini │ │ │ └── stylesheet.css │ │ ├── standartdata │ │ ├── base │ │ │ └── 1300000000aaaaaaaaa2 │ │ │ │ └── text.html │ │ └── mytetra.xml │ │ └── translations │ │ ├── mytetra_fr.qm │ │ ├── mytetra_fr.ts │ │ ├── mytetra_ru.qm │ │ ├── mytetra_ru.ts │ │ └── workdata │ │ ├── convert_01.php │ │ ├── mytetra_lang_01.html │ │ ├── mytetra_table_01.doc │ │ ├── mytetra_table_01.odt │ │ ├── mytetra_table_02.doc │ │ ├── mytetra_table_03.doc │ │ ├── mytetra_table_04.doc │ │ ├── mytetra_table_04_kirsanov.doc │ │ ├── mytetra_table_04_volk.doc │ │ ├── mytetra_table_05.doc │ │ └── xml_01.php ├── desktop │ ├── any │ │ └── mytetra.desktop │ ├── meego │ │ └── mytetra.desktop │ ├── mytetra.ico │ ├── mytetra.png │ ├── mytetra.svg │ └── win.rc ├── doc │ ├── .gitignore │ ├── Doxyfile │ ├── guide │ │ ├── dev_guide_ru.odt │ │ ├── user_guide_ru.odt │ │ └── user_guide_ru.pdf │ └── pic │ │ └── Сигналы и слоты редактора wyedit 01.svg ├── mytetra.spec └── src │ ├── controllers │ ├── actionLog │ │ ├── ActionLogController.cpp │ │ └── ActionLogController.h │ ├── attachTable │ │ ├── AttachTableController.cpp │ │ └── AttachTableController.h │ ├── databasesManagement │ │ ├── DatabasesManagementController.cpp │ │ └── DatabasesManagementController.h │ ├── recordTable │ │ ├── RecordTableController.cpp │ │ └── RecordTableController.h │ └── shortcutSettings │ │ ├── ShortcutSettingsController.cpp │ │ └── ShortcutSettingsController.h │ ├── libraries │ ├── ActionLogger.cpp │ ├── ActionLogger.h │ ├── ClipboardBranch.cpp │ ├── ClipboardBranch.h │ ├── ClipboardRecords.cpp │ ├── ClipboardRecords.h │ ├── Downloader.cpp │ ├── Downloader.h │ ├── FixedParameters.cpp │ ├── FixedParameters.h │ ├── GlobalParameters.cpp │ ├── GlobalParameters.h │ ├── IconSelectDialog.cpp │ ├── IconSelectDialog.h │ ├── MtComboBox.cpp │ ├── MtComboBox.h │ ├── MtStyledItemDelegate.cpp │ ├── MtStyledItemDelegate.h │ ├── MtTableWidget.cpp │ ├── MtTableWidget.h │ ├── PeriodicCheckBase.cpp │ ├── PeriodicCheckBase.h │ ├── PeriodicSyncro.cpp │ ├── PeriodicSyncro.h │ ├── PreviewFileDialog.cpp │ ├── PreviewFileDialog.h │ ├── RandomInitter.cpp │ ├── RandomInitter.h │ ├── ShortcutManager.cpp │ ├── ShortcutManager.h │ ├── TimerMonitoring.cpp │ ├── TimerMonitoring.h │ ├── TraceLogger.cpp │ ├── TraceLogger.h │ ├── TrashMonitoring.cpp │ ├── TrashMonitoring.h │ ├── WalkHistory.cpp │ ├── WalkHistory.h │ ├── WindowSwitcher.cpp │ ├── WindowSwitcher.h │ ├── crypt │ │ ├── CryptService.cpp │ │ ├── CryptService.h │ │ ├── Password.cpp │ │ ├── Password.h │ │ ├── Pbkdf2Qt.cpp │ │ ├── Pbkdf2Qt.h │ │ ├── RC5Simple.cpp │ │ └── RC5Simple.h │ ├── helpers │ │ ├── ActionHelper.cpp │ │ ├── ActionHelper.h │ │ ├── ConfigEditorHelper.cpp │ │ ├── ConfigEditorHelper.h │ │ ├── CssHelper.cpp │ │ ├── CssHelper.h │ │ ├── DebugHelper.cpp │ │ ├── DebugHelper.h │ │ ├── DiskHelper.cpp │ │ ├── DiskHelper.h │ │ ├── GestureHelper.cpp │ │ ├── GestureHelper.h │ │ ├── HtmlHelper.cpp │ │ ├── HtmlHelper.h │ │ ├── LinkHelper.cpp │ │ ├── LinkHelper.h │ │ ├── MessageHelper.cpp │ │ ├── MessageHelper.h │ │ ├── ObjectHelper.cpp │ │ ├── ObjectHelper.h │ │ ├── ScreenHelper.cpp │ │ ├── ScreenHelper.h │ │ ├── SortHelper.cpp │ │ ├── SortHelper.h │ │ ├── UniqueIdHelper.cpp │ │ └── UniqueIdHelper.h │ ├── qtSingleApplication │ │ ├── QtLockedFile │ │ ├── QtSingleApplication │ │ ├── qtlocalpeer.cpp │ │ ├── qtlocalpeer.h │ │ ├── qtlockedfile.cpp │ │ ├── qtlockedfile.h │ │ ├── qtlockedfile_unix.cpp │ │ ├── qtlockedfile_win.cpp │ │ ├── qtsingleapplication.cpp │ │ ├── qtsingleapplication.h │ │ ├── qtsingleapplication.pri │ │ ├── qtsinglecoreapplication.cpp │ │ ├── qtsinglecoreapplication.h │ │ └── qtsinglecoreapplication.pri │ ├── qtSingleApplication5 │ │ ├── QtLockedFile │ │ ├── QtSingleApplication │ │ ├── qtlocalpeer.cpp │ │ ├── qtlocalpeer.h │ │ ├── qtlockedfile.cpp │ │ ├── qtlockedfile.h │ │ ├── qtlockedfile_unix.cpp │ │ ├── qtlockedfile_win.cpp │ │ ├── qtsingleapplication.cpp │ │ ├── qtsingleapplication.h │ │ ├── qtsingleapplication.pri │ │ ├── qtsinglecoreapplication.cpp │ │ ├── qtsinglecoreapplication.h │ │ └── qtsinglecoreapplication.pri │ └── wyedit │ │ ├── Editor.cpp │ │ ├── Editor.h │ │ ├── EditorAbsTable.cpp │ │ ├── EditorAbsTable.h │ │ ├── EditorAbsTableCell.cpp │ │ ├── EditorAbsTableCell.h │ │ ├── EditorAddTableForm.cpp │ │ ├── EditorAddTableForm.h │ │ ├── EditorConfig.cpp │ │ ├── EditorConfig.h │ │ ├── EditorConfigDialog.cpp │ │ ├── EditorConfigDialog.h │ │ ├── EditorConfigFont.cpp │ │ ├── EditorConfigFont.h │ │ ├── EditorConfigMathExpression.cpp │ │ ├── EditorConfigMathExpression.h │ │ ├── EditorConfigMisc.cpp │ │ ├── EditorConfigMisc.h │ │ ├── EditorConfigToolbars.cpp │ │ ├── EditorConfigToolbars.h │ │ ├── EditorContextMenu.cpp │ │ ├── EditorContextMenu.h │ │ ├── EditorCursorPositionDetector.cpp │ │ ├── EditorCursorPositionDetector.h │ │ ├── EditorFindDialog.cpp │ │ ├── EditorFindDialog.h │ │ ├── EditorFontFamilyComboBox.cpp │ │ ├── EditorFontFamilyComboBox.h │ │ ├── EditorFontSizeComboBox.cpp │ │ ├── EditorFontSizeComboBox.h │ │ ├── EditorFontToolFocus.cpp │ │ ├── EditorFontToolFocus.h │ │ ├── EditorImageProperties.cpp │ │ ├── EditorImageProperties.h │ │ ├── EditorIndentSliderAssistant.cpp │ │ ├── EditorIndentSliderAssistant.h │ │ ├── EditorMathExpressionDialog.cpp │ │ ├── EditorMathExpressionDialog.h │ │ ├── EditorMultiLineInputDialog.cpp │ │ ├── EditorMultiLineInputDialog.h │ │ ├── EditorShowText.cpp │ │ ├── EditorShowText.h │ │ ├── EditorShowTextContextMenu.cpp │ │ ├── EditorShowTextContextMenu.h │ │ ├── EditorShowTextDispatcher.cpp │ │ ├── EditorShowTextDispatcher.h │ │ ├── EditorSplitCellForm.cpp │ │ ├── EditorSplitCellForm.h │ │ ├── EditorTablePropertiesForm.cpp │ │ ├── EditorTablePropertiesForm.h │ │ ├── EditorTextArea.cpp │ │ ├── EditorTextArea.h │ │ ├── EditorToolBar.cpp │ │ ├── EditorToolBar.h │ │ ├── EditorToolBarAssistant.cpp │ │ ├── EditorToolBarAssistant.h │ │ ├── formatters │ │ ├── Formatter.cpp │ │ ├── Formatter.h │ │ ├── ImageFormatter.cpp │ │ ├── ImageFormatter.h │ │ ├── ListFormatter.cpp │ │ ├── ListFormatter.h │ │ ├── MathExpressionFormatter.cpp │ │ ├── MathExpressionFormatter.h │ │ ├── PlacementFormatter.cpp │ │ ├── PlacementFormatter.h │ │ ├── ReferenceFormatter.cpp │ │ ├── ReferenceFormatter.h │ │ ├── TableFormatter.cpp │ │ ├── TableFormatter.h │ │ ├── TypefaceFormatter.cpp │ │ └── TypefaceFormatter.h │ │ ├── indentslider │ │ ├── IndentSlider.cpp │ │ └── IndentSlider.h │ │ └── mvc │ │ ├── controllers │ │ └── editorToolbarSettings │ │ │ ├── EditorToolbarAvailableCommandsController.cpp │ │ │ ├── EditorToolbarAvailableCommandsController.h │ │ │ ├── EditorToolbarUsedCommandsController.cpp │ │ │ └── EditorToolbarUsedCommandsController.h │ │ ├── models │ │ └── editorToolbarSettings │ │ │ ├── EditorToolbarSettingsAbstractModel.cpp │ │ │ ├── EditorToolbarSettingsAbstractModel.h │ │ │ ├── EditorToolbarSettingsAvailableToolsModel.cpp │ │ │ ├── EditorToolbarSettingsAvailableToolsModel.h │ │ │ ├── EditorToolbarSettingsUsedToolsModel.cpp │ │ │ └── EditorToolbarSettingsUsedToolsModel.h │ │ └── views │ │ └── editorToolbarSettings │ │ ├── EditorToolbarCommandsListView.cpp │ │ ├── EditorToolbarCommandsListView.h │ │ ├── EditorToolbarSettingsScreen.cpp │ │ └── EditorToolbarSettingsScreen.h │ ├── licenseBSD.txt │ ├── licenseGPL.txt │ ├── main.cpp │ ├── main.h │ ├── models │ ├── actionLog │ │ ├── ActionLogModel.cpp │ │ └── ActionLogModel.h │ ├── appConfig │ │ ├── AppConfig.cpp │ │ ├── AppConfig.h │ │ ├── AppConfigUpdater.cpp │ │ └── AppConfigUpdater.h │ ├── attachTable │ │ ├── Attach.cpp │ │ ├── Attach.h │ │ ├── AttachTableData.cpp │ │ ├── AttachTableData.h │ │ ├── AttachTableModel.cpp │ │ └── AttachTableModel.h │ ├── dataBaseConfig │ │ ├── DataBaseConfig.cpp │ │ └── DataBaseConfig.h │ ├── databasesManagement │ │ ├── DatabasesManagementModel.cpp │ │ ├── DatabasesManagementModel.h │ │ ├── KnownBasesConfig.cpp │ │ └── KnownBasesConfig.h │ ├── recordTable │ │ ├── Record.cpp │ │ ├── Record.h │ │ ├── RecordTableData.cpp │ │ ├── RecordTableData.h │ │ ├── RecordTableModel.cpp │ │ ├── RecordTableModel.h │ │ ├── RecordTableProxyModel.cpp │ │ └── RecordTableProxyModel.h │ ├── shortcutSettings │ │ ├── ShortcutSettingsModel.cpp │ │ └── ShortcutSettingsModel.h │ └── tree │ │ ├── KnowTreeModel.cpp │ │ ├── KnowTreeModel.h │ │ ├── TreeItem.cpp │ │ ├── TreeItem.h │ │ ├── TreeModel.cpp │ │ ├── TreeModel.h │ │ ├── XmlTree.cpp │ │ └── XmlTree.h │ ├── samples │ └── buttonwidth.ui │ └── views │ ├── actionLog │ ├── ActionLogScreen.cpp │ ├── ActionLogScreen.h │ ├── ActionLogView.cpp │ └── ActionLogView.h │ ├── appConfigWindow │ ├── AppConfigDialog.cpp │ ├── AppConfigDialog.h │ ├── AppConfigPage_Appearance.cpp │ ├── AppConfigPage_Appearance.h │ ├── AppConfigPage_Attach.cpp │ ├── AppConfigPage_Attach.h │ ├── AppConfigPage_Crypt.cpp │ ├── AppConfigPage_Crypt.h │ ├── AppConfigPage_History.cpp │ ├── AppConfigPage_History.h │ ├── AppConfigPage_Keyboard.cpp │ ├── AppConfigPage_Keyboard.h │ ├── AppConfigPage_Main.cpp │ ├── AppConfigPage_Main.h │ ├── AppConfigPage_Misc.cpp │ ├── AppConfigPage_Misc.h │ ├── AppConfigPage_RecordTable.cpp │ ├── AppConfigPage_RecordTable.h │ ├── AppConfigPage_Synchro.cpp │ ├── AppConfigPage_Synchro.h │ ├── ConfigDialog.cpp │ ├── ConfigDialog.h │ ├── ConfigPage.cpp │ └── ConfigPage.h │ ├── attachTable │ ├── AttachTableScreen.cpp │ ├── AttachTableScreen.h │ ├── AttachTableView.cpp │ └── AttachTableView.h │ ├── consoleEmulator │ ├── CommandRunner.cpp │ ├── CommandRunner.h │ ├── ConsoleEmulator.cpp │ └── ConsoleEmulator.h │ ├── databasesManagement │ ├── DatabasesManagementPathDelegate.cpp │ ├── DatabasesManagementPathDelegate.h │ ├── DatabasesManagementScreen.cpp │ ├── DatabasesManagementScreen.h │ ├── DatabasesManagementTable.cpp │ └── DatabasesManagementTable.h │ ├── dialog │ ├── OverTextToolButton.cpp │ ├── OverTextToolButton.h │ ├── ReduceMessageBox.cpp │ └── ReduceMessageBox.h │ ├── enterPassword │ ├── EnterPassword.cpp │ └── EnterPassword.h │ ├── findInBaseScreen │ ├── FindScreen.cpp │ ├── FindScreen.h │ ├── FindTableWidget.cpp │ └── FindTableWidget.h │ ├── installDialog │ ├── InstallDialog.cpp │ ├── InstallDialog.h │ └── InstallDialog.ui │ ├── mainWindow │ ├── MainWindow.cpp │ └── MainWindow.h │ ├── printPreview │ ├── PreviewView.cpp │ ├── PreviewView.h │ ├── PrintPreview.cpp │ └── PrintPreview.h │ ├── record │ ├── AddNewRecord.cpp │ ├── AddNewRecord.h │ ├── InfoFieldEnter.cpp │ ├── InfoFieldEnter.h │ ├── MetaEditor.cpp │ ├── MetaEditor.h │ ├── RecordInfoFieldsEditor.cpp │ └── RecordInfoFieldsEditor.h │ ├── recordTable │ ├── RecordTablePrint.cpp │ ├── RecordTablePrint.h │ ├── RecordTableScreen.cpp │ ├── RecordTableScreen.h │ ├── RecordTableView.cpp │ └── RecordTableView.h │ ├── shortcutSettings │ ├── HotKeyGrabber.cpp │ ├── HotKeyGrabber.h │ ├── ShortcutSettingsScreen.cpp │ ├── ShortcutSettingsScreen.h │ ├── ShortcutSettingsView.cpp │ └── ShortcutSettingsView.h │ ├── tree │ ├── KnowTreeView.cpp │ ├── KnowTreeView.h │ ├── TreeScreen.cpp │ └── TreeScreen.h │ └── waitClock │ ├── WaitClock.cpp │ └── WaitClock.h ├── history.txt ├── mytetra.pro ├── readme_en.txt ├── readme_ru.txt ├── script ├── start │ └── mytetra.run └── tools │ ├── baseCleaner.php │ ├── generateBase.php │ ├── generateDictionary.txt │ ├── getBase.php │ ├── getCryptRecord.php │ └── getLastByTimeRecord.php └── thirdParty └── mimetex ├── .gitignore ├── .qmake.stash ├── gifsave.c ├── mimetex.c ├── mimetex.h ├── mimetex.html ├── mimetex.pro └── texfonts.h /.gitattributes: -------------------------------------------------------------------------------- 1 | *.html linguist-generated=true 2 | *.tex linguist-generated=true 3 | *.tmp linguist-generated=true 4 | -------------------------------------------------------------------------------- /app/android/res/drawable-hdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/android/res/drawable-hdpi/icon.png -------------------------------------------------------------------------------- /app/android/res/drawable-ldpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/android/res/drawable-ldpi/icon.png -------------------------------------------------------------------------------- /app/android/res/drawable-mdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/android/res/drawable-mdpi/icon.png -------------------------------------------------------------------------------- /app/bin/resource/icons/BwCinema/nocolor_cinema_Widescreen TV.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Night Landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Podium With Speaker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Rating.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Cinema/color_cinema_Video File.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_about.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_add_column.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_add_image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_add_row.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_advance.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_alphabetical_sorting_az.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_alphabetical_sorting_za.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_approval.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_approve.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_area_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_bar_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_biomass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_briefcase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_business.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_business_contact.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_cable_release.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_capacitor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_charge_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_clear_filters.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_clock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_collaboration.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_collapse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_comments.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_compact_camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_contacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_copyleft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_copyright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_crystal_oscillator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_data_sheet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_database.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_delete_column.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_delete_row.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_dislike.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_do_not_insert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_do_not_mix.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_document.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_doughnut_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_down_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_down_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_electrical_sensor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_electrical_threshold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_electricity.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_electro_devices.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_electronics.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_empty_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_empty_filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_empty_trash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_end_call.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_expand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_export.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_external.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_factory.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_factory_breakdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_feed_in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_feedback.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_filled_filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_film.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_film_reel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_flash_auto.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_flash_off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_flash_on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_flow_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_full_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_full_trash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_gallery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_generic_sorting_asc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_generic_sorting_desc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_grid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_headset.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_high_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_image_file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_import.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_integrated_webcam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_internal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_invite.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_ipad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_iphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_left_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_left_down2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_left_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_left_up2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_light_at_the_end_of_tunnel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_like.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_like_placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_link.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_lock_landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_lock_portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_low_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_low_priority.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_medium_priority.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_middle_battery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_mind_map.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_missed_call.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_mms.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_negative_dynamic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_next.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_night_landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_no_video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_ok.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_opened_folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_org_unit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_package.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_panorama.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_parallel_tasks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_phone_android.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_photo_reel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_picture.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_pie_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_podium_with_audience.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_podium_with_speaker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_podium_without_speaker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_positive_dynamic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_previous.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_privacy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_puzzle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_questions.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_radar_plot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_rating.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_ratings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_reading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_redo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_refresh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_registered_trademark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_right_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_right_down2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_right_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_right_up2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_rotate_camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_rotate_to_landscape.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_rotate_to_portrait.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_scatter_plot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_self_service_kiosk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_serial_tasks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_service_mark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_share.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_sim_card.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_sim_card_chip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_sms.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_sound_recording_copyright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_speaker.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_support.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_synchronize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_tablet_android.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_template.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_todo_list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_trademark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_tree_structure.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_unlock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_up_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_up_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_upload.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_video_call.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_video_file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_vip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_voice_presentation.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Flat/color_icons8_flat_voicemail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_addnew.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_gear-hex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_locationpin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_night.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/Justafew/nocolor_justafew_jf--icon_picture.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_advertising.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_airport.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_angle_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_angle_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_angle_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_angle_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_area_chart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_arrows_long_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_arrows_long_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_arrows_long_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_arrows_long_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_asterisk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_cancel_2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_checked_2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_down_round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_left_round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_right_round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_chevron_up_round.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_circle_notch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_circle_thin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_clipboard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_columns.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_copyright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_create_new.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_double_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_double_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_double_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_down_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_down_squared.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_electricity.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_exclamation_mark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_file.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_gender_neutral_user.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_generic_text.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_gps_device.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_hdd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_ipad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_iphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_italic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_key.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_last_quarter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_left_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_left_squared.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_level_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_level_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_opened_folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_pdf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_pin_3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_plus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_powerpoint.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_price_tag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_puzzle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_right_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_right_squared.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_rouble.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_rounded_rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_rounded_rectangle_filled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_shekel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_sort.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_sort_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_sort_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_sort_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_sort_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_ticket.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_turkish_lira.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_underline.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_up_arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_up_squared.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/icons/WinStyle/nocolor_icons8_Windows_10_video_call.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/bin/resource/pic/countryFlags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/countryFlags/Russia.png -------------------------------------------------------------------------------- /app/bin/resource/pic/countryFlags/United-Kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/countryFlags/United-Kingdom.png -------------------------------------------------------------------------------- /app/bin/resource/pic/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/icon.ico -------------------------------------------------------------------------------- /app/bin/resource/pic/installation/installCover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/installation/installCover.png -------------------------------------------------------------------------------- /app/bin/resource/pic/mytetra_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/mytetra_splash.png -------------------------------------------------------------------------------- /app/bin/resource/pic/transparent_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/pic/transparent_dot.png -------------------------------------------------------------------------------- /app/bin/resource/standartconfig/any/stylesheet.css: -------------------------------------------------------------------------------- 1 | /* CSS style for any desktop OS */ 2 | /* Set your Qt CSS style in this file */ 3 | 4 | QToolBar, QToolButton, QPushButton 5 | { 6 | icon-size: 16px; /* maximum icon size */ 7 | } 8 | 9 | /* 10 | QToolButton { 11 | padding: 0; 12 | } 13 | */ 14 | -------------------------------------------------------------------------------- /app/bin/resource/standartconfig/meego/stylesheet.css: -------------------------------------------------------------------------------- 1 | /* CSS style for MeeGo OS */ 2 | /* Set your Qt CSS style in this file */ 3 | 4 | /* 5 | QPushButton { 6 | padding: 10px; 7 | } 8 | 9 | */ 10 | 11 | -------------------------------------------------------------------------------- /app/bin/resource/standartdata/mytetra.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/bin/resource/translations/mytetra_fr.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/mytetra_fr.qm -------------------------------------------------------------------------------- /app/bin/resource/translations/mytetra_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/mytetra_ru.qm -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_01.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_01.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_01.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_01.odt -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_02.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_02.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_03.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_03.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_04.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_04.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_04_kirsanov.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_04_kirsanov.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_04_volk.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_04_volk.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/mytetra_table_05.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/bin/resource/translations/workdata/mytetra_table_05.doc -------------------------------------------------------------------------------- /app/bin/resource/translations/workdata/xml_01.php: -------------------------------------------------------------------------------- 1 | load($inFile); 9 | 10 | 11 | // Список элементов 12 | $contexts=$dom->getElementsByTagName('context'); 13 | 14 | // Перебираются контексты 15 | foreach($contexts as $context) 16 | { 17 | // Выясняется имя контекста 18 | $name_elements=$context->getElementsByTagName('name'); 19 | $context_name=$name_elements->item(0)->textContent; 20 | 21 | echo $context_name."\n"; 22 | } 23 | 24 | ?> -------------------------------------------------------------------------------- /app/desktop/any/mytetra.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MyTetra 3 | Comment=Smart manager for information collecting 4 | Comment[ru]=Менеджер накопления осмысленной информации 5 | Exec=mytetra 6 | Icon=mytetra 7 | Terminal=false 8 | Type=Application 9 | StartupNotify=true 10 | Categories=Qt;Utility; 11 | -------------------------------------------------------------------------------- /app/desktop/meego/mytetra.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MyTetra 3 | Comment=Smart manager for information collecting 4 | Comment[ru]=Менеджер накопления осмысленной информации 5 | Exec=/opt/ru.webhamster.mytetra/bin/mytetra 6 | Icon=mytetra 7 | Terminal=false 8 | Type=Application 9 | StartupNotify=true 10 | Categories=Qt;Utility; 11 | -------------------------------------------------------------------------------- /app/desktop/mytetra.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/desktop/mytetra.ico -------------------------------------------------------------------------------- /app/desktop/mytetra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/desktop/mytetra.png -------------------------------------------------------------------------------- /app/desktop/win.rc: -------------------------------------------------------------------------------- 1 | IDI_ICON1 ICON DISCARDABLE "mytetra.ico" -------------------------------------------------------------------------------- /app/doc/.gitignore: -------------------------------------------------------------------------------- 1 | html/* 2 | *.tmp 3 | -------------------------------------------------------------------------------- /app/doc/guide/dev_guide_ru.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/doc/guide/dev_guide_ru.odt -------------------------------------------------------------------------------- /app/doc/guide/user_guide_ru.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/doc/guide/user_guide_ru.odt -------------------------------------------------------------------------------- /app/doc/guide/user_guide_ru.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xintrea/mytetra_dev/f276a3bf4b03f4e9b834c0704f50177407c02674/app/doc/guide/user_guide_ru.pdf -------------------------------------------------------------------------------- /app/src/libraries/MtComboBox.cpp: -------------------------------------------------------------------------------- 1 | #include "main.h" 2 | #include "MtComboBox.h" 3 | 4 | MtComboBox::MtComboBox(QWidget *parent) : QComboBox(parent) 5 | { 6 | Q_UNUSED(parent); 7 | 8 | itemDelegate = new QStyledItemDelegate(); 9 | this->setItemDelegate(itemDelegate); 10 | } 11 | 12 | 13 | MtComboBox::~MtComboBox() 14 | { 15 | delete itemDelegate; 16 | } 17 | 18 | -------------------------------------------------------------------------------- /app/src/libraries/MtComboBox.h: -------------------------------------------------------------------------------- 1 | #ifndef __MTCOMBOBOX_H__ 2 | #define __MTCOMBOBOX_H__ 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | // Класс, исправляющий QComboBox, чтобы правильно применялись QSS-стили 10 | // Проблема описана здесь: stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem 11 | 12 | 13 | class MtComboBox : public QComboBox 14 | { 15 | Q_OBJECT 16 | 17 | public: 18 | MtComboBox(QWidget *parent=nullptr); 19 | virtual ~MtComboBox(); 20 | 21 | private: 22 | 23 | QStyledItemDelegate* itemDelegate; 24 | 25 | }; 26 | 27 | #endif /* __MTCOMBOBOX_H__ */ 28 | 29 | -------------------------------------------------------------------------------- /app/src/libraries/MtStyledItemDelegate.cpp: -------------------------------------------------------------------------------- 1 | #include "MtStyledItemDelegate.h" 2 | 3 | // Этот класс не используется, скорее всего будет удален 4 | 5 | // Делегат, использующийся для QTableView чтобы стилизовать отступы, 6 | // так как через QSS отступы для QTableView не стилизуются 7 | 8 | MtStyledItemDelegate::MtStyledItemDelegate(QObject *parent) : QStyledItemDelegate(parent) 9 | { 10 | 11 | } 12 | 13 | QSize MtStyledItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const 14 | { 15 | QSize size = QStyledItemDelegate::sizeHint(option, index); 16 | 17 | size.rheight() = 45; 18 | 19 | return size; 20 | } 21 | -------------------------------------------------------------------------------- /app/src/libraries/MtStyledItemDelegate.h: -------------------------------------------------------------------------------- 1 | #ifndef __MTSTYLEDITEMDELEGATE_H__ 2 | #define __MTSTYLEDITEMDELEGATE_H__ 3 | 4 | #include 5 | 6 | // Этот класс не используется, скорее всего будет удален 7 | 8 | class MtStyledItemDelegate : public QStyledItemDelegate 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit MtStyledItemDelegate(QObject *parent = nullptr); 13 | 14 | QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const; 15 | 16 | signals: 17 | 18 | public slots: 19 | 20 | }; 21 | 22 | #endif // __MTSTYLEDITEMDELEGATE_H__ 23 | -------------------------------------------------------------------------------- /app/src/libraries/MtTableWidget.cpp: -------------------------------------------------------------------------------- 1 | #include "MtTableWidget.h" 2 | 3 | // Этот класс не используется, скорее всего будет удален 4 | 5 | MtTableWidget::MtTableWidget(QWidget *parent) : QTableWidget(parent) 6 | { 7 | Q_UNUSED(parent); 8 | 9 | itemDelegate = new QStyledItemDelegate(); 10 | this->setItemDelegate(itemDelegate); 11 | } 12 | 13 | 14 | MtTableWidget::~MtTableWidget() 15 | { 16 | delete itemDelegate; 17 | } 18 | -------------------------------------------------------------------------------- /app/src/libraries/MtTableWidget.h: -------------------------------------------------------------------------------- 1 | #ifndef __MTTABLEWIDGET_H__ 2 | #define __MTTABLEWIDGET_H__ 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | // Этот класс не используется, скорее всего будет удален 9 | 10 | // Класс, исправляющий QTableWidget, чтобы правильно применялись QSS-стили 11 | 12 | class MtTableWidget : public QTableWidget 13 | { 14 | Q_OBJECT 15 | public: 16 | MtTableWidget(QWidget *parent = nullptr); 17 | virtual ~MtTableWidget(); 18 | 19 | private: 20 | QStyledItemDelegate* itemDelegate; 21 | 22 | }; 23 | 24 | #endif // __MTTABLEWIDGET_H__ 25 | 26 | -------------------------------------------------------------------------------- /app/src/libraries/PeriodicCheckBase.h: -------------------------------------------------------------------------------- 1 | #ifndef PERIODICCHECKBASE_H 2 | #define PERIODICCHECKBASE_H 3 | 4 | #include "TimerMonitoring.h" 5 | 6 | 7 | class PeriodicCheckBase : public TimerMonitoring 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | 13 | void init(); 14 | 15 | signals: 16 | 17 | void doUpdateDetachedWindows(); 18 | 19 | protected: 20 | 21 | bool isStartEnabled(); 22 | void timerEvent(QTimerEvent *event); 23 | 24 | }; 25 | 26 | #endif /* PERIODICCHECKBASE_H */ 27 | 28 | -------------------------------------------------------------------------------- /app/src/libraries/PeriodicSyncro.h: -------------------------------------------------------------------------------- 1 | #ifndef _PERIODICSYNCRO_H_ 2 | #define _PERIODICSYNCRO_H_ 3 | 4 | #include "TimerMonitoring.h" 5 | 6 | 7 | class PeriodicSyncro : public TimerMonitoring 8 | { 9 | Q_OBJECT 10 | 11 | protected: 12 | 13 | bool isStartEnabled(); 14 | void timerEvent(QTimerEvent *event); 15 | 16 | }; 17 | 18 | #endif /* _PERIODICSYNCRO_H_ */ 19 | 20 | -------------------------------------------------------------------------------- /app/src/libraries/RandomInitter.h: -------------------------------------------------------------------------------- 1 | #ifndef RANDOMINITTER_H 2 | #define RANDOMINITTER_H 3 | 4 | 5 | class RandomInitter 6 | { 7 | public: 8 | RandomInitter(); 9 | 10 | static void init(long humanGenerateSeedShift); 11 | 12 | private: 13 | static long getMilliCount(); 14 | 15 | }; 16 | 17 | #endif // RANDOMINITTER_H 18 | -------------------------------------------------------------------------------- /app/src/libraries/TraceLogger.h: -------------------------------------------------------------------------------- 1 | #ifndef TRACELOGGER_H 2 | #define TRACELOGGER_H 3 | 4 | #include 5 | 6 | class TraceLogger 7 | { 8 | public: 9 | TraceLogger(const char* iFileName, 10 | const char* iFuncName, 11 | int iLineNumber); 12 | ~TraceLogger(); 13 | 14 | private: 15 | const char* fileName; 16 | const char* funcName; 17 | 18 | static QString indent; 19 | }; 20 | 21 | #endif // TRACELOGGER_H 22 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/ActionHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef ACTIONHELPER_H 2 | #define ACTIONHELPER_H 3 | 4 | class QToolBar; 5 | class QAction; 6 | 7 | void insertActionAsButton(QToolBar *tools_line, QAction *action, bool isVisible=true); 8 | 9 | 10 | #endif // ACTIONHELPER_H 11 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/ConfigEditorHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef CONFIGEDITORHELPER_H 2 | #define CONFIGEDITORHELPER_H 3 | 4 | class QString; 5 | 6 | 7 | class ConfigEditorHelper 8 | { 9 | public: 10 | ConfigEditorHelper(); 11 | 12 | // Редактирование какого-либо конфиг-файла 13 | static void editConfigFile( QString fileName, float sizeCoeffitient ); 14 | }; 15 | 16 | #endif // CONFIGEDITORHELPER_H 17 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/CssHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef CSSHELPER_H 2 | #define CSSHELPER_H 3 | 4 | #include 5 | 6 | 7 | class CssHelper 8 | { 9 | public: 10 | CssHelper(); 11 | 12 | static qreal getCalculateIconSizePx(void); 13 | static void setCssStyle(); 14 | 15 | protected: 16 | 17 | static QString replaceCssMetaIconSize(QString styleText); 18 | 19 | }; 20 | 21 | #endif // CSSHELPER_H 22 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/DebugHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef DEBUGHELPER_H 2 | #define DEBUGHELPER_H 3 | 4 | // Функции, используемые при отладке 5 | 6 | 7 | class QString; 8 | class QDomNode; 9 | 10 | void logPrint(char *lpszText, ...); 11 | 12 | [[ noreturn ]] void criticalError(QString message); 13 | 14 | QString xmlNodeToString(QDomNode xmlData); 15 | 16 | void printObjectTree(void); 17 | 18 | void setDebugMessageHandler(); 19 | 20 | //class DebugHelper 21 | //{ 22 | //public: 23 | // DebugHelper(); 24 | //}; 25 | 26 | #endif // DEBUGHELPER_H 27 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/GestureHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef GESTUREHELPER_H 2 | #define GESTUREHELPER_H 3 | 4 | class QAbstractItemView; 5 | 6 | class GestureHelper 7 | { 8 | public: 9 | GestureHelper(); 10 | 11 | static void setKineticScrollArea(QAbstractItemView *object); 12 | }; 13 | 14 | #endif // GESTUREHELPER_H 15 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/HtmlHelper.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #include "HtmlHelper.h" 4 | 5 | HtmlHelper::HtmlHelper() 6 | { 7 | 8 | } 9 | 10 | 11 | QString HtmlHelper::htmlSpecialChars(QString line) 12 | { 13 | line.replace("\"", """); 14 | line.replace("<", "<"); 15 | line.replace(">", ">"); 16 | 17 | return line; 18 | } 19 | 20 | 21 | QString HtmlHelper::htmlSpecialCharsDecode(QString line) 22 | { 23 | line.replace(""", "\""); 24 | line.replace("<", "<"); 25 | line.replace(">", ">"); 26 | 27 | return line; 28 | } 29 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/HtmlHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef HTMLHELPER_H 2 | #define HTMLHELPER_H 3 | 4 | class QString; 5 | 6 | 7 | class HtmlHelper 8 | { 9 | public: 10 | HtmlHelper(); 11 | 12 | static QString htmlSpecialChars(QString line); 13 | static QString htmlSpecialCharsDecode(QString line); 14 | 15 | }; 16 | 17 | #endif // HTMLHELPER_H 18 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/LinkHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef LINKHELPER_H 2 | #define LINKHELPER_H 3 | 4 | class QString; 5 | class QUrl; 6 | 7 | class LinkHelper 8 | { 9 | public: 10 | LinkHelper(); 11 | 12 | static void gotoReference(QString href); 13 | 14 | private: 15 | 16 | static bool openLinkWithDesktopServices(const QString &link); 17 | 18 | static bool isExternal(const QUrl &url); 19 | static bool isHrefInternal(QString href); 20 | static QString getIdFromInternalHref(QString href); 21 | 22 | }; 23 | 24 | #endif // LINKHELPER_H 25 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/MessageHelper.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #include "MessageHelper.h" 5 | 6 | 7 | // Выдача на экран простого окна с сообщением 8 | void showMessageBox(QString message) 9 | { 10 | QMessageBox msgBox; 11 | msgBox.setText(message); 12 | msgBox.exec(); 13 | } 14 | 15 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/MessageHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef MESSAGEHELPER_H 2 | #define MESSAGEHELPER_H 3 | 4 | class QString; 5 | 6 | // Выдача на экран простого окна с сообщением 7 | void showMessageBox(QString message); 8 | 9 | 10 | #endif // MESSAGEHELPER_H 11 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/ObjectHelper.cpp: -------------------------------------------------------------------------------- 1 | #include "ObjectHelper.h" 2 | 3 | 4 | //ObjectHelper::ObjectHelper() 5 | //{ 6 | 7 | //} 8 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/ScreenHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef SCREENHELPER_H 2 | #define SCREENHELPER_H 3 | 4 | 5 | class ScreenHelper 6 | { 7 | public: 8 | ScreenHelper(); 9 | 10 | static int getSizeX(void); 11 | static int getSizeY(void); 12 | }; 13 | 14 | #endif // SCREENHELPER_H 15 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/SortHelper.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #include "SortHelper.h" 4 | 5 | 6 | // Функция для сортировки массива из QStringList исходя из длин списков 7 | bool compareQStringListLen(const QStringList &list1, const QStringList &list2) 8 | { 9 | return list1.size() < list2.size(); 10 | } 11 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/SortHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef SORTHELPER_H 2 | #define SORTHELPER_H 3 | 4 | class QStringList; 5 | 6 | bool compareQStringListLen(const QStringList &list1, const QStringList &list2); 7 | 8 | 9 | #endif // SORTHELPER_H 10 | -------------------------------------------------------------------------------- /app/src/libraries/helpers/UniqueIdHelper.h: -------------------------------------------------------------------------------- 1 | #ifndef UNIQUEIDHELPER_H 2 | #define UNIQUEIDHELPER_H 3 | 4 | class QString; 5 | 6 | 7 | QString getUniqueId(void); 8 | QString getUniqueImageName(void); 9 | 10 | #endif // UNIQUEIDHELPER_H 11 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication/QtLockedFile: -------------------------------------------------------------------------------- 1 | #include "qtlockedfile.h" 2 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication/QtSingleApplication: -------------------------------------------------------------------------------- 1 | #include "qtsingleapplication.h" 2 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication/qtsingleapplication.pri: -------------------------------------------------------------------------------- 1 | include(../common.pri) 2 | INCLUDEPATH += $$PWD 3 | DEPENDPATH += $$PWD 4 | QT *= network 5 | 6 | qtsingleapplication-uselib:!qtsingleapplication-buildlib { 7 | LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME 8 | } else { 9 | SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp 10 | HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h 11 | } 12 | 13 | win32 { 14 | contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTSINGLEAPPLICATION_EXPORT 15 | else:qtsingleapplication-uselib:DEFINES += QT_QTSINGLEAPPLICATION_IMPORT 16 | } 17 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication/qtsinglecoreapplication.pri: -------------------------------------------------------------------------------- 1 | INCLUDEPATH += $$PWD 2 | DEPENDPATH += $$PWD 3 | HEADERS += $$PWD/qtsinglecoreapplication.h $$PWD/qtlocalpeer.h 4 | SOURCES += $$PWD/qtsinglecoreapplication.cpp $$PWD/qtlocalpeer.cpp 5 | 6 | QT *= network 7 | 8 | win32:contains(TEMPLATE, lib):contains(CONFIG, shared) { 9 | DEFINES += QT_QTSINGLECOREAPPLICATION_EXPORT=__declspec(dllexport) 10 | } 11 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication5/QtLockedFile: -------------------------------------------------------------------------------- 1 | #include "qtlockedfile.h" 2 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication5/QtSingleApplication: -------------------------------------------------------------------------------- 1 | #include "qtsingleapplication.h" 2 | -------------------------------------------------------------------------------- /app/src/libraries/qtSingleApplication5/qtsinglecoreapplication.pri: -------------------------------------------------------------------------------- 1 | INCLUDEPATH += $$PWD 2 | DEPENDPATH += $$PWD 3 | HEADERS += $$PWD/qtsinglecoreapplication.h $$PWD/qtlocalpeer.h 4 | SOURCES += $$PWD/qtsinglecoreapplication.cpp $$PWD/qtlocalpeer.cpp 5 | 6 | QT *= network 7 | 8 | win32:contains(TEMPLATE, lib):contains(CONFIG, shared) { 9 | DEFINES += QT_QTSINGLECOREAPPLICATION_EXPORT=__declspec(dllexport) 10 | } 11 | -------------------------------------------------------------------------------- /app/src/libraries/wyedit/EditorConfigDialog.h: -------------------------------------------------------------------------------- 1 | #ifndef EDITORCONFIGDIALOG_H 2 | #define EDITORCONFIGDIALOG_H 3 | 4 | #include 5 | #include "views/appConfigWindow/ConfigDialog.h" 6 | 7 | 8 | class EditorConfigDialog : public QWidget 9 | { 10 | Q_OBJECT 11 | 12 | public: 13 | EditorConfigDialog(QWidget *parent=nullptr); 14 | 15 | private: 16 | ConfigDialog *configDialog; 17 | }; 18 | 19 | #endif // EDITORCONFIGDIALOG_H 20 | -------------------------------------------------------------------------------- /app/src/libraries/wyedit/formatters/ListFormatter.h: -------------------------------------------------------------------------------- 1 | #ifndef LISTFORMATTER_H 2 | #define LISTFORMATTER_H 3 | 4 | #include 5 | 6 | #include "Formatter.h" 7 | 8 | // Класс форматирования текста как списка 9 | 10 | 11 | class ListFormatter : public Formatter 12 | { 13 | Q_OBJECT 14 | 15 | public: 16 | ListFormatter(); 17 | 18 | public slots: 19 | 20 | void onNumericlistClicked(void); 21 | void onDotlistClicked(void); 22 | 23 | protected: 24 | 25 | void formatToList(QTextListFormat::Style setFormat); 26 | 27 | }; 28 | 29 | #endif // LISTFORMATTER_H 30 | -------------------------------------------------------------------------------- /app/src/libraries/wyedit/formatters/ReferenceFormatter.h: -------------------------------------------------------------------------------- 1 | #ifndef REFERENCEFORMATTER_H 2 | #define REFERENCEFORMATTER_H 3 | 4 | #include "Formatter.h" 5 | 6 | // Класс форматирования ссылок 7 | 8 | 9 | class ReferenceFormatter : public Formatter 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | ReferenceFormatter(); 15 | 16 | signals: 17 | 18 | public slots: 19 | 20 | void onReferenceClicked(void); 21 | void onContextMenuGotoReference(void); 22 | void onClickedGotoReference(QString href); 23 | void onTextChanged(void); 24 | 25 | }; 26 | 27 | 28 | #endif // REFERENCEFORMATTER_H 29 | -------------------------------------------------------------------------------- /app/src/models/recordTable/RecordTableProxyModel.h: -------------------------------------------------------------------------------- 1 | #ifndef __RECORDTABLEPROXYMODEL_H__ 2 | #define __RECORDTABLEPROXYMODEL_H__ 3 | 4 | #include 5 | 6 | 7 | class RecordTableProxyModel : public QSortFilterProxyModel 8 | { 9 | public: 10 | RecordTableProxyModel(QObject *pobj=nullptr); 11 | ~RecordTableProxyModel(); 12 | 13 | // Метод удаления строк переопределен, чтобы в нем вызывалось обновление вида 14 | bool removeRow(int row, const QModelIndex &parent = QModelIndex()); 15 | 16 | }; 17 | 18 | #endif // __RECORDTABLEPROXYMODEL_H__ 19 | -------------------------------------------------------------------------------- /app/src/models/tree/XmlTree.h: -------------------------------------------------------------------------------- 1 | #ifndef XMLTREE_H 2 | #define XMLTREE_H 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | 9 | class XmlTree : public QObject 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | XmlTree(void); 15 | ~XmlTree(void); 16 | bool load(QString file); 17 | QDomDocument* getDomModel(void); 18 | 19 | protected: 20 | QDomDocument *domModel; // DOM-представление документа 21 | }; 22 | 23 | 24 | #endif // XMLTREE_H 25 | -------------------------------------------------------------------------------- /app/src/views/appConfigWindow/ConfigPage.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | 7 | #include "ConfigPage.h" 8 | 9 | 10 | ConfigPage::ConfigPage(QWidget *parent) : QWidget(parent) 11 | { 12 | 13 | } 14 | 15 | 16 | ConfigPage::~ConfigPage() 17 | { 18 | qDebug() << Q_FUNC_INFO; 19 | } 20 | 21 | 22 | int ConfigPage::applyChanges(void) 23 | { 24 | return 0; 25 | } 26 | 27 | -------------------------------------------------------------------------------- /app/src/views/appConfigWindow/ConfigPage.h: -------------------------------------------------------------------------------- 1 | #ifndef CONFIGPAGE_H 2 | #define CONFIGPAGE_H 3 | 4 | #include 5 | 6 | 7 | class ConfigPage : public QWidget 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | ConfigPage(QWidget *parent = nullptr); 13 | virtual ~ConfigPage(); 14 | 15 | virtual int applyChanges(void); 16 | }; 17 | 18 | 19 | #endif // CONFIGPAGE_H 20 | -------------------------------------------------------------------------------- /app/src/views/dialog/OverTextToolButton.h: -------------------------------------------------------------------------------- 1 | #ifndef __OVERTEXTTOOLBUTTON_H__ 2 | #define __OVERTEXTTOOLBUTTON_H__ 3 | 4 | #include 5 | #include 6 | 7 | 8 | // Виджет, похожий на QToolButton, но позволяющий писать поверх иконки 9 | 10 | 11 | class OverTextToolButton : public QToolButton 12 | { 13 | Q_OBJECT 14 | 15 | public: 16 | OverTextToolButton(QWidget *parent = nullptr); 17 | 18 | void setOverText(QString iText); 19 | 20 | 21 | protected: 22 | 23 | void paintEvent(QPaintEvent *event); 24 | 25 | QString overText; 26 | 27 | }; 28 | 29 | #endif // __OVERTEXTTOOLBUTTON_H__ 30 | -------------------------------------------------------------------------------- /app/src/views/shortcutSettings/ShortcutSettingsView.h: -------------------------------------------------------------------------------- 1 | #ifndef SHORTCUTSETTINGSVIEW_H 2 | #define SHORTCUTSETTINGSVIEW_H 3 | 4 | #include 5 | 6 | 7 | class ShortcutSettingsView : public QTreeView 8 | { 9 | Q_OBJECT 10 | public: 11 | ShortcutSettingsView(QWidget *parent=nullptr); 12 | ~ShortcutSettingsView(); 13 | 14 | void init(); 15 | 16 | // void setController(ShortcutSettingsController *pController); 17 | 18 | protected slots: 19 | 20 | void onCurrentChanged(const QModelIndex &index, const QModelIndex &prevIndex); 21 | 22 | }; 23 | 24 | #endif // SHORTCUTSETTINGSVIEW_H 25 | -------------------------------------------------------------------------------- /app/src/views/waitClock/WaitClock.h: -------------------------------------------------------------------------------- 1 | #ifndef _WAITCLOCK_H_ 2 | #define _WAITCLOCK_H_ 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | 11 | 12 | class WaitClock : public QWidget 13 | { 14 | Q_OBJECT 15 | 16 | public: 17 | WaitClock(QWidget *parent=nullptr); 18 | ~WaitClock(); 19 | 20 | private slots: 21 | 22 | void iconUpdate(); 23 | 24 | private: 25 | 26 | QHBoxLayout *centralLayout; 27 | 28 | QLabel iconLabel; 29 | 30 | QPixmap kadr_00; 31 | QPixmap kadr_01; 32 | QPixmap kadr_02; 33 | 34 | int currentIconNum; 35 | 36 | QTimer timer; 37 | 38 | }; 39 | 40 | #endif /* _WAITCLOCK_H_ */ 41 | -------------------------------------------------------------------------------- /mytetra.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | RC_ICONS = app/bin/resource/pic/icon.ico 4 | 5 | # For desktop 6 | !android { 7 | SUBDIRS = app mimetex 8 | 9 | app.file = app/app.pro 10 | app.depends = mimetex 11 | 12 | mimetex.file = thirdParty/mimetex/mimetex.pro 13 | } 14 | 15 | # For Android 16 | android { 17 | SUBDIRS = app 18 | 19 | app.file = app/app.pro 20 | } 21 | 22 | -------------------------------------------------------------------------------- /script/start/mytetra.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | PROGDIR=$(dirname $(readlink -e $0)) 4 | LD_LIBRARY_PATH=$PROGDIR/lib:${LD_LIBRARY_PATH} 5 | export QT_QPA_PLATFORM_PLUGIN_PATH=$PROGDIR/platforms 6 | export LD_LIBRARY_PATH 7 | $PROGDIR/mytetra 8 | -------------------------------------------------------------------------------- /thirdParty/mimetex/.gitignore: -------------------------------------------------------------------------------- 1 | build/* 2 | -------------------------------------------------------------------------------- /thirdParty/mimetex/mimetex.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE=app 2 | QT-=gui 3 | 4 | message(Touch mimeTeX qmake) 5 | 6 | QMAKE_CFLAGS += -DAA 7 | QMAKE_CXXFLAGS += -DAA 8 | 9 | SOURCES=mimetex.c \ 10 | gifsave.c \ 11 | 12 | HEADERS=mimetex.h \ 13 | texfonts.h 14 | 15 | 16 | OBJECTS_DIR = $${_PRO_FILE_PWD_}/build/obj 17 | DESTDIR = $${_PRO_FILE_PWD_}/build/bin 18 | 19 | win32-msvc { 20 | DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS 21 | } 22 | --------------------------------------------------------------------------------