summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/symbols.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun2017-11-131-19/+9
|
* Add eduard improvementsJabiertxo Arraiza Cenoz2017-11-101-4/+4
|
* Start working on Eduard improvementsJabier Arraiza2017-11-101-18/+24
|
* Now symbols are sortedJabier Arraiza2017-11-081-13/+20
|
* Refactor and order of document listJabier Arraiza2017-11-081-188/+175
|
* Fixes CPU problemsJabier Arraiza2017-11-081-0/+5
|
* Reducing the risk of ocureences of 100% CPU bugJabier Arraiza2017-11-081-6/+7
|
* Working on CPU issuesJabier Arraiza2017-11-071-34/+34
|
* Fixes to CPUJabier Arraiza2017-11-071-3/+8
|
* Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-031-5/+29
|
* Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-031-4/+4
|
* Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-291-60/+49
| | | | the inputs
* Add overlay widgetsJabier Arraiza2017-10-291-39/+158
|
* Bug fixes previous to overlay implementationJabier Arraiza2017-10-281-93/+97
|
* Remove CMake blank lineJabier Arraiza2017-10-281-3/+4
|
* Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-271-69/+94
|
* Add progressbar to all actionsJabier Arraiza2017-10-241-103/+175
|
* Added some improvements discused in MRJabier Arraiza2017-10-221-138/+129
|
* Add discarted switch mode, working on global searchJabier Arraiza2017-10-221-226/+307
|
* Fis come things pointed by Eduard in the MRJabier Arraiza2017-10-211-4/+9
|
* Progress Bar workinggit add .git add .Jabier Arraiza2017-10-201-44/+52
|
* Fiz the MR note note_44059492. Thanks EduardJabiertxo Arraiza Cenoz2017-10-201-1/+1
|
* Add progress bar to loading, currently not working but all the base code is ↵Jabiertxo Arraiza Cenoz2017-10-201-6/+21
| | | | done. need to look into idle methods
* Add description search and icon if no resultsJabiertxo Arraiza Cenoz2017-10-201-2/+24
|
* Add case insensitive and no dialog loadingJabier Arraiza2017-10-201-55/+36
|
* Finish speed improvementsJabiertxo Arraiza Cenoz2017-10-191-33/+49
|
* Working on current documentJabiertxo Arraiza Cenoz2017-10-191-13/+19
|
* Improving speedJabier Arraiza2017-10-191-40/+65
|
* Working on speed improvementsJabiertxo Arraiza Cenoz2017-10-181-32/+88
|
* Add search to symbols dialogJabiertxo Arraiza Cenoz2017-10-181-13/+65
|
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-27/+19
|
* Fix windows builds with filename in symbols dialogMartin Owens2017-07-021-1/+1
|
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-70/+27
|
* Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-291-15/+29
|\
| * Remove old icon handling codeAlexander Valavanis2017-06-291-15/+29
| |
* | Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-10/+7
|/ | | | get_filename methods
* Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
| | | (bzr r15616)
* Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
| | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615)
* Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-0/+4
| | | (bzr r15505)
* Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
| | | (bzr r15502)
* Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) ↵Eduard Braun2017-02-101-19/+28
| | | | | | | | | | | | | files There were three issues: - When loading a .vss file an SVG document is created internally and the file name is used to derive this document's "title". This could result in illegal characters (e.g. the ampersand "&") in the title making the document fail to load. The title is now properly escaped. - Loading of files with non-ANSI characers in filename failed on Windows. Fix is equivalent to r15421, see also bug #1416949. - The .vss file name is also used to derive symbol IDs, which were not properly sanitized before (i.e. could cause broken hrefs later or even prevent to load the .vss file). Characters that do not match [a-zA-Z0-9_-] are now laways replaced with an underscore "_") which will result in valid IDs in almost all cases Fixed bugs: - https://launchpad.net/bugs/1662465 (bzr r15501)
* Merged trunkAdrian Boguszewski2016-08-091-44/+5
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-44/+5
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-44/+5
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-5/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| |/ | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
| | | | | | (bzr r14954.1.19)