aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
AgeCommit message (Collapse)Author
2022-12-02Better layout for different font scaledec05eba
2022-12-01Add more texts to config font size, set colors for all text from theme, add ↵dec05eba
dark and light theme, choose icons based on theme brightness Remove matrix logo from matrix chat
2022-09-20Allow using rctrl to move tabs without writing text into search bardec05eba
2022-09-19Fix tab moving with ctrl+num writing number in search bar. Fix tab moving ↵dec05eba
with vim keys moving in body and tab...
2022-09-12Fix key/button state when window loses focus (check state on call to ↵dec05eba
is_**_pressed)
2022-09-10Matrix: support uploading files from clipboard (direct image data, png, jpg, ↵dec05eba
gif)
2022-06-16Soundcloud: fix title and download link not updating when changing video, ↵dec05eba
fix text y offset after mgl update
2022-03-05Make ui behavior nicer with spacing_scale less than 1.0dec05eba
2022-03-01SearchBar refactor. Dont show search icon if searchbar is not used for searchdec05eba
2022-03-01poopdec05eba
2022-03-01Add search icondec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-09Add spacing_scale config to allow changing ui spacingdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-10-25Submit on suggestion should make the search bar text the selected textdec05eba
2021-10-16Scale roundness with dpi, use XGetDefault instead of x dbdec05eba
2021-10-02Revert tab styledec05eba
2021-10-02Change tab style, floor cleanupdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-09-04Make font sizes customizable with a config file, see example-config.json. ↵dec05eba
Remove environment variables
2021-09-03Add QM_FONT_SCALE environment variable to set font scale. Also add QM_SCALE ↵dec05eba
to not have to rely on GDK_SCALE or xft.dpi
2021-08-27Set search input to selected item title when pressing tabdec05eba
2021-08-18Show line at top/bottom when there are items above/below that are not visibledec05eba
2021-08-09Youtube: show search suggestions instead of immediate searchdec05eba
Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color.
2021-07-28Fix submit without selected item (in matrix room directory and invites page)dec05eba
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-13misc cleanupdec05eba
2021-06-12Better drop shadowdec05eba
2021-06-05Revert back highlight colorsdec05eba
2021-06-05Change alt to ctrl for tab movementdec05eba
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba
2021-06-04Add grid viewdec05eba
2021-06-02Add modern themedec05eba
Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room.
2021-05-20Add notifications tab to matrixdec05eba
2021-05-18Add mention autocompletedec05eba
2021-05-11Improve file saving guidec05eba
2021-05-09Redesign login, refactor keyboard movementdec05eba
2021-04-26Fix soundcloud (fetch client id), add authors to mangakatana, some other fixesdec05eba
2021-04-21Use shader for rounded rectangle, improve circle shaderdec05eba
2021-04-19Move tab code to separate class, fix upload time missing for certain manga ↵dec05eba
plugins, fix touch room click messed up
2021-04-16Convert mangatown and manganelos into a generic manga plugindec05eba
Revert for_each_page.. processing of manga instead of getting all pages. Mangatown requires you to navigate page by page, cant predict what a specific pages image url will be.
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2021-04-14Make search fuzzy, fix soundcloud next song when hitting userdec05eba
Also some other misc changes
2021-03-254chan: fix crash when posting a replydec05eba
2021-03-22Fix touch scroll clamping to selected item, making it appear laggy. Fix ↵dec05eba
emoji offset for non 1.0 scaling
2021-03-19Fix glitching when using fractional scalingdec05eba
2021-03-19Start on touch support, add support for ui scaling, revert back to old ↵dec05eba
get_message_by_id method for matrix to support loading user display names in replies
2021-03-09Fix clipboard unicodedec05eba
2021-02-08Matrix: add room list on the left side when in a roomdec05eba
2020-11-22Fix ctrl+h acting as backspace, fix remaining vim key for remaining pluginsdec05eba